Home
last modified time | relevance | path

Searched refs:TYPE_START (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc206 current_.type = TYPE_START; in Tokenizer()
291 current_.type = TYPE_START; // Just for the sake of initializing it. in StartToken()
764 if (current_.type == TYPE_START) { in NextWithComments()
Dtokenizer.h92 TYPE_START, // Next() has not yet been called. enumerator
Dtokenizer_unittest.cc257 EXPECT_EQ(Tokenizer::TYPE_START, tokenizer.current().type); in TEST_2D()
431 EXPECT_EQ(Tokenizer::TYPE_START, tokenizer.current().type); in TEST_2D()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc428 if (LookingAtType(io::Tokenizer::TYPE_START)) { in Parse()
1073 case io::Tokenizer::TYPE_START: in ParseOption()