Home
last modified time | relevance | path

Searched refs:SetPointerWithVtable (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_arguments.cc146 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/
Dchannel_arguments.cc145 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/
Dchannel_arguments.h113 void SetPointerWithVtable(const std::string& key, void* value,
/external/grpc-grpc/include/grpcpp/support/
Dchannel_arguments.h109 void SetPointerWithVtable(const grpc::string& key, void* value,
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/
Dchannel_arguments.h113 void SetPointerWithVtable(const std::string& key, void* value,
/external/grpc-grpc/src/cpp/server/
Dserver_builder.cc210 args.SetPointerWithVtable(GRPC_ARG_RESOURCE_QUOTA, resource_quota_, in BuildAndStart()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Dserver_builder.cc249 args.SetPointerWithVtable(GRPC_ARG_RESOURCE_QUOTA, resource_quota_, in BuildChannelArgs()