OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_adapter
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringConcatenate.h
375
:
m_adapter
(string.string())
379
unsigned length() { return
m_adapter
.length(); }
381
bool is8Bit() { return
m_adapter
.is8Bit(); }
383
void writeTo(LChar* destination) {
m_adapter
.writeTo(destination); }
384
void writeTo(UChar* destination) {
m_adapter
.writeTo(destination); }
387
StringTypeAdapter<String>
m_adapter
;
member in class:WTF::StringTypeAdapter
Completed in 1628 milliseconds