Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_arguments.cc181 void ChannelArguments::SetPointer(const std::string& key, void* value) { in SetPointer() function in grpc::ChannelArguments
/aosp_15_r20/external/grpc-grpc/src/cpp/common/
H A Dchannel_arguments.cc182 void ChannelArguments::SetPointer(const std::string& key, void* value) { in SetPointer() function in grpc::ChannelArguments
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dtable.h87 bool SetPointer(voffset_t field, const uint8_t *val) { in SetPointer() function
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dtable.h87 bool SetPointer(voffset_t field, const uint8_t *val) { in SetPointer() function
/aosp_15_r20/external/grpc-grpc/test/cpp/common/
H A Dchannel_arguments_test.cc193 TEST_F(ChannelArgumentsTest, SetPointer) { in TEST_F() argument
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dpointer_unsafe.go137 func (p pointer) SetPointer(v pointer) { func
H A Dpointer_reflect.go158 func (p pointer) SetPointer(v pointer) { func
/aosp_15_r20/external/cronet/base/trace_event/
H A Dtraced_value.cc554 void TracedValue::SetPointer(const char* name, const void* value) { in SetPointer() function in base::trace_event::TracedValue
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dvalue.go2505 func (v Value) SetPointer(x unsafe.Pointer) { func