Home
last modified time | relevance | path

Searched refs:NgRcBufPointer (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_http_common.h283 class NgRcBufPointer : public MemoryRetainer {
288 NgRcBufPointer() = default;
290 explicit NgRcBufPointer(rcbuf_t* buf) { in NgRcBufPointer() function
295 NgRcBufPointer(const NgRcBufPointer<B>& other) { in NgRcBufPointer() function
299 NgRcBufPointer(const NgRcBufPointer& other) { in NgRcBufPointer() function
304 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 …]
Dnode_http2.h144 using Http2RcBufferPointer = NgRcBufPointer<Http2RcBufferPointerTraits>;