Searched refs:char_val_ (Results 1 – 1 of 1) sorted by relevance
774 void SetChar(uint16_t c) { u_.char_val_ = c; } in SetChar()792 uint16_t GetChar() const { return u_.char_val_; } in GetChar()814 uint16_t char_val_; member