Home
last modified time | relevance | path

Searched refs:proto3_descriptor (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc459 const FileDescriptor* proto3_descriptor = pool_.BuildFile(proto_syntax3); in TEST_F() local
460 EXPECT_TRUE(proto3_descriptor != NULL); in TEST_F()
461 EXPECT_EQ(proto3_descriptor, pool_.BuildFile(proto_syntax3)); in TEST_F()