Searched refs:is_present_ (Results 1 – 1 of 1) sorted by relevance
68 : value_(value), is_present_(is_present) {} in Element()77 : value_(std::move(value)), is_present_(is_present) {} in Element()95 is_present_ = is_present; in Set()106 is_present_ = is_present; in Set()122 constexpr bool is_present() const { return is_present_; } in is_present()125 return is_present_ == other.is_present_ && value_ == other.value_;130 bool is_present_ = false; variable