OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdvanceState
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
string_tokenizer.h
188
AdvanceState
state;
216
struct
AdvanceState
{
220
AdvanceState
() : in_quote(false), in_escape(false) {}
224
bool AdvanceOne(
AdvanceState
* state, char_type c) {
/external/chromium_org/base/strings/
string_tokenizer.h
189
AdvanceState
state;
217
struct
AdvanceState
{
221
AdvanceState
() : in_quote(false), in_escape(false), quote_char('\0') {}
225
bool AdvanceOne(
AdvanceState
* state, char_type c) {
Completed in 52 milliseconds