Searched defs:TestStatic (Results 1 – 3 of 3) sorted by relevance
16 struct TestStatic { struct17 …gPiece(const StringPiece& blah) {}; // expected-note {{passing argument to parameter 'blah' here}} in expectStringPiece()19 static void test(const string& s) { in test()
24 TEST(TestStatic, EnableIfModule) { in TEST() argument76 TEST(TestStatic, ReturnTypeOfForward) { in TEST() argument84 TEST(TestStatic, Apply) { in TEST() argument
26 func TestStatic(t *testing.T) { func