Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h118 class LocationRecorder;
189 const char* text, const LocationRecorder* location);
191 const char* text, const LocationRecorder* location);
194 const char* text, const LocationRecorder* location);
211 class LIBPROTOBUF_EXPORT LocationRecorder {
214 LocationRecorder(Parser* parser);
221 LocationRecorder(const LocationRecorder& parent);
224 LocationRecorder(const LocationRecorder& parent, int path1);
225 LocationRecorder(const LocationRecorder& parent, int path1, int path2);
227 ~LocationRecorder();
[all …]
Dparser.cc282 const char* text, const LocationRecorder* location) { in TryConsumeEndOfDeclaration()
313 const char* text, const LocationRecorder* location) { in ConsumeEndOfDeclaration()
337 Parser::LocationRecorder::LocationRecorder(Parser* parser) in LocationRecorder() function in google::protobuf::compiler::Parser::LocationRecorder
344 Parser::LocationRecorder::LocationRecorder(const LocationRecorder& parent) { in LocationRecorder() function in google::protobuf::compiler::Parser::LocationRecorder
348 Parser::LocationRecorder::LocationRecorder(const LocationRecorder& parent, in LocationRecorder() function in google::protobuf::compiler::Parser::LocationRecorder
354 Parser::LocationRecorder::LocationRecorder(const LocationRecorder& parent, in LocationRecorder() function in google::protobuf::compiler::Parser::LocationRecorder
361 void Parser::LocationRecorder::Init(const LocationRecorder& parent) { in Init()
370 Parser::LocationRecorder::~LocationRecorder() { in ~LocationRecorder()
376 void Parser::LocationRecorder::AddPath(int path_component) { in AddPath()
380 void Parser::LocationRecorder::StartAt(const io::Tokenizer::Token& token) { in StartAt()
[all …]