Lines Matching refs:PutBuffer
5974 size_t PutBuffer(void *subc, const char *buf, size_t len,
5988 * or just call the static PutBuffer() to do a non-resumable push all in one
6002 static bool PutBuffer(const char* buf, size_t len, BytesSink* sink);
6004 template <class T> static bool PutBuffer(const T& str, BytesSink* sink) {
6005 return PutBuffer(str.c_str(), str.size(), sink);
6310 inline size_t BytesSink::PutBuffer(void *subc, const char *buf, size_t len,
6318 inline bool BufferSource::PutBuffer(const char *buf, size_t len,