Home
last modified time | relevance | path

Searched refs:nv_t (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_http_common-inl.h30 buf_.AllocateSufficientStorage((alignof(nv_t) - 1) + in NgHeaders()
31 count_ * sizeof(nv_t) + in NgHeaders()
34 char* start = AlignUp(buf_.out(), alignof(nv_t)); in NgHeaders()
35 char* header_contents = start + (count_ * sizeof(nv_t)); in NgHeaders()
36 nv_t* const nva = reinterpret_cast<nv_t*>(start); in NgHeaders()
Dnode_http_common.h252 typedef typename T::nv_t nv_t; typedef
256 const nv_t* operator*() const {
257 return reinterpret_cast<const nv_t*>(*buf_);
260 const nv_t* data() const { in data()
261 return reinterpret_cast<const nv_t*>(*buf_); in data()
Dnode_http2.h118 typedef nghttp2_nv nv_t; typedef