/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/ |
D | SimpleServiceTest.java | 19 import static io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING; 70 assertEquals(BIDI_STREAMING, genericTypeShouldMatchWhenAssigned.getType()); in serviceMethodDescriotrs()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | rpc_method.h | 35 BIDI_STREAMING enumerator
|
D | service_type.h | 179 methods_[idx]->SetMethodType(internal::RpcMethod::BIDI_STREAMING); in MarkMethodStreamed()
|
/external/grpc-grpc/src/cpp/client/ |
D | generic_stub.cc | 35 internal::RpcMethod::BIDI_STREAMING), in CallInternal()
|
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
D | WorkerServiceGrpc.java | 37 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 46 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getRunServerMethod() 69 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 78 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getRunClientMethod()
|
D | BenchmarkServiceGrpc.java | 69 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 78 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getStreamingCallMethod() 165 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 174 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getStreamingBothWaysMethod()
|
/external/grpc-grpc-java/grpclb/src/generated/main/grpc/io/grpc/lb/v1/ |
D | LoadBalancerGrpc.java | 37 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 46 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getBalanceLoadMethod()
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/ |
D | ServerReflectionGrpc.java | 37 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 46 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getServerReflectionInfoMethod()
|
/external/grpc-grpc-java/alts/src/generated/main/grpc/io/grpc/alts/internal/ |
D | HandshakerServiceGrpc.java | 37 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 46 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getDoHandshakeMethod()
|
/external/flatbuffers/tests/ |
D | monster_test.grpc.fb.cc | 35 …MaxHitPoints_(MonsterStorage_method_names[3], ::grpc::internal::RpcMethod::BIDI_STREAMING, channel) in Stub() 104 ::grpc::internal::RpcMethod::BIDI_STREAMING, in Service()
|
/external/grpc-grpc-java/compiler/src/test/golden/ |
D | TestService.java.txt | 136 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 145 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 168 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 177 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 200 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 209 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
|
/external/grpc-grpc-java/compiler/src/testLite/golden/ |
D | TestService.java.txt | 133 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 142 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 164 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 173 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 195 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 204 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | TestServiceGrpc.java | 201 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 210 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getFullDuplexCallMethod() 233 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 242 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getHalfDuplexCallMethod()
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | MethodDescriptor.java | 100 BIDI_STREAMING, enumConstant
|
/external/grpc-grpc/src/cpp/server/ |
D | server_cc.cc | 344 "unknown", internal::RpcMethod::BIDI_STREAMING, in AddUnknownSyncMethod() 486 case internal::RpcMethod::BIDI_STREAMING: in PayloadHandlingForMethod()
|
/external/grpc-grpc-java/testing-proto/src/generated/main/grpc/io/grpc/testing/protobuf/ |
D | SimpleServiceGrpc.java | 136 methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 145 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getBidiStreamingRpcMethod()
|
/external/grpc-grpc-java/compiler/src/testNano/golden/ |
D | TestService.java.txt | 132 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 160 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) 188 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
|
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/ |
D | AbstractBenchmark.java | 251 .setType(MethodType.BIDI_STREAMING) in setup()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorageGrpc.java | 181 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getGetMinMaxHitPointsMethod()
|
/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/ |
D | ServerCallsTest.java | 64 .setType(MethodDescriptor.MethodType.BIDI_STREAMING)
|
D | ClientCallsTest.java | 68 .setType(MethodDescriptor.MethodType.BIDI_STREAMING)
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | RetriableStreamTest.java | 120 .setType(MethodType.BIDI_STREAMING)
|
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpClientTransportTest.java | 1116 method = method.toBuilder().setType(MethodType.BIDI_STREAMING).build(); in duplexStreamingHeadersShouldNotBeFlushed()
|