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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 104 typedef typename base_type::const_iterator const_iterator; typedef in class:__gnu_pbds::detail::thin_heap
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 65 typedef typename node_const_iterator::value_type const_iterator; typedef in class:__gnu_pbds::detail::trie_policy_base
71 virtual const_iterator
93 typedef typename access_traits::const_iterator e_const_iterator;
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
trie_policy.hpp 90 typename String::const_iterator>::__type const_iterator; typedef in struct:__gnu_pbds::trie_string_access_traits
93 typedef typename std::iterator_traits<const_iterator>::value_type e_type;
103 /// Returns a const_iterator to the first element of
105 inline static const_iterator
108 /// Returns a const_iterator to the after-last element of
110 inline static const_iterator
118 inline static const_iterator
121 inline static const_iterator
124 inline static const_iterator
179 typedef typename node_const_iterator::value_type const_iterator; typedef in class:__gnu_pbds::trie_prefix_search_node_update
269 typedef typename node_const_iterator::value_type const_iterator; typedef in class:__gnu_pbds::trie_order_statistics_node_update
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 121 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_const_traits<value_type, typename _Base::iterator> > > const_iterator; typedef in class:vector
147 const_iterator begin() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin()); }
149 const_iterator end() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.end()); }
227 vector(const_iterator __first, const_iterator __last ,
314 const_iterator __first, const_iterator __last) {
395 void assign(const_iterator __first, const_iterator __last)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.hpp 43 typedef const OutputElementType* const_iterator; typedef in class:shaderc::CompilationResult
78 const_iterator cbegin() const {
80 return reinterpret_cast<const_iterator>(
87 const_iterator cend() const {
95 const_iterator begin() const { return cbegin(); }
97 const_iterator end() const { return cend(); }
  /system/core/libbacktrace/include/backtrace/
BacktraceMap.h 88 typedef std::deque<backtrace_map_t>::const_iterator const_iterator; typedef in class:BacktraceMap
89 const_iterator begin() const { return maps_.begin(); }
90 const_iterator end() const { return maps_.end(); }
  /art/runtime/base/
stringpiece.h 42 typedef const char* const_iterator; typedef in class:art::StringPiece
44 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
  /build/kati/
string_piece.h 53 typedef const char* const_iterator; typedef in class:StringPiece
55 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
  /external/clang/include/clang/AST/
ASTVector.h 81 typedef const T* const_iterator; typedef in class:clang::ASTVector
83 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
93 const_iterator begin() const { return Begin; }
95 const_iterator end() const { return End; }
368 const_iterator capacity_ptr() const {
CXXInheritance.h 170 typedef std::list<CXXBasePath>::const_iterator const_paths_iterator;
278 typedef MapType::const_iterator const_iterator; typedef in class:clang::OverridingMethods
280 const_iterator begin() const { return Overrides.begin(); }
282 const_iterator end() const { return Overrides.end(); }
289 typedef SmallVectorImpl<UniqueVirtualMethod>::const_iterator
  /external/clang/include/clang/Analysis/
CallGraph.h 70 typedef FunctionMapTy::const_iterator const_iterator; typedef in class:clang::CallGraph
73 const_iterator begin() const { return FunctionMap.begin(); }
74 const_iterator end() const { return FunctionMap.end(); }
87 typedef llvm::SetVector<CallGraphNode *>::const_iterator const_nodes_iterator;
148 typedef SmallVectorImpl<CallRecord>::const_iterator const_iterator; typedef in class:clang::CallGraphNode
153 inline const_iterator begin() const { return CalledFunctions.begin(); }
154 inline const_iterator end() const { return CalledFunctions.end(); }
193 typedef NodeType::const_iterator ChildIteratorType
    [all...]
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 78 typedef const T* const_iterator; typedef in class:clang::BumpVector
80 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
90 const_iterator begin() const { return Begin; }
92 const_iterator end() const { return End; }
  /external/clang/lib/Analysis/
ThreadSafety.cpp 169 typedef FactVec::const_iterator const_iterator; typedef in class:__anon13799::FactSet
172 const_iterator begin() const { return FactIDs.begin(); }
175 const_iterator end() const { return FactIDs.end(); }
736 for (CFGBlock::const_iterator BI = CurrBlock->begin(),
795 for (CFGBlock::const_iterator BI = CurrBlock->begin(),
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 101 typedef const _E* const_iterator; typedef in class:std::initializer_list
  /external/clang/test/Parser/
cxx0x-attributes.cpp 26 typedef const _E* const_iterator; typedef in class:std::initializer_list
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 85 typedef std::vector<BufferVar>::const_iterator const_iterator; typedef in class:deqp::gles31::bb::BufferBlock
104 inline const_iterator begin (void) const { return m_variables.begin(); }
106 inline const_iterator end (void) const { return m_variables.end(); }
  /external/libbrillo/brillo/glib/
object.h 348 typedef const value_type* const_iterator; typedef in class:brillo::glib::ScopedPtrArray
368 const_iterator begin() const {
369 return const_iterator(object_ ? object_->pdata : nullptr);
371 const_iterator end() const {
  /external/libchrome/base/containers/
mru_cache.h 65 typedef typename PayloadList::const_iterator const_iterator; typedef in class:base::MRUCacheBase
124 typename KeyIndex::const_iterator index_iter = index_.find(key);
130 const_iterator Peek(const KeyType& key) const {
131 typename KeyIndex::const_iterator index_iter = index_.find(key);
188 const_iterator begin() const { return ordering_.begin(); }
190 const_iterator end() const { return ordering_.end(); }
small_map.h 223 class const_iterator;
289 bool operator==(const const_iterator& other) const;
290 bool operator!=(const const_iterator& other) const;
294 friend class const_iterator;
304 class const_iterator { class in class:base::SmallMap
306 typedef typename NormalMap::const_iterator::iterator_category
308 typedef typename NormalMap::const_iterator::value_type value_type;
309 typedef typename NormalMap::const_iterator::difference_type difference_type;
310 typedef typename NormalMap::const_iterator::pointer pointer;
311 typedef typename NormalMap::const_iterator::reference reference
313 inline const_iterator(): array_iter_(NULL) {} function in class:base::SmallMap::const_iterator
315 inline const_iterator(const iterator& other) function in class:base::SmallMap::const_iterator
376 inline explicit const_iterator( function in class:base::SmallMap::const_iterator
379 inline explicit const_iterator( function in class:base::SmallMap::const_iterator
    [all...]
  /external/libchrome/base/
id_map.h 141 typename HashTable::const_iterator i = data_.find(id);
230 typename HashTable::const_iterator iter_;
234 typedef Iterator<const T> const_iterator; typedef in class:IDMap
  /external/libchrome/base/strings/
string_piece.h 147 BASE_EXPORT void AssertIteratorsInOrder(std::string::const_iterator begin,
148 std::string::const_iterator end);
149 BASE_EXPORT void AssertIteratorsInOrder(string16::const_iterator begin,
150 string16::const_iterator end);
172 typedef const value_type* const_iterator; typedef in class:base::BasicStringPiece
173 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
189 BasicStringPiece(const typename STRING_TYPE::const_iterator& begin,
190 const typename STRING_TYPE::const_iterator& end) {
253 const_iterator begin() const { return ptr_; }
254 const_iterator end() const { return ptr_ + length_;
    [all...]
  /external/libcxx/test/support/
nasty_containers.hpp 28 typedef typename nested_container::const_iterator const_iterator; typedef in class:nasty_vector
55 const_iterator begin() const TEST_NOEXCEPT { return v_.begin(); }
57 const_iterator end() const TEST_NOEXCEPT { return v_.end(); }
64 const_iterator cbegin() const TEST_NOEXCEPT { return v_.cbegin(); }
65 const_iterator cend() const TEST_NOEXCEPT { return v_.cend(); }
101 template <class... Args> iterator emplace(const_iterator pos, Args&&... args)
106 iterator insert(const_iterator pos, const value_type& x) { return v_.insert(pos, x); }
108 iterator insert(const_iterator pos, value_type&& x) { return v_.insert(pos, std::forward<value_type>(x)); }
110 iterator insert(const_iterator pos, size_type n, const value_type& x) { return v_.insert(pos, n, x);
154 typedef typename nested_container::const_iterator const_iterator; typedef in class:nasty_list
    [all...]
  /external/llvm/include/llvm/ADT/
DenseSet.h 103 typename MapTy::const_iterator I;
107 typedef typename MapTy::const_iterator::difference_type difference_type;
113 ConstIterator(const typename MapTy::const_iterator &i) : I(i) {}
125 typedef ConstIterator const_iterator; typedef in class:llvm::DenseSet
130 const_iterator begin() const { return ConstIterator(TheMap.begin()); }
131 const_iterator end() const { return ConstIterator(TheMap.end()); }
145 const_iterator find_as(const LookupKeyT &Val) const {
SparseMultiSet.h 308 typedef iterator_base<const SparseMultiSet *> const_iterator; typedef in class:llvm::SparseMultiSet
316 const_iterator end() const {
317 return const_iterator(this, SMSNode::INVALID, SMSNode::INVALID);
375 const_iterator find(const KeyT &Key) const {
377 return const_iterator(I.SMS, I.Idx, KeyIndexOf(Key));
384 for (const_iterator It = find(Key); It != end(); ++It)
  /external/llvm/include/llvm/Analysis/
CallGraph.h 117 typedef FunctionMapTy::const_iterator const_iterator; typedef in class:llvm::CallGraph
124 inline const_iterator begin() const { return FunctionMap.begin(); }
125 inline const_iterator end() const { return FunctionMap.end(); }
129 const_iterator I = FunctionMap.find(F);
136 const_iterator I = FunctionMap.find(F);
188 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef in class:llvm::CallGraphNode
195 inline const_iterator begin() const { return CalledFunctions.begin(); }
196 inline const_iterator end() const { return CalledFunctions.end();
343 typedef CallGraph::const_iterator const_iterator; typedef in class:CallGraphWrapperPass
    [all...]

Completed in 820 milliseconds

1 2 3 4 5 6 7 8 91011>>