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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc647 const LocationRecorder& field_location) {
651 LocationRecorder location(field_location,
659 LocationRecorder location(field_location); // add path later
677 LocationRecorder location(field_location,
686 LocationRecorder location(field_location,
696 DO(ParseFieldOptions(field, field_location));
722 LocationRecorder location(field_location,
745 DO(ConsumeEndOfDeclaration(";", &field_location));
752 const LocationRecorder& field_location) {
755 LocationRecorder location(field_location,
643 ParseMessageField(FieldDescriptorProto* field, RepeatedPtrField<DescriptorProto>* messages, const LocationRecorder& parent_location, int location_field_number_for_nested_type, const LocationRecorder& field_location) argument
751 ParseFieldOptions(FieldDescriptorProto* field, const LocationRecorder& field_location) argument
775 ParseDefaultAssignment(FieldDescriptorProto* field, const LocationRecorder& field_location) argument
[all...]

Completed in 272 milliseconds