Searched refs:test_service (Results 1 – 3 of 3) sorted by relevance
98 "test_service.cc",99 "test_service.h",122 "test_service.cc",123 "test_service.h",
113 'test_service.cc',114 'test_service.h',133 'test_service.cc',134 'test_service.h',
6193 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); in TEST_F() local6194 ASSERT_TRUE(test_service != NULL); in TEST_F()6205 EXPECT_TRUE(test_service->FindMethodByName("NoSuchMethod") == NULL); in TEST_F()