Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
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()
Dparser.h236 void StartAt(const io::Tokenizer::Token& token);
239 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()