Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc122 const GeneratedCodeInfo::Annotation* enum_annotation = in TEST_F() local
124 EXPECT_TRUE(NULL != enum_annotation); in TEST_F()
125 EXPECT_TRUE(atu::AnnotationMatchesSubstring(pb_h, enum_annotation, "Enum")); in TEST_F()