Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/
Dio_context.cpp287 class test_service : public boost::asio::io_context::service class
291 test_service(boost::asio::io_context& s) in test_service() function in test_service
Dthread_pool.cpp90 class test_service : public boost::asio::execution_context::service class
99 test_service(boost::asio::execution_context& ctx) in test_service() function in test_service
/third_party/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc6953 const ServiceDescriptor* test_service = pool.FindServiceByName("TestService"); in TEST_F() local