Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_union_bytes.h62 : one_bytes_(nullptr), two_bytes_(data), length_(length) {} in UnionBytes()
64 : one_bytes_(data), two_bytes_(nullptr), length_(length) {} in UnionBytes()
73 CHECK_NOT_NULL(two_bytes_); in two_bytes_data()
74 return two_bytes_; in two_bytes_data()
95 const uint16_t* two_bytes_; variable