Searched refs:has_value_ (Results 1 – 1 of 1) sorted by relevance
684 : value_(std::move(value)), has_value_(true) {} in SampleOptional()685 SampleOptional() : value_(), has_value_(false) {} in SampleOptional()686 operator bool() const { return has_value_; } in operator bool()691 bool has_value_; member in testing::gmock_matchers_test::__anonebb175b30111::SampleOptional