Searched refs:buf_keeper (Results 1 – 1 of 1) sorted by relevance
675 ScopedBuf(void*& buf_keeper, bool keep) in ScopedBuf() argument676 :buf_keeper_(buf_keeper),buf_(0),len_(0),len_watermark_(0),keep_(keep) in ScopedBuf()