Home
last modified time | relevance | path

Searched refs:one_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()
34 bool is_one_byte() const { return one_bytes_ != nullptr; } in is_one_byte()
40 CHECK_NOT_NULL(one_bytes_); in one_bytes_data()
41 return one_bytes_; in one_bytes_data()
47 const uint8_t* one_bytes_; member in node::UnionBytes

Completed in 1 milliseconds