TYPE_START 423 third_party/protobuf/src/google/protobuf/compiler/parser.cc if (LookingAtType(io::Tokenizer::TYPE_START)) { TYPE_START 1014 third_party/protobuf/src/google/protobuf/compiler/parser.cc case io::Tokenizer::TYPE_START: TYPE_START 203 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_START; TYPE_START 288 third_party/protobuf/src/google/protobuf/io/tokenizer.cc current_.type = TYPE_START; // Just for the sake of initializing it. TYPE_START 748 third_party/protobuf/src/google/protobuf/io/tokenizer.cc if (current_.type == TYPE_START) { TYPE_START 257 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc EXPECT_EQ(Tokenizer::TYPE_START, tokenizer.current().type); TYPE_START 437 third_party/protobuf/src/google/protobuf/io/tokenizer_unittest.cc EXPECT_EQ(Tokenizer::TYPE_START, tokenizer.current().type);