Searched refs:int_val_ (Results 1 – 1 of 1) sorted by relevance
648 void SetInt(int32_t i) { u_.int_val_ = i; } in SetInt()666 int32_t GetInt() const { return u_.int_val_; } in GetInt()688 int32_t int_val_; member