Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dmetadata_test.cc125 EXPECT_TRUE(atu::AnnotationMatchesSubstring(pb_h, enum_annotation, "Enum")); in TEST_F()
155 atu::AnnotationMatchesSubstring(pb_h, message_annotation, "Message")); in TEST_F()
/external/protobuf/src/google/protobuf/compiler/
Dannotation_test_util.h106 bool AnnotationMatchesSubstring(const std::string& file_content,
Dannotation_test_util.cc156 bool AnnotationMatchesSubstring(const std::string& file_content, in AnnotationMatchesSubstring() function