/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/ |
H A D | server_streaming.cc | 36 void ServerStreaming(CoreEnd2endTest& test, int num_messages) { in ServerStreaming() function 98 CORE_END2END_TEST(Http2Test, ServerStreaming) { ServerStreaming(*this, 1); } in CORE_END2END_TEST() argument
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/tracing/ |
H A D | ApiTracerFactory.java | 51 ServerStreaming, enumConstant
|
/aosp_15_r20/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/internal/ |
H A D | method.h | 61 static constexpr RawMethod ServerStreaming(uint32_t id) { in ServerStreaming() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-compiler/src/ |
D | util.rs | 91 ServerStreaming, enumerator
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/internal/ |
H A D | method.h | 131 static constexpr PwpbMethod ServerStreaming(uint32_t id, in ServerStreaming() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | protobuf_plugin.h | 83 bool ServerStreaming() const { return method_->server_streaming(); } in ServerStreaming() function
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | protobuf_plugin.h | 83 bool ServerStreaming() const { return method_->server_streaming(); } in ServerStreaming() function
|
/aosp_15_r20/external/pigweed/pw_rpc/raw/ |
H A D | method_test.cc | 55 void ServerStreaming(ConstByteSpan, RawServerWriter&) {} in ServerStreaming() function in pw::rpc::internal::__anon03f00b820111::TestRawService
|
/aosp_15_r20/external/pigweed/pw_rpc/nanopb/ |
H A D | method_test.cc | 58 void ServerStreaming(const FakePb&, NanopbServerWriter<FakePb>&) {} in ServerStreaming() function in pw::rpc::internal::__anonb1388db60111::TestNanopbService
|
/aosp_15_r20/external/pigweed/pw_rpc/pwpb/ |
H A D | method_test.cc | 58 void ServerStreaming(const FakePb&, PwpbServerWriter<FakePb>&) {} in ServerStreaming() function in pw::rpc::internal::__anonc258cbd10111::TestPwpbService
|
/aosp_15_r20/external/flatbuffers/src/ |
H A D | idl_gen_grpc.cpp | 103 bool ServerStreaming() const { return streaming_ == kServer; } in ServerStreaming() function in flatbuffers::FlatBufMethod
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/call/ |
D | mod.rs | 109 ServerStreaming, enumerator
|
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/ |
H A D | descriptor.pb.go | 1511 …ServerStreaming *bool `protobuf:"varint,6,opt,name=server_streaming,json=serverStreaming,def=0" js… member
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 4751 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | Descriptor.cs | 4751 public bool ServerStreaming { property in Google.Protobuf.Reflection.MethodDescriptorProto
|