Home
last modified time | relevance | path

Searched refs:testClient (Results 1 – 5 of 5) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/grpc/
Dgrpc.pb.go199 type testClient struct { struct
204 return &testClient{cc}
207 func (c *testClient) UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*S… argument
216 func (c *testClient) Downstream(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (T… argument
248 func (c *testClient) Upstream(ctx context.Context, opts ...grpc.CallOption) (Test_UpstreamClient, e… argument
282 func (c *testClient) Bidi(ctx context.Context, opts ...grpc.CallOption) (Test_BidiClient, error) { argument
/external/guice/core/test/com/google/inject/example/
DClientServiceWithFactories.java60 public void testClient() { in testClient() method in ClientServiceWithFactories
88 new ClientServiceWithFactories().testClient(); in main()
DClientServiceWithDependencyInjection.java71 public void testClient() { in testClient() method in ClientServiceWithDependencyInjection
93 new ClientServiceWithDependencyInjection().testClient(); in main()
DClientServiceWithGuiceDefaults.java59 public void testClient() { in testClient() method in ClientServiceWithGuiceDefaults
81 new ClientServiceWithGuiceDefaults().testClient(); in main()
DClientServiceWithGuice.java65 public void testClient() { in testClient() method in ClientServiceWithGuice
87 new ClientServiceWithGuice().testClient(); in main()