Searched refs:TYPE_START (Results 1 – 4 of 4) sorted by relevance
207 current_.type = TYPE_START; in Tokenizer()292 current_.type = TYPE_START; // Just for the sake of initializing it. in StartToken()765 if (current_.type == TYPE_START) { in NextWithComments()
100 TYPE_START, // Next() has not yet been called. enumerator
258 EXPECT_EQ(Tokenizer::TYPE_START, tokenizer.current().type); in TEST_2D()432 EXPECT_EQ(Tokenizer::TYPE_START, tokenizer.current().type); in TEST_2D()
529 if (LookingAtType(io::Tokenizer::TYPE_START)) { in Parse()1346 case io::Tokenizer::TYPE_START: in ParseOption()