OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addStringForStats
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h
95
void
addStringForStats
(StringImpl*);
98
#define STRING_STATS_ADD_8BIT_STRING(length) StringImpl::stringStats().add8BitString(length);
addStringForStats
(this)
99
#define STRING_STATS_ADD_16BIT_STRING(length) StringImpl::stringStats().add16BitString(length);
addStringForStats
(this)
StringImpl.cpp
72
void
addStringForStats
(StringImpl* string)
[
all
...]
Completed in 5491 milliseconds