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.h297 const FileDescriptorProto* containing_file);
300 const FileDescriptorProto* containing_file);
303 const FileDescriptorProto* containing_file);
306 const FileDescriptorProto* containing_file);
311 const FileDescriptorProto* containing_file);
318 const FileDescriptorProto* containing_file);
321 const FileDescriptorProto* containing_file);
324 const FileDescriptorProto* containing_file);
330 const FileDescriptorProto* containing_file);
333 const FileDescriptorProto* containing_file);
[all …]
Dparser.cc652 const FileDescriptorProto* containing_file) { in ParseMessageDefinition() argument
661 DO(ParseMessageBlock(message, message_location, containing_file)); in ParseMessageDefinition()
701 const FileDescriptorProto* containing_file) { in ParseMessageBlock() argument
710 if (!ParseMessageStatement(message, message_location, containing_file)) { in ParseMessageBlock()
725 const FileDescriptorProto* containing_file) { in ParseMessageStatement() argument
734 containing_file); in ParseMessageStatement()
740 containing_file); in ParseMessageStatement()
744 return ParseExtensions(message, location, containing_file); in ParseMessageStatement()
754 location, containing_file); in ParseMessageStatement()
759 containing_file, OPTION_STATEMENT); in ParseMessageStatement()
[all …]