Home
last modified time | relevance | path

Searched defs:ParseExtensions (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dtext_format_unittest.cc543 TEST_F(TextFormatExtensionsTest, ParseExtensions) { in TEST_F() argument
Dwire_format_unittest.cc99 TEST(WireFormatTest, ParseExtensions) { in TEST() argument
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.cc1426 bool Parser::ParseExtensions(DescriptorProto* message, in ParseExtensions() function in google::protobuf::compiler::Parser