OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RETURN_DELIMS
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/strings/
string_tokenizer.h
64
// t.set_options(StringTokenizer::
RETURN_DELIMS
);
99
RETURN_DELIMS
= 1 << 0,
141
// with the
RETURN_DELIMS
option, this method can be used to check if the
198
if (options_ &
RETURN_DELIMS
) {
string_tokenizer_unittest.cc
59
t.set_options(StringTokenizer::
RETURN_DELIMS
);
107
t.set_options(StringTokenizer::
RETURN_DELIMS
);
Completed in 76 milliseconds