Searched refs:SetPointerWithVtable (Results 1 – 7 of 7) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/ |
D | channel_arguments.cc | 146 SetPointerWithVtable(GRPC_ARG_RESOURCE_QUOTA, in SetResourceQuota() 183 SetPointerWithVtable(key, value, &vtable); in SetPointer() 186 void ChannelArguments::SetPointerWithVtable( in SetPointerWithVtable() function in grpc::ChannelArguments
|
/external/grpc-grpc/src/cpp/common/ |
D | channel_arguments.cc | 145 SetPointerWithVtable(GRPC_ARG_RESOURCE_QUOTA, in SetResourceQuota() 182 SetPointerWithVtable(key, value, &vtable); in SetPointer() 185 void ChannelArguments::SetPointerWithVtable( in SetPointerWithVtable() function in grpc::ChannelArguments
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
D | channel_arguments.h | 113 void SetPointerWithVtable(const std::string& key, void* value,
|
/external/grpc-grpc/include/grpcpp/support/ |
D | channel_arguments.h | 109 void SetPointerWithVtable(const grpc::string& key, void* value,
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | channel_arguments.h | 113 void SetPointerWithVtable(const std::string& key, void* value,
|
/external/grpc-grpc/src/cpp/server/ |
D | server_builder.cc | 210 args.SetPointerWithVtable(GRPC_ARG_RESOURCE_QUOTA, resource_quota_, in BuildAndStart()
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/ |
D | server_builder.cc | 249 args.SetPointerWithVtable(GRPC_ARG_RESOURCE_QUOTA, resource_quota_, in BuildChannelArgs()
|