HomeSort by relevance Sort by last modified time
    Searched refs:ParseEnumStatement (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.h 233 bool ParseEnumStatement(EnumDescriptorProto* message);
parser.cc 851 if (!ParseEnumStatement(enum_type)) {
861 bool Parser::ParseEnumStatement(EnumDescriptorProto* enum_type) {
    [all...]

Completed in 113 milliseconds