OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestServiceClient
(Results
1 - 3
of
3
) sorted by null
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
TestServiceClient.php
28
class
TestServiceClient
extends \Grpc\BaseStub {
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
TestGrpc.cs
214
public partial class
TestServiceClient
: grpc::ClientBase<
TestServiceClient
>
218
public
TestServiceClient
(grpc::Channel channel) : base(channel)
223
public
TestServiceClient
(grpc::CallInvoker callInvoker) : base(callInvoker)
227
protected
TestServiceClient
() : base()
232
protected
TestServiceClient
(ClientBaseConfiguration configuration) : base(configuration)
[
all
...]
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
TestServiceClient.java
42
public class
TestServiceClient
{
52
final
TestServiceClient
client = new
TestServiceClient
();
155
TestServiceClient
c = new
TestServiceClient
();
Completed in 233 milliseconds