Home
last modified time | relevance | path

Searched refs:GetDirectBufferForNBytesAndAdvance (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/util/
Ddelimited_message_util.cc105 uint8* buffer = output->GetDirectBufferForNBytesAndAdvance(size); in SerializeDelimitedToCodedStream()
/third_party/protobuf/src/google/protobuf/util/internal/
Djson_objectwriter.h223 out = stream_->GetDirectBufferForNBytesAndAdvance(len); in NewLine()
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h968 uint8* GetDirectBufferForNBytesAndAdvance(int size, uint8** pp);
1106 inline uint8* GetDirectBufferForNBytesAndAdvance(int size) { in GetDirectBufferForNBytesAndAdvance() function
1107 return impl_.GetDirectBufferForNBytesAndAdvance(size, &cur_); in GetDirectBufferForNBytesAndAdvance()
Dcoded_stream.cc766 uint8* EpsCopyOutputStream::GetDirectBufferForNBytesAndAdvance(int size, in GetDirectBufferForNBytesAndAdvance() function in google::protobuf::io::EpsCopyOutputStream
/third_party/protobuf/
Dlibprotobuf_lite.map359 …"google::protobuf::io::EpsCopyOutputStream::GetDirectBufferForNBytesAndAdvance(int, unsigned char*…