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

<<11121314151617181920>>

  /external/llvm/include/llvm/MC/
MCInst.h 171 typedef SmallVectorImpl<MCOperand>::const_iterator const_iterator; typedef in class:llvm::MCInst
176 const_iterator begin() const { return Operands.begin(); }
178 const_iterator end() const { return Operands.end(); }
MCSection.h 61 typedef FragmentListType::const_iterator const_iterator; typedef in class:llvm::MCSection
165 MCSection::const_iterator begin() const {
170 MCSection::const_iterator end() const {
  /external/llvm/include/llvm/Option/
ArgList.h 33 SmallVectorImpl<Arg*>::const_iterator Current;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
98 typedef arglist_type::const_iterator const_iterator; typedef in class:llvm::opt::ArgList
148 const_iterator begin() const { return Args.begin(); }
149 const_iterator end() const { return Args.end(); }
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 214 typedef SmallVectorImpl<Slice>::const_iterator const_iterator; typedef in class:llvm::sroa::AllocaSlices
215 typedef iterator_range<const_iterator> const_range;
216 const_iterator begin() const { return Slices.begin(); }
217 const_iterator end() const { return Slices.end(); }
253 void print(raw_ostream &OS, const_iterator I, StringRef Indent = " ") const;
254 void printSlice(raw_ostream &OS, const_iterator I,
256 void printUse(raw_ostream &OS, const_iterator I,
259 void dump(const_iterator I) const;
    [all...]
  /external/protobuf/src/google/protobuf/
reflection.h 82 typedef IteratorType const_iterator; typedef in class:google::protobuf::RepeatedFieldRef
145 typedef typename Container::const_iterator Iterator;
204 typedef IteratorType const_iterator; typedef in class:google::protobuf::RepeatedFieldRef
277 typedef typename Container::const_iterator Iterator;
  /external/protobuf/src/google/protobuf/stubs/
map_util.h 76 typename Collection::const_iterator it = collection.find(key);
96 typename Collection::const_iterator it = collection.find(key);
126 typename Collection::const_iterator it = collection.find(key);
139 typename Collection::const_iterator it = collection.find(key);
168 typename Collection::const_iterator it = collection.find(key);
196 typename Collection::const_iterator it = collection.find(key);
210 typename Collection::const_iterator it = collection.find(key);
223 typename Collection::const_iterator it = collection.find(key);
249 typedef typename Collection::const_iterator const_iterator; typedef
    [all...]
stringpiece.h 355 typedef const char* const_iterator; typedef in class:google::protobuf::StringPiece
357 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
  /external/regex-re2/re2/
stringpiece.h 123 typedef const char* const_iterator; typedef in class:re2::StringPiece
125 typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
  /external/regex-re2/util/
sparse_array.h 111 typedef typename vector<IndexValue>::const_iterator const_iterator; typedef in class:re2::SparseArray
128 const_iterator begin() const {
131 const_iterator end() const {
171 const_iterator find(int i) const;
349 typename SparseArray<Value>::const_iterator
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallPtrSet.h 171 /// SmallPtrSetIterator - This implements a const_iterator for SmallPtrSet.
274 typedef SmallPtrSetIterator<PtrType> const_iterator; typedef in class:llvm::SmallPtrSet
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h 85 typedef FunctionMapTy::const_iterator const_iterator; typedef in class:llvm::CallGraph
93 inline const_iterator begin() const { return FunctionMap.begin(); }
94 inline const_iterator end() const { return FunctionMap.end(); }
99 const_iterator I = FunctionMap.find(F);
104 const_iterator I = FunctionMap.find(F);
208 typedef std::vector<CallRecord>::const_iterator const_iterator; typedef in class:llvm::CallGraphNode
215 inline const_iterator begin() const { return CalledFunctions.begin(); }
216 inline const_iterator end() const { return CalledFunctions.end();
    [all...]
RegionInfo.h 467 typedef RegionSet::const_iterator const_iterator; typedef in class:llvm::Region
472 const_iterator begin() const { return children.begin(); }
473 const_iterator end() const { return children.end(); }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 79 typedef Reg2IntervalMap::const_iterator const_iterator; typedef in class:llvm::LiveIntervals
80 const_iterator begin() const { return r2iMap_.begin(); }
81 const_iterator end() const { return r2iMap_.end(); }
93 Reg2IntervalMap::const_iterator I = r2iMap_.find(reg);
448 LiveInterval::Ranges::const_iterator &I,
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCRegisterInfo.h 28 typedef const unsigned* const_iterator; typedef in class:llvm::MCRegisterClass
265 const DenseMap<unsigned, int>::const_iterator I = M.find(RegNum);
274 const DenseMap<unsigned, unsigned>::const_iterator I = M.find(RegNum);
285 const DenseMap<unsigned, int>::const_iterator I = L2SEHRegs.find(RegNum);
  /external/webrtc/webrtc/system_wrappers/include/
scoped_vector.h 38 typedef typename std::vector<T*>::const_iterator const_iterator; typedef in class:webrtc::ScopedVector
78 const_iterator begin() const { return v_.begin(); }
80 const_iterator end() const { return v_.end(); }
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 34 const_iterator; typedef in class:mcld::PolicyIterator
78 typedef TreeIterator<value_type, ConstTraits<value_type> > const_iterator; typedef in class:mcld::BinaryTree
147 const_iterator root() const {
150 return const_iterator(
161 const_iterator begin() const {
162 return const_iterator(BinaryTreeBase<Input>::m_Root.node.left);
165 const_iterator end() const {
166 return const_iterator(BinaryTreeBase<Input>::m_Root.node.right);
227 typedef BinaryTree<Input>::const_iterator const_iterator; typedef in class:mcld::InputTree
    [all...]
Module.h 38 typedef ObjectList::const_iterator const_obj_iterator;
42 typedef LibraryList::const_iterator const_lib_iterator;
45 typedef InputTree::const_iterator const_input_iterator;
49 typedef SectionTable::const_iterator const_iterator; typedef in class:mcld::Module
53 typedef SymbolTable::const_iterator const_sym_iterator;
57 typedef AliasList::const_iterator const_alias_iterator;
110 const_iterator begin() const { return m_SectionTable.begin(); }
112 const_iterator end() const { return m_SectionTable.end(); }
  /frameworks/compile/mclinker/include/mcld/LD/
ELFSegment.h 30 typedef SectionList::const_iterator const_iterator; typedef in class:mcld::ELFSegment
44 const_iterator begin() const { return m_SectionList.begin(); }
46 const_iterator end() const { return m_SectionList.end(); }
  /frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h 34 typedef DotAssignments::const_iterator const_dot_iterator;
65 typedef InputList::const_iterator const_iterator; typedef in class:mcld::SectionMap::Output
71 typedef DotAssignments::const_iterator const_dot_iterator;
96 const_iterator begin() const { return m_InputList.begin(); }
98 const_iterator end() const { return m_InputList.end(); }
149 typedef OutputDescList::const_iterator const_iterator; typedef in class:mcld::SectionMap
164 const_iterator find(const std::string& pOutputSection) const;
177 const_iterator begin() const { return m_OutputDescList.begin();
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 69 typedef DataIterator<ChunkType, const_traits> const_iterator; typedef in class:mcld::DataIterator
108 ConstTraits<typename Alloc::value_type> > const_iterator; typedef in class:mcld::GCFactoryBase
156 const_iterator begin() const { return const_iterator(Alloc::m_pRoot, 0); }
164 const_iterator end() const {
167 : const_iterator(Alloc::m_pCurrent, Alloc::m_pCurrent->bound);
  /frameworks/native/services/sensorservice/
vec.h 313 typedef TYPE const* const_iterator; typedef in class:android::vec
316 const_iterator begin() const { return base::v; }
317 const_iterator end() const { return base::v + SIZE; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_bvector.h 301 typedef _Bit_const_iterator const_iterator; typedef in struct:_Bit_const_iterator
315 const_iterator&
322 const_iterator
325 const_iterator __tmp = *this;
330 const_iterator&
337 const_iterator
340 const_iterator __tmp = *this;
345 const_iterator&
352 const_iterator&
359 const_iterator
    [all...]
stl_map.h 148 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:map
328 const_iterator
346 const_iterator
392 const_iterator
401 const_iterator
512 const_iterator __i = lower_bound(__k);
570 emplace_hint(const_iterator __pos, _Args&&... __args)
644 insert(const_iterator __position, const value_type& __x)
655 insert(const_iterator __position, _Pair&& __x
    [all...]
stl_multimap.h 146 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multimap
322 const_iterator
340 const_iterator
386 const_iterator
395 const_iterator
481 emplace_hint(const_iterator __pos, _Args&&... __args)
535 insert(const_iterator __position, const value_type& __x)
546 insert(const_iterator __position, _Pair&& __x)
595 erase(const_iterator __position
    [all...]
stl_multiset.h 126 typedef typename _Rep_type::const_iterator iterator;
127 typedef typename _Rep_type::const_iterator const_iterator; typedef in class:multiset
435 emplace_hint(const_iterator __pos, _Args&&... __args)
484 insert(const_iterator __position, const value_type& __x)
489 insert(const_iterator __position, value_type&& __x)
537 erase(const_iterator __position)
589 erase(const_iterator __first, const_iterator __last)
648 const_iterator
    [all...]

Completed in 491 milliseconds

<<11121314151617181920>>