Searched refs:IteratorTraits (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc216 IteratorTraits< ::std::vector<int>::const_iterator>::value_type>();
218 IteratorTraits< ::std::list<bool>::iterator>::value_type>();
222 StaticAssertTypeEq<char, IteratorTraits<char*>::value_type>();
223 StaticAssertTypeEq<const void*, IteratorTraits<const void**>::value_type>();
227 StaticAssertTypeEq<char, IteratorTraits<const char*>::value_type>();
229 IteratorTraits<const void* const*>::value_type>();
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h217 // IteratorTraits - partial implementation of std::iterator_traits, which
2219 struct IteratorTraits { struct in namespace:testing::internal
2224 struct IteratorTraits<T*> { struct in namespace:testing::internal
2229 struct IteratorTraits<const T*> { struct in namespace:testing::internal
H A Dgtest-param-util-generated.h63 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h309 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
311 typedef typename ::testing::internal::IteratorTraits<ForwardIterator>

Completed in 60 milliseconds