Searched refs:ParseOneof (Results 1 – 3 of 3) sorted by relevance
387 bool ParseOneof(OneofDescriptorProto* oneof_decl,
766 return ParseOneof(message->add_oneof_decl(), message, in ParseMessageStatement()1611 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof() function in google::protobuf::compiler::Parser
182 TEST(WireFormatTest, ParseOneof) { in TEST() argument