Searched refs:ClassSnippet (Results 1 – 1 of 1) sorted by relevance
134 const std::string ClassSnippet = "struct Foo { int x; };\n" in TEST_F() local139 EXPECT_TRUE(matches(ClassSnippet, IsArrowValue)); in TEST_F()141 EXPECT_FALSE(matches(ClassSnippet, BoolValue)); in TEST_F()