Home
last modified time | relevance | path

Searched defs:GetDirectBufferPointer (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc233 bool CodedInputStream::GetDirectBufferPointer(const void** data, int* size) { in GetDirectBufferPointer() function in google::protobuf::io::CodedInputStream
744 bool EpsCopyOutputStream::GetDirectBufferPointer(void** data, int* size, in GetDirectBufferPointer() function in google::protobuf::io::EpsCopyOutputStream
Dcoded_stream.h1089 bool GetDirectBufferPointer(void** data, int* size) { in GetDirectBufferPointer() function