Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc454 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
459 void Parser::LocationRecorder::StartAt(const LocationRecorder& other) { in StartAt() function in google::protobuf::compiler::Parser::LocationRecorder
1045 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 …]
Dparser.h247 void StartAt(const io::Tokenizer::Token& token);
250 void StartAt(const LocationRecorder& other);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp345 void getControls(Controls &V, unsigned StartAt, uint8_t Dir) const { in getControls()
351 unsigned C = ctl(I, StartAt+L) == Switch; in getControls()