Searched refs:ParseOneof (Results 1 – 3 of 3) sorted by relevance
411 bool ParseOneof(OneofDescriptorProto* oneof_decl,
887 return ParseOneof(message->add_oneof_decl(), message, oneof_index, in ParseMessageStatement()1869 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof() function in google::protobuf::compiler::Parser
184 TEST(WireFormatTest, ParseOneof) { in TEST() argument