/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | channel_arguments.cc | 32 ChannelArguments::ChannelArguments() { in ChannelArguments() function in grpc::ChannelArguments 37 ChannelArguments::ChannelArguments(const ChannelArguments& other) in ChannelArguments() function in grpc::ChannelArguments 68 ChannelArguments::~ChannelArguments() { in ~ChannelArguments() 77 void ChannelArguments::Swap(ChannelArguments& other) { in Swap() 82 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm() 87 void ChannelArguments::SetGrpclbFallbackTimeout(int fallback_timeout) { in SetGrpclbFallbackTimeout() 91 void ChannelArguments::SetSocketMutator(grpc_socket_mutator* mutator) { in SetSocketMutator() 119 void ChannelArguments::SetUserAgentPrefix( in SetUserAgentPrefix() 144 void ChannelArguments::SetResourceQuota( in SetResourceQuota() 151 void ChannelArguments::SetMaxReceiveMessageSize(int size) { in SetMaxReceiveMessageSize() [all …]
|
D | secure_channel_arguments.cc | 26 void ChannelArguments::SetSslTargetNameOverride(const std::string& name) { in SetSslTargetNameOverride() 30 std::string ChannelArguments::GetSslTargetNameOverride() const { in GetSslTargetNameOverride()
|
/external/grpc-grpc/src/cpp/common/ |
D | channel_arguments.cc | 32 ChannelArguments::ChannelArguments() { in ChannelArguments() function in grpc::ChannelArguments 37 ChannelArguments::ChannelArguments(const ChannelArguments& other) in ChannelArguments() function in grpc::ChannelArguments 68 ChannelArguments::~ChannelArguments() { in ~ChannelArguments() 77 void ChannelArguments::Swap(ChannelArguments& other) { in Swap() 82 void ChannelArguments::SetCompressionAlgorithm( in SetCompressionAlgorithm() 87 void ChannelArguments::SetGrpclbFallbackTimeout(int fallback_timeout) { in SetGrpclbFallbackTimeout() 91 void ChannelArguments::SetSocketMutator(grpc_socket_mutator* mutator) { in SetSocketMutator() 117 void ChannelArguments::SetUserAgentPrefix( in SetUserAgentPrefix() 143 void ChannelArguments::SetResourceQuota( in SetResourceQuota() 150 void ChannelArguments::SetMaxReceiveMessageSize(int size) { in SetMaxReceiveMessageSize() [all …]
|
D | secure_channel_arguments.cc | 26 void ChannelArguments::SetSslTargetNameOverride(const grpc::string& name) { in SetSslTargetNameOverride() 30 grpc::string ChannelArguments::GetSslTargetNameOverride() const { in GetSslTargetNameOverride()
|
/external/grpc-grpc/include/grpcpp/support/ |
D | channel_arguments.h | 39 class ChannelArguments { 41 ChannelArguments(); 42 ~ChannelArguments(); 44 ChannelArguments(const ChannelArguments& other); 45 ChannelArguments& operator=(ChannelArguments other) { 50 void Swap(ChannelArguments& other);
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | channel_arguments.h | 39 class ChannelArguments { 41 ChannelArguments(); 42 ~ChannelArguments(); 44 ChannelArguments(const ChannelArguments& other); 45 ChannelArguments& operator=(ChannelArguments other) { 50 void Swap(ChannelArguments& other);
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
D | channel_arguments.h | 39 class ChannelArguments { 41 ChannelArguments(); 42 ~ChannelArguments(); 44 ChannelArguments(const ChannelArguments& other); 45 ChannelArguments& operator=(ChannelArguments other) { 50 void Swap(ChannelArguments& other);
|
/external/grpc-grpc/test/cpp/util/ |
D | create_test_channel.cc | 36 grpc::ChannelArguments* args) override { in GetChannelCredentials() 73 const ChannelArguments& args) { in CreateTestChannel() 74 ChannelArguments channel_args(args); in CreateTestChannel() 112 const ChannelArguments& args) { in CreateTestChannel() 127 use_prod_roots, creds, ChannelArguments()); in CreateTestChannel() 146 ChannelArguments channel_args; in CreateTestChannel()
|
D | test_credentials_provider.h | 44 ChannelArguments* args) = 0; 62 const grpc::string& type, ChannelArguments* args) = 0;
|
/external/grpc-grpc/src/cpp/client/ |
D | create_channel.cc | 29 class ChannelArguments; 34 return CreateCustomChannel(target, creds, ChannelArguments()); in CreateChannel() 40 const ChannelArguments& args) { in CreateCustomChannel()
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_channel.cc | 64 ::grpc::ChannelArguments* CreateDefaultChannelArguments() { in CreateDefaultChannelArguments() 65 ::grpc::ChannelArguments* args = new ::grpc::ChannelArguments(); in CreateDefaultChannelArguments() 99 const ::grpc::ChannelArguments* GetDefaultChannelArguments() { in GetDefaultChannelArguments() 100 static const ::grpc::ChannelArguments* args = CreateDefaultChannelArguments(); in GetDefaultChannelArguments() 106 ::grpc::ChannelArguments GetChannelArguments(const RPCOptions* rpc_options) { in GetChannelArguments() 108 ::grpc::ChannelArguments args = *GetDefaultChannelArguments(); in GetChannelArguments() 146 ::grpc::ChannelArguments args = GetChannelArguments(rpc_options); in NewHostPortGrpcChannel()
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/security/ |
D | credentials.h | 47 const grpc::ChannelArguments& args); 53 const grpc::ChannelArguments& args, 92 const grpc::ChannelArguments& args); 98 const grpc::ChannelArguments& args, 104 const grpc::string& target, const ChannelArguments& args) = 0; 109 const grpc::string& /*target*/, const ChannelArguments& /*args*/, in CreateChannelWithInterceptors() argument
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/security/ |
D | credentials.h | 47 const grpc::ChannelArguments& args); 53 const grpc::ChannelArguments& args, 92 const grpc::ChannelArguments& args); 98 const grpc::ChannelArguments& args, 104 const grpc::string& target, const ChannelArguments& args) = 0; 109 const grpc::string& /*target*/, const ChannelArguments& /*args*/, in CreateChannelWithInterceptors() argument
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/ |
D | create_channel.cc | 33 return CreateCustomChannel(target, creds, grpc::ChannelArguments()); in CreateChannel() 39 const grpc::ChannelArguments& args) { in CreateCustomChannel() 68 const grpc::ChannelArguments& args, in CreateCustomChannelWithInterceptors()
|
D | create_channel_posix.cc | 29 class ChannelArguments; 44 const std::string& target, int fd, const grpc::ChannelArguments& args) { in CreateCustomInsecureChannelFromFd() 59 const std::string& target, int fd, const ChannelArguments& args, in CreateCustomInsecureChannelWithInterceptorsFromFd()
|
D | insecure_credentials.cc | 33 const std::string& target, const ChannelArguments& args) override { in CreateChannelImpl() 41 const std::string& target, const ChannelArguments& args, in CreateChannelWithInterceptors()
|
/external/grpc-grpc/test/cpp/common/ |
D | channel_arguments_test.cc | 78 : pointer_vtable_({&ChannelArguments::PointerVtableMembers::Copy, in ChannelArgumentsTest() 79 &ChannelArguments::PointerVtableMembers::Destroy, in ChannelArgumentsTest() 80 &ChannelArguments::PointerVtableMembers::Compare}) {} in ChannelArgumentsTest() 82 void SetChannelArgs(const ChannelArguments& channel_args, in SetChannelArgs() 125 ChannelArguments channel_args_; 231 ChannelArguments new_channel_args(channel_args_); in TEST_F()
|
/external/grpc-grpc/include/grpcpp/impl/ |
D | server_builder_plugin.h | 30 class ChannelArguments; variable 58 virtual void UpdateChannelArguments(ChannelArguments* args) {} in UpdateChannelArguments()
|
/external/grpc-grpc/include/grpcpp/ |
D | server.h | 72 virtual void UpdateArguments(ChannelArguments* args) {} in UpdateArguments() 100 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args); 148 Server(int max_message_size, ChannelArguments* args,
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | create_channel_posix.h | 46 const std::string& target, int fd, const grpc::ChannelArguments& args); 59 const std::string& target, int fd, const grpc::ChannelArguments& args,
|
D | create_channel.h | 54 const ChannelArguments& args); 71 const ChannelArguments& args,
|
D | server.h | 79 virtual void UpdateArguments(ChannelArguments* /*args*/) {} in UpdateArguments() argument 107 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args); 119 const ChannelArguments& args, 176 Server(ChannelArguments* args,
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/ |
D | create_channel_posix.h | 46 const std::string& target, int fd, const grpc::ChannelArguments& args); 59 const std::string& target, int fd, const grpc::ChannelArguments& args,
|
D | create_channel.h | 54 const ChannelArguments& args); 71 const ChannelArguments& args,
|
D | server.h | 79 virtual void UpdateArguments(ChannelArguments* /*args*/) {} in UpdateArguments() argument 107 std::shared_ptr<Channel> InProcessChannel(const ChannelArguments& args); 119 const ChannelArguments& args, 176 Server(ChannelArguments* args,
|