Home
last modified time | relevance | path

Searched defs:holds_alternative (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/variant2/
Dvariant.hpp302 template<class U, class... T> constexpr bool holds_alternative( variant<T...> const& v ) noexcept in holds_alternative() function
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc6856 friend bool holds_alternative(const SampleVariantIntString& value) { in TEST() function