Home
last modified time | relevance | path

Searched defs:TheTestService (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Dtest.proto33 service TheTestService { service
35 rpc SomeUnary(Request) returns (Response) {}
38 rpc SomeServerStreaming(Request) returns (stream Response) {}
41 rpc SomeClientStreaming(stream Request) returns (Response) {}
44 rpc SomeBidiStreaming(stream Request) returns (stream Response) {}
/aosp_15_r20/external/pigweed/pw_rpc/java/test/dev/pigweed/pw_rpc/
H A Dtest.proto38 service TheTestService { service
40 rpc SomeUnary(SomeMessage) returns (AnotherMessage) {}
43 rpc SomeServerStreaming(SomeMessage) returns (stream AnotherMessage) {}
46 rpc SomeClientStreaming(stream SomeMessage) returns (AnotherMessage) {}
49 rpc SomeBidiStreaming(stream SomeMessage) returns (stream AnotherMessage) {}