Searched refs:ParseEnumConstantOptions (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h253 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value);
H A Dparser.cc884 DO(ParseEnumConstantOptions(enum_value));
891 bool Parser::ParseEnumConstantOptions(EnumValueDescriptorProto* value) { function in class:google::protobuf::compiler::Parser
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h352 bool ParseEnumConstantOptions(EnumValueDescriptorProto* value,
H A Dparser.cc1287 DO(ParseEnumConstantOptions(enum_value, enum_value_location));
1294 bool Parser::ParseEnumConstantOptions( function in class:google::protobuf::compiler::Parser

Completed in 110 milliseconds