Searched refs:StartAt (Results 1 – 3 of 3) sorted by relevance
454 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder459 void Parser::LocationRecorder::StartAt(const LocationRecorder& other) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder1045 group_location.StartAt(field_location); in ParseMessageFieldNoLabel()1056 location.StartAt(name_token); in ParseMessageFieldNoLabel()1066 location.StartAt(name_token); in ParseMessageFieldNoLabel()1598 end_location.StartAt(start_token); in ParseExtensions()1669 location.StartAt(start_token); in ParseReserved()1674 location.StartAt(start_token); in ParseReserved()1720 end_location.StartAt(start_token); in ParseReservedNumbers()1746 location.StartAt(start_token); in ParseReserved()[all …]
247 void StartAt(const io::Tokenizer::Token& token);250 void StartAt(const LocationRecorder& other);
345 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { in getControls()351 unsigned C = ctl(I, StartAt+L) == Switch; in getControls()