Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dparser.h290 const FileDescriptorProto* containing_file);
293 const FileDescriptorProto* containing_file);
296 const FileDescriptorProto* containing_file);
299 const FileDescriptorProto* containing_file);
304 const FileDescriptorProto* containing_file);
307 const FileDescriptorProto* containing_file);
314 const FileDescriptorProto* containing_file);
317 const FileDescriptorProto* containing_file);
320 const FileDescriptorProto* containing_file);
326 const FileDescriptorProto* containing_file);
[all …]
Dparser.cc538 const FileDescriptorProto* containing_file) { in ParseMessageDefinition() argument
547 DO(ParseMessageBlock(message, message_location, containing_file)); in ParseMessageDefinition()
587 const FileDescriptorProto* containing_file) { in ParseMessageBlock() argument
596 if (!ParseMessageStatement(message, message_location, containing_file)) { in ParseMessageBlock()
611 const FileDescriptorProto* containing_file) { in ParseMessageStatement() argument
620 containing_file); in ParseMessageStatement()
626 containing_file); in ParseMessageStatement()
630 return ParseExtensions(message, location, containing_file); in ParseMessageStatement()
638 location, containing_file); in ParseMessageStatement()
643 containing_file, OPTION_STATEMENT); in ParseMessageStatement()
[all …]