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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1262 const LocationRecorder& enum_value_location) {
1265 LocationRecorder location(enum_value_location,
1278 enum_value_location, EnumValueDescriptorProto::kNumberFieldNumber);
1287 DO(ParseEnumConstantOptions(enum_value, enum_value_location));
1289 DO(ConsumeEndOfDeclaration(";", &enum_value_location));
1296 const LocationRecorder& enum_value_location) {
1300 enum_value_location, EnumValueDescriptorProto::kOptionsFieldNumber);
1261 ParseEnumConstant(EnumValueDescriptorProto* enum_value, const LocationRecorder& enum_value_location) argument
1294 ParseEnumConstantOptions( EnumValueDescriptorProto* value, const LocationRecorder& enum_value_location) argument

Completed in 236 milliseconds