Searched defs:ConstIter (Results 1 – 3 of 3) sorted by relevance
51 struct ConstIter { struct58 constexpr ConstIter(double value): m_value(value) {} in ConstIter() argument59 constexpr ConstIter(Iter it): m_value(it.m_value) {} in ConstIter() argument64 friend constexpr bool operator==(const ConstIter& l, const ConstIter& r) = default; argument
1327 class ConstIter { class in testing::gmock_matchers_test::__anonc1c035bc0111::Streamlike1335 ConstIter(const Streamlike* s, typename std::list<value_type>::iterator pos) in ConstIter() function in testing::gmock_matchers_test::__anonc1c035bc0111::Streamlike::ConstIter
5371 class ConstIter : public std::iterator<std::input_iterator_tag, in TEST() class in testing::gmock_matchers_test::__anon9be9be2f0111::Streamlike5377 ConstIter(const Streamlike* s, in TEST() function in testing::gmock_matchers_test::__anon9be9be2f0111::Streamlike::ConstIter