Searched refs:curr_value_ (Results 1 – 1 of 1) sorted by relevance
207 const CppType operator*() const { return curr_value_; }232 curr_value_ = static_cast<CppType>(new_value);239 memcpy(&curr_value_, read_ptr_, sizeof(CppType));261 CppType curr_value_ = 0; variable