/external/flatbuffers/grpc/src/compiler/ |
schema_interface.h | 84 virtual bool ServerStreaming() const = 0;
|
go_generator.cc | 48 return method->ClientStreaming() && !method->ServerStreaming(); 52 return !method->ClientStreaming() && method->ServerStreaming();
|
java_generator.cc | 357 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); 550 bool server_streaming = method->ServerStreaming() || method->BidiStreaming(); [all...] |
cpp_generator.cc | 55 return method->ClientStreaming() && !method->ServerStreaming(); 59 return !method->ClientStreaming() && method->ServerStreaming(); [all...] |
/external/grpc-grpc/src/compiler/ |
schema_interface.h | 69 virtual bool ServerStreaming() const = 0;
|
python_generator.cc | 180 if (!method->ServerStreaming()) { 212 grpc::string(method->ServerStreaming() ? "stream_" : "unary_") + 319 grpc::string(method->ServerStreaming() ? "STREAM" : "UNARY"); 424 grpc::string(method->ServerStreaming() ? "stream" : "unary"); 514 grpc::string(method->ServerStreaming() ? "stream" : "unary") +
|
protobuf_plugin.h | 82 bool ServerStreaming() const { return method_->server_streaming(); }
|
cpp_generator.cc | 36 return method->ClientStreaming() && !method->ServerStreaming(); 40 return !method->ClientStreaming() && method->ServerStreaming(); [all...] |
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
MockServiceHelper.cs | 76 MethodType.ServerStreaming, 78 "ServerStreaming",
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
InteropClientServerTest.cs | 87 public async Task ServerStreaming()
|
MetricsGrpc.cs | 41 grpc::MethodType.ServerStreaming,
|
BenchmarkServiceGrpc.cs | 57 grpc::MethodType.ServerStreaming,
|
TestGrpc.cs | 67 grpc::MethodType.ServerStreaming, [all...] |
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
MethodDescriptor.cs | 68 public bool IsServerStreaming { get { return proto.ServerStreaming; } }
|
Descriptor.cs | 153 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.MethodDescriptorProto), global::Google.Protobuf.Reflection.MethodDescriptorProto.Parser, new[]{ "Name", "InputType", "OutputType", "Options", "ClientStreaming", "ServerStreaming" }, null, null, null), [all...] |
/external/grpc-grpc/src/csharp/Grpc.Core/ |
Method.cs | 36 ServerStreaming,
|
/external/flatbuffers/src/ |
idl_gen_grpc.cpp | 91 bool ServerStreaming() const { return streaming_ == kServer; }
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
RouteGuideGrpc.cs | 47 grpc::MethodType.ServerStreaming,
|
/external/grpc-grpc/src/csharp/Grpc.Examples/ |
MathGrpc.cs | 50 grpc::MethodType.ServerStreaming,
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
descriptor.pb.go | [all...] |
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
descriptor.pb.go | [all...] |