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