Home
last modified time | relevance | path

Searched defs:ParseOneof (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dwire_format_unittest.cc182 TEST(WireFormatTest, ParseOneof) { in TEST() argument
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1611 bool Parser::ParseOneof(OneofDescriptorProto* oneof_decl, in ParseOneof() function in google::protobuf::compiler::Parser