Searched refs:two_bytes_ (Results 1 – 1 of 1) sorted by relevance
20 : 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_; variable