Searched refs:NgRcBufPointer (Results 1 – 2 of 2) sorted by relevance
283 class NgRcBufPointer : public MemoryRetainer {288 NgRcBufPointer() = default;290 explicit NgRcBufPointer(rcbuf_t* buf) { in NgRcBufPointer() function295 NgRcBufPointer(const NgRcBufPointer<B>& other) { in NgRcBufPointer() function299 NgRcBufPointer(const NgRcBufPointer& other) { in NgRcBufPointer() function304 NgRcBufPointer& operator=(const NgRcBufPointer<B>& other) {306 this->~NgRcBufPointer();307 return *new (this) NgRcBufPointer(other);310 NgRcBufPointer& operator=(const NgRcBufPointer& other) {312 this->~NgRcBufPointer();[all …]
144 using Http2RcBufferPointer = NgRcBufPointer<Http2RcBufferPointerTraits>;