Home
last modified time | relevance | path

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

/external/libchrome/dbus/
DBUILD.gn98 "test_service.cc",
99 "test_service.h",
122 "test_service.cc",
123 "test_service.h",
Ddbus.gyp113 'test_service.cc',
114 'test_service.h',
133 'test_service.cc',
134 'test_service.h',
/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc6193 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); in TEST_F() local
6194 ASSERT_TRUE(test_service != NULL); in TEST_F()
6205 EXPECT_TRUE(test_service->FindMethodByName("NoSuchMethod") == NULL); in TEST_F()