Home
last modified time | relevance | path

Searched defs:SetPointer (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/cpp/common/
Dchannel_arguments.cc182 void ChannelArguments::SetPointer(const std::string& key, void* value) { in SetPointer() function in grpc::ChannelArguments
/third_party/flatbuffers/include/flatbuffers/
Dtable.h97 bool SetPointer(voffset_t field, const uint8_t *val) { in SetPointer() function
/third_party/grpc/test/cpp/common/
Dchannel_arguments_test.cc192 TEST_F(ChannelArgumentsTest, SetPointer) { in TEST_F() argument