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

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc538 const FileDescriptorProto* containing_file) {
547 DO(ParseMessageBlock(message, message_location, containing_file));
587 const FileDescriptorProto* containing_file) {
596 if (!ParseMessageStatement(message, message_location, containing_file)) {
611 const FileDescriptorProto* containing_file) {
620 containing_file);
626 containing_file);
630 return ParseExtensions(message, location, containing_file);
638 location, containing_file);
643 containing_file, OPTION_STATEMEN
535 ParseMessageDefinition( DescriptorProto* message, const LocationRecorder& message_location, const FileDescriptorProto* containing_file) argument
585 ParseMessageBlock(DescriptorProto* message, const LocationRecorder& message_location, const FileDescriptorProto* containing_file) argument
609 ParseMessageStatement(DescriptorProto* message, const LocationRecorder& message_location, const FileDescriptorProto* containing_file) argument
666 ParseMessageField(FieldDescriptorProto* field, RepeatedPtrField<DescriptorProto>* messages, const LocationRecorder& parent_location, int location_field_number_for_nested_type, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) argument
686 ParseMessageFieldNoLabel( FieldDescriptorProto* field, RepeatedPtrField<DescriptorProto>* messages, const LocationRecorder& parent_location, int location_field_number_for_nested_type, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) argument
787 ParseFieldOptions(FieldDescriptorProto* field, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) argument
813 ParseDefaultAssignment( FieldDescriptorProto* field, const LocationRecorder& field_location, const FileDescriptorProto* containing_file) argument
950 ParseOptionNamePart(UninterpretedOption* uninterpreted_option, const LocationRecorder& part_location, const FileDescriptorProto* containing_file) argument
1014 ParseOption(Message* options, const LocationRecorder& options_location, const FileDescriptorProto* containing_file, OptionStyle style) argument
1154 ParseExtensions(DescriptorProto* message, const LocationRecorder& extensions_location, const FileDescriptorProto* containing_file) argument
1210 ParseExtend(RepeatedPtrField<FieldDescriptorProto>* extensions, RepeatedPtrField<DescriptorProto>* messages, const LocationRecorder& parent_location, int location_field_number_for_nested_type, const LocationRecorder& extend_location, const FileDescriptorProto* containing_file) argument
1268 ParseOneof(OneofDescriptorProto* oneof_decl, DescriptorProto* containing_type, int oneof_index, const LocationRecorder& oneof_location, const LocationRecorder& containing_type_location, const FileDescriptorProto* containing_file) argument
1328 ParseEnumDefinition(EnumDescriptorProto* enum_type, const LocationRecorder& enum_location, const FileDescriptorProto* containing_file) argument
1345 ParseEnumBlock(EnumDescriptorProto* enum_type, const LocationRecorder& enum_location, const FileDescriptorProto* containing_file) argument
1366 ParseEnumStatement(EnumDescriptorProto* enum_type, const LocationRecorder& enum_location, const FileDescriptorProto* containing_file) argument
1384 ParseEnumConstant(EnumValueDescriptorProto* enum_value, const LocationRecorder& enum_value_location, const FileDescriptorProto* containing_file) argument
1419 ParseEnumConstantOptions( EnumValueDescriptorProto* value, const LocationRecorder& enum_value_location, const FileDescriptorProto* containing_file) argument
1442 ParseServiceDefinition( ServiceDescriptorProto* service, const LocationRecorder& service_location, const FileDescriptorProto* containing_file) argument
1460 ParseServiceBlock(ServiceDescriptorProto* service, const LocationRecorder& service_location, const FileDescriptorProto* containing_file) argument
1481 ParseServiceStatement(ServiceDescriptorProto* service, const LocationRecorder& service_location, const FileDescriptorProto* containing_file) argument
1499 ParseServiceMethod(MethodDescriptorProto* method, const LocationRecorder& method_location, const FileDescriptorProto* containing_file) argument
1549 ParseOptions(const LocationRecorder& parent_location, const FileDescriptorProto* containing_file, const int optionsFieldNumber, Message* mutable_options) argument
1580 ParseLabel(FieldDescriptorProto::Label* label, const FileDescriptorProto* containing_file) argument
1649 ParsePackage(FileDescriptorProto* file, const LocationRecorder& root_location, const FileDescriptorProto* containing_file) argument
1682 ParseImport(RepeatedPtrField<string>* dependency, RepeatedField<int32>* public_dependency, RepeatedField<int32>* weak_dependency, const LocationRecorder& root_location, const FileDescriptorProto* containing_file) argument
[all...]

Completed in 140 milliseconds