Lines Matching refs:rcbuf_t
286 typedef typename T::rcbuf_t rcbuf_t;
291 explicit NgRcBufPointer(rcbuf_t* buf) {
347 void reset(rcbuf_t* ptr = nullptr, bool internalizable = false) {
362 rcbuf_t* get() const { return buf_; }
363 rcbuf_t& operator*() const { return *get(); }
364 rcbuf_t* operator->() const { return buf_; }
370 static inline bool IsZeroLength(rcbuf_t* buf) {
453 rcbuf_t* buf_ = nullptr;
479 typedef typename T::rcbufferpointer_t::rcbuf_t rcbuf_t;
482 inline static bool IsZeroLength(rcbuf_t* name, rcbuf_t* value);
483 inline static bool IsZeroLength(int32_t token, rcbuf_t* name, rcbuf_t* value);
486 rcbuf_t* name,
487 rcbuf_t* value,
492 rcbuf_t* name,
493 rcbuf_t* value,