Home
last modified time | relevance | path

Searched refs:StartAt (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.h236 void StartAt(const io::Tokenizer::Token& token);
239 void StartAt(const LocationRecorder& other);
Dparser.cc380 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
385 void Parser::LocationRecorder::StartAt(const LocationRecorder& other) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
918 group_location.StartAt(field_location); in ParseMessageFieldNoLabel()
929 location.StartAt(name_token); in ParseMessageFieldNoLabel()
939 location.StartAt(name_token); in ParseMessageFieldNoLabel()
1465 end_location.StartAt(start_token); in ParseExtensions()
1535 end_location.StartAt(start_token); in ParseReservedNumbers()
1586 extendee_location.StartAt(extendee_start); in ParseExtend()