Home
last modified time | relevance | path

Searched defs:ServiceImpl (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/tests/ui/traits/
Dissue-90662-projection-caching.rs24 struct ServiceImpl; struct
25 impl<M: HasProvider<dyn Repository>> Provider<M> for ServiceImpl { implementation
/third_party/grpc/test/cpp/end2end/
Dserver_crash_test.cc49 class ServiceImpl final : public grpc::testing::EchoTestService::Service { class
51 ServiceImpl() : bidi_stream_count_(0), response_stream_count_(0) {} in ServiceImpl() function in grpc::testing::__anonf8f5afe90111::ServiceImpl
Dclient_crash_test_server.cc41 class ServiceImpl final : public grpc::testing::EchoTestService::Service { class
Dclient_fork_test.cc46 class ServiceImpl final : public EchoTestService::Service { class
/third_party/flatbuffers/grpc/tests/
Dgrpctest.cpp34 class ServiceImpl final : public MyGame::Example::MonsterStorage::Service { class