Home
last modified time | relevance | path

Searched refs:IteratorTraits (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_iterator.h24 template <class OptionsT, bool IsConst> struct IteratorTraits;
25 template <class OptionsT> struct IteratorTraits<OptionsT, false> {
32 template <class OptionsT> struct IteratorTraits<OptionsT, true> {
61 typedef ilist_detail::IteratorTraits<OptionsT, IsConst> Traits;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_iterator.h23 template <class OptionsT, bool IsConst> struct IteratorTraits;
24 template <class OptionsT> struct IteratorTraits<OptionsT, false> {
31 template <class OptionsT> struct IteratorTraits<OptionsT, true> {
62 using Traits = ilist_detail::IteratorTraits<OptionsT, IsConst>;
/external/llvm-project/llvm/include/llvm/ADT/
Dilist_iterator.h23 template <class OptionsT, bool IsConst> struct IteratorTraits;
24 template <class OptionsT> struct IteratorTraits<OptionsT, false> {
31 template <class OptionsT> struct IteratorTraits<OptionsT, true> {
62 using Traits = ilist_detail::IteratorTraits<OptionsT, IsConst>;
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest-param-test.h295 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
297 typedef typename ::testing::internal::IteratorTraits<ForwardIterator> in ValuesIn()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-port-test.cc206 IteratorTraits< ::std::vector<int>::const_iterator>::value_type>(); in TEST()
208 IteratorTraits< ::std::list<bool>::iterator>::value_type>(); in TEST()
212 StaticAssertTypeEq<char, IteratorTraits<char*>::value_type>(); in TEST()
213 StaticAssertTypeEq<const void*, IteratorTraits<const void**>::value_type>(); in TEST()
217 StaticAssertTypeEq<char, IteratorTraits<const char*>::value_type>(); in TEST()
219 IteratorTraits<const void* const*>::value_type>(); in TEST()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h1492 struct IteratorTraits {
1497 struct IteratorTraits<T*> {
1502 struct IteratorTraits<const T*> {
Dgtest-param-util-generated.h63 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-port.h1939 struct IteratorTraits {
1945 struct IteratorTraits<T*> {
1950 struct IteratorTraits<const T*> {
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h2228 struct IteratorTraits {
2233 struct IteratorTraits<T*> {
2238 struct IteratorTraits<const T*> {
Dgtest-param-util-generated.h63 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h2365 struct IteratorTraits {
2371 struct IteratorTraits<T*> {
2376 struct IteratorTraits<const T*> {
Dgtest-internal.h1018 typedef typename IteratorTraits<typename C::const_iterator>::value_type
1021 typedef typename IteratorTraits<typename C::iterator>::value_type value_type;
Dgtest-param-util-generated.h.pump58 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
Dgtest-param-util-generated.h59 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h687 using IteratorTraits = typename std::iterator_traits<UnderlayingIteratorTy>; variable
691 using difference_type = typename IteratorTraits::difference_type;
694 using iterator_category = typename IteratorTraits::iterator_category;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-param-test.h.pump302 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
304 typedef typename ::testing::internal::IteratorTraits<ForwardIterator>
Dgtest-param-test.h303 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
305 typedef typename ::testing::internal::IteratorTraits<ForwardIterator> in ValuesIn()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-param-test.h308 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
310 typedef typename ::testing::internal::IteratorTraits<ForwardIterator> in ValuesIn()
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/
Dgtest-param-test.h309 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
311 typedef typename ::testing::internal::IteratorTraits<ForwardIterator> in ValuesIn()
/external/fmtlib/test/gtest/
Dgtest.h2734 struct IteratorTraits {
2739 struct IteratorTraits<T*> {
2744 struct IteratorTraits<const T*> {
10683 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
15879 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
15881 typedef typename ::testing::internal::IteratorTraits<ForwardIterator>
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gtest/
Dgtest.h3494 struct IteratorTraits {
3499 struct IteratorTraits<T*> {
3504 struct IteratorTraits<const T*> {
11835 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
17034 typename ::testing::internal::IteratorTraits<ForwardIterator>::value_type>
17036 typedef typename ::testing::internal::IteratorTraits<ForwardIterator>