Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_union_bytes.h20 : one_bytes_(nullptr), two_bytes_(data), length_(length) {} in UnionBytes()
22 : one_bytes_(data), two_bytes_(nullptr), length_(length) {} in UnionBytes()
36 CHECK_NOT_NULL(two_bytes_); in two_bytes_data()
37 return two_bytes_; in two_bytes_data()
48 const uint16_t* two_bytes_; member in node::UnionBytes

Completed in 1 milliseconds