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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc341 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) { function in class:google::protobuf::compiler::Parser::LocationRecorder
703 group_location.StartAt(label_token);
714 location.StartAt(name_token);
724 location.StartAt(name_token);
1132 end_location.StartAt(start_token);
1181 extendee_location.StartAt(extendee_start);
H A Dparser.h232 // the time the LocationRecorder is created. StartAt() sets the start
234 void StartAt(const io::Tokenizer::Token& token);

Completed in 69 milliseconds