Searched defs:LocationRecorder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h119 class LocationRecorder;
182 // LocationRecorder should refer to the declaration that was just parsed;
185 // TODO(kenton): The LocationRecorder is const because historically locations
190 const LocationRecorder* location);
192 const LocationRecorder* location);
209 class LIBPROTOBUF_EXPORT LocationRecorder { class in class:google::protobuf::compiler::Parser
212 LocationRecorder(Parser* parser);
219 LocationRecorder(const LocationRecorder& parent);
222 LocationRecorder(cons
[all...]
H A Dparser.cc255 const LocationRecorder* location) {
274 const LocationRecorder* location) {
298 Parser::LocationRecorder::LocationRecorder(Parser* parser) function in class:google::protobuf::compiler::Parser::LocationRecorder
305 Parser::LocationRecorder::LocationRecorder(const LocationRecorder& parent) { function in class:google::protobuf::compiler::Parser::LocationRecorder
309 Parser::LocationRecorder::LocationRecorder(const LocationRecorder function in class:google::protobuf::compiler::Parser::LocationRecorder
315 Parser::LocationRecorder::LocationRecorder(const LocationRecorder& parent, function in class:google::protobuf::compiler::Parser::LocationRecorder
[all...]

Completed in 62 milliseconds