Home
last modified time | relevance | path

Searched refs:EnsureSpaceFallback (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc825 uint8* EpsCopyOutputStream::EnsureSpaceFallback(uint8* ptr) { in EnsureSpaceFallback() function in google::protobuf::io::EpsCopyOutputStream
844 ptr = EnsureSpaceFallback(ptr + s); in WriteRawFallback()
Dcoded_stream.h690 return EnsureSpaceFallback(ptr); in EnsureSpace()
834 uint8* EnsureSpaceFallback(uint8* ptr);
/third_party/protobuf/
Dlibprotobuf_lite.map23 "google::protobuf::io::EpsCopyOutputStream::EnsureSpaceFallback(unsigned char*)";