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