Home
last modified time | relevance | path

Searched defs:TestService (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dunittest_no_generic_services.proto52 service TestService { service
53 rpc Foo(TestMessage) returns(TestMessage);
Dunittest.proto949 service TestService { service
950 rpc Foo(FooRequest) returns (FooResponse);
951 rpc Bar(BarRequest) returns (BarResponse);
/third_party/protobuf/csharp/protos/
Dunittest_proto3.proto372 service TestService { service
374 rpc Foo(FooRequest) returns (FooResponse);
375 rpc Bar(BarRequest) returns (BarResponse);
Dunittest.proto945 service TestService { service
946 rpc Foo(FooRequest) returns (FooResponse);
947 rpc Bar(BarRequest) returns (BarResponse);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceTest.java103 static final class TestService extends ICUService { class in ICUServiceTest
104 public TestService() { in TestService() method in ICUServiceTest.TestService
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java100 static final class TestService extends ICUService { class in ICUServiceTest
101 public TestService() { in TestService() method in ICUServiceTest.TestService