HomeSort by relevance Sort by last modified time
    Searched defs:const_iterator (Results 1 - 25 of 688) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/containers/sequences/deque/deque.cons/
size_value.pass.cpp 26 typedef typename C::const_iterator const_iterator; typedef
30 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
size_value_alloc.pass.cpp 25 typedef typename C::const_iterator const_iterator; typedef
30 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
iter_iter_alloc.pass.cpp 29 typedef typename C::const_iterator const_iterator; typedef
34 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
size.pass.cpp 29 typedef typename C::const_iterator const_iterator; typedef
36 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
50 typedef typename C::const_iterator const_iterator; typedef
58 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
iter_iter.pass.cpp 29 typedef typename C::const_iterator const_iterator; typedef
33 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
43 typedef typename C::const_iterator const_iterator; typedef
47 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
size_value.pass.cpp 25 typedef typename C::const_iterator const_iterator; typedef
29 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
size_value_alloc.pass.cpp 24 typedef typename C::const_iterator const_iterator; typedef
29 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
iter_iter_alloc.pass.cpp 28 typedef typename C::const_iterator const_iterator; typedef
33 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
size.pass.cpp 27 typedef typename C::const_iterator const_iterator; typedef
35 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
48 typedef typename C::const_iterator const_iterator; typedef
56 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
69 typedef typename C::const_iterator const_iterator; typedef
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.cons/
size_value.pass.cpp 25 typedef typename C::const_iterator const_iterator; typedef
29 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
size_value_alloc.pass.cpp 24 typedef typename C::const_iterator const_iterator; typedef
29 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
iter_iter_alloc.pass.cpp 28 typedef typename C::const_iterator const_iterator; typedef
33 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i, ++f)
size.pass.cpp 27 typedef typename C::const_iterator const_iterator; typedef
35 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
48 typedef typename C::const_iterator const_iterator; typedef
56 for (const_iterator i = d.begin(), e = d.end(); i != e; ++i)
69 typedef typename C::const_iterator const_iterator; typedef
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
size_type.pass.cpp 26 typedef typename C::const_iterator const_iterator; typedef
43 std::list<int>::const_iterator i = l.begin();
54 std::list<int>::const_iterator i = l.begin();
67 C::const_iterator i = l.begin();
88 std::list<int, min_allocator<int>>::const_iterator i = l.begin();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.cons/
size_type.pass.cpp 26 typedef typename C::const_iterator const_iterator; typedef
43 std::list<int>::const_iterator i = l.begin();
54 std::list<int>::const_iterator i = l.begin();
67 C::const_iterator i = l.begin();
88 std::list<int, min_allocator<int>>::const_iterator i = l.begin();
  /system/chre/util/include/chre/util/
fixed_size_vector.h 156 typedef const ElementType* const_iterator; typedef in class:chre::FixedSizeVector
162 typename FixedSizeVector<ElementType, kCapacity>::const_iterator begin() const;
163 typename FixedSizeVector<ElementType, kCapacity>::const_iterator cbegin() const;
169 typename FixedSizeVector<ElementType, kCapacity>::const_iterator end() const;
170 typename FixedSizeVector<ElementType, kCapacity>::const_iterator cend() const;
priority_queue.h 153 typedef const ElementType* const_iterator; typedef in class:chre::PriorityQueue
159 typename PriorityQueue<ElementType, CompareFunction>::const_iterator begin() const;
160 typename PriorityQueue<ElementType, CompareFunction>::const_iterator cbegin() const;
166 typename PriorityQueue<ElementType, CompareFunction>::const_iterator end() const;
167 typename PriorityQueue<ElementType, CompareFunction>::const_iterator cend() const;
  /external/gemmlowp/internal/
iterator.h 47 ConstIterator<VectorMap<tScalar, tShape>> const_iterator( function in namespace:gemmlowp
68 ConstIterator<VectorDup<tScalar, tShape>> const_iterator( function in namespace:gemmlowp
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 30 typedef llvm::SmallVectorImpl<MCSectionData*>::const_iterator const_iterator; typedef in class:llvm::MCAsmLayout
  /frameworks/compile/mclinker/include/mcld/MC/
AttributeSet.h 31 typedef AttrSet::const_iterator const_iterator; typedef in class:mcld::AttributeSet
39 const_iterator begin() const { return m_AttrSet.begin(); }
41 const_iterator end() const { return m_AttrSet.end(); }
  /frameworks/compile/mclinker/include/mcld/Script/
OutputFormatCmd.h 28 typedef FormatList::const_iterator const_iterator; typedef in class:mcld::OutputFormatCmd
38 const_iterator begin() const { return m_FormatList.begin(); }
40 const_iterator end() const { return m_FormatList.end(); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 56 typedef typename __traits_type::pointer const_iterator; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
59 typedef const_iterator value_type;
60 typedef const_iterator const_reference;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 54 typedef std::string::const_iterator const_iterator; typedef in struct:__gnu_pbds::sample_trie_access_traits
64 /// Returns a const_iterator to the first element of r_key.
65 inline static const_iterator
68 /// Returns a const_iterator to the after-last element of r_key.
69 inline static const_iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 56 typedef typename __traits_type::pointer const_iterator; typedef in struct:__gnu_pbds::detail::dumnode_const_iterator
59 typedef const_iterator value_type;
60 typedef const_iterator const_reference;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
sample_trie_access_traits.hpp 54 typedef std::string::const_iterator const_iterator; typedef in struct:__gnu_pbds::sample_trie_access_traits
64 /// Returns a const_iterator to the first element of r_key.
65 inline static const_iterator
68 /// Returns a const_iterator to the after-last element of r_key.
69 inline static const_iterator

Completed in 4969 milliseconds

1 2 3 4 5 6 7 8 91011>>