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.cc203 const GeneratedCodeInfo::Annotation* enum_annotation = in TEST_F() local
205 EXPECT_TRUE(NULL != enum_annotation); in TEST_F()
206 EXPECT_TRUE(AnnotationMatchesSubstring(pb_h, enum_annotation, "Enum")); in TEST_F()