Searched defs:AdvanceState (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dstring_tokenizer.h188 AdvanceState state;
216 struct AdvanceState { struct in class:StringTokenizerT
220 AdvanceState() : in_quote(false), in_escape(false) {} function in struct:StringTokenizerT::AdvanceState
224 bool AdvanceOne(AdvanceState* state, char_type c) {

Completed in 59 milliseconds