Searched refs:has_value_ (Results 1 – 1 of 1) sorted by relevance
687 : value_(std::move(value)), has_value_(true) {} in SampleOptional()688 SampleOptional() : value_(), has_value_(false) {} in SampleOptional()689 operator bool() const { return has_value_; } in operator bool()694 bool has_value_; member in testing::gmock_matchers_test::__anonebb175b30111::SampleOptional705 : value_(std::move(value)), has_value_(true) {} in SampleOptionalWithoutBoolConversion()706 SampleOptionalWithoutBoolConversion() : value_(), has_value_(false) {} in SampleOptionalWithoutBoolConversion()707 bool has_value() const { return has_value_; } in has_value()712 bool has_value_; member in testing::gmock_matchers_test::__anonebb175b30111::SampleOptionalWithoutBoolConversion