Searched defs:iterator (Results 226 - 250 of 669) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHashSet.h54 typedef HashTableConstIteratorAdapter<HashTableType, ValueTraits> iterator; typedef in class:WTF::HashSet
73 iterator begin() const;
74 iterator end() const;
76 iterator find(ValuePeekInType) const;
84 template<typename HashTranslator, typename T> iterator find(const T&) const;
87 // The return value is a pair of an iterator to the new value's location,
100 void remove(iterator);
107 ValuePassOutType take(iterator);
151 inline typename HashSet<T, U, V, W>::iterator HashSet<T, U, V, W>::begin() const
157 inline typename HashSet<T, U, V, W>::iterator HashSe
265 typedef typename C::const_iterator iterator; typedef
[all...]
/external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/
H A DDateFmtPerf.h114 void printTextRange( BreakIterator& iterator, argument
117 CharacterIterator *strIter = iterator.getText().clone();
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
H A Dstring_piece.h39 typedef const char* iterator; typedef in class:i18n::phonenumbers::StringPiece
41 typedef std::reverse_iterator<iterator> reverse_iterator;
124 iterator begin() const { return ptr_; }
125 iterator end() const { return ptr_ + length_; }
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlist.h227 class iterator { class
244 class exec_list_iterator : public iterator {
278 for (iter_type iter = (container) . iterator(); iter.has_next(); iter.next())
442 exec_list_iterator iterator() function in struct:exec_list
447 exec_list_iterator iterator() const function in struct:exec_list
/external/chromium_org/third_party/re2/re2/
H A Dstringpiece.h127 typedef const char* iterator; typedef in class:re2::StringPiece
129 typedef std::reverse_iterator<iterator> reverse_iterator;
130 iterator begin() const { return ptr_; }
131 iterator end() const { return ptr_ + length_; }
/external/chromium_org/third_party/re2/util/
H A Dsparse_array.h23 // The array iterator visits entries in the order they were first
25 // using an iterator: the iterator will visit indices added to the array
106 // IndexValue pairs: exposed in SparseArray::iterator.
110 typedef typename vector<IndexValue>::iterator iterator; typedef in class:re2::SparseArray
121 iterator begin() {
124 iterator end() {
161 inline iterator set(int i, Value v);
163 pair<iterator, boo
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_payload_registry.cc32 RtpUtility::PayloadTypeMap::iterator it = payload_type_map_.begin();
72 RtpUtility::PayloadTypeMap::iterator it =
135 RtpUtility::PayloadTypeMap::iterator it =
152 RtpUtility::PayloadTypeMap::iterator iterator = payload_type_map_.begin(); local
153 for (; iterator != payload_type_map_.end(); ++iterator) {
154 RtpUtility::Payload* payload = iterator->second;
167 payload_type_map_.erase(iterator);
172 payload_type_map_.erase(iterator);
[all...]
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_vector.h40 typedef typename std::vector<T*>::iterator iterator; typedef in class:webrtc::ScopedVector
66 iterator begin() { return v_.begin(); }
68 iterator end() { return v_.end(); }
113 iterator insert(iterator position, T* x) {
119 void insert(iterator position, InputIterator first, InputIterator last) {
123 iterator erase(iterator position) {
128 iterator eras
[all...]
/external/chromium_org/tools/gn/
H A Dunique_vector.h122 typedef typename Vector::iterator iterator; typedef in class:UniqueVector
134 iterator begin() { return vector_.begin(); }
136 iterator end() { return vector_.end(); }
165 // Appends a range of items from an iterator.
/external/chromium_org/v8/src/
H A Dinterface.h145 // for (auto it = interface->iterator(); !it.done(); it.Advance()) {
170 Iterator iterator() const { return Iterator(this->exports_); } function in class:v8::internal::Interface
/external/clang/include/clang/AST/
H A DCXXInheritance.h170 typedef std::list<CXXBasePath>::iterator paths_iterator;
281 typedef MapType::iterator iterator; typedef in class:clang::OverridingMethods
283 iterator begin() { return Overrides.begin(); }
285 iterator end() { return Overrides.end(); }
291 typedef SmallVectorImpl<UniqueVirtualMethod>::iterator
H A DUnresolvedSet.h22 #include <iterator>
26 /// The iterator over UnresolvedSets. Serves as both the const and
27 /// non-const iterator.
31 typedef DeclsTy::iterator IteratorTy;
38 explicit UnresolvedSetIterator(DeclsTy::iterator ir) : ir(ir) {}
40 ir(const_cast<DeclsTy::iterator>(ir)) {}
104 // We don't currently support assignment through this iterator, so we might
106 typedef UnresolvedSetIterator iterator; typedef in class:clang::UnresolvedSetImpl
109 iterator begin() { return iterator(decl
[all...]
/external/clang/include/clang/Analysis/
H A DCallGraph.h69 typedef FunctionMapTy::iterator iterator; typedef in class:clang::CallGraph
71 iterator begin() { return FunctionMap.begin(); }
72 iterator end() { return FunctionMap.end(); }
86 typedef llvm::SetVector<CallGraphNode *>::iterator nodes_iterator;
147 typedef SmallVectorImpl<CallRecord>::iterator iterator; typedef in class:clang::CallGraphNode
151 inline iterator begin() { return CalledFunctions.begin(); }
152 inline iterator end() { return CalledFunctions.end(); }
179 typedef mapped_iterator<NodeType::iterator, CGNDerefFu
[all...]
/external/clang/include/clang/Analysis/Support/
H A DBumpVector.h27 #include <iterator>
72 typedef T* iterator; typedef in class:clang::BumpVector
76 typedef std::reverse_iterator<iterator> reverse_iterator;
83 // forward iterator creation methods.
84 iterator begin() { return Begin; }
86 iterator end() { return End; }
89 // reverse iterator creation methods.
161 /// iterator to position after last inserted copy.
162 iterator insert(iterator
[all...]
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h104 /// \brief An interface for virtual file systems to provide an iterator over the
115 /// \brief An input iterator over the entries in a virtual path, similar to
118 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
124 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
127 /// \brief Construct an 'end' iterator.
135 Impl.reset(); // Normalize the end iterator to Impl == nullptr.
154 /// \brief An input iterator over the recursive contents of a virtual path,
161 std::shared_ptr<IterState> State; // Input iterator semantics on copy.
166 /// \brief Construct an 'end' iterator.
203 /// \note The 'end' iterator i
238 typedef FileSystemList::reverse_iterator iterator; typedef in class:clang::vfs::OverlayFileSystem
[all...]
/external/clang/include/clang/Driver/
H A DAction.h38 typedef ActionList::iterator iterator; typedef in class:clang::driver::Action
95 iterator begin() { return Inputs.begin(); }
96 iterator end() { return Inputs.end(); }
/external/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h22 #include <iterator>
113 public std::iterator<std::forward_iterator_tag, const char, ptrdiff_t> {
122 // begin iterator.
124 // end iterator
169 typedef RopePieceBTreeIterator iterator; typedef in class:clang::RopePieceBTree
170 iterator begin() const { return iterator(Root); }
171 iterator end() const { return iterator(); }
210 typedef RopePieceBTree::iterator iterato typedef in class:clang::RewriteRope
[all...]
H A DRewriter.h45 typedef RewriteRope::const_iterator iterator; typedef in class:clang::RewriteBuffer
46 iterator begin() const { return Buffer.begin(); }
47 iterator end() const { return Buffer.end(); }
149 typedef std::map<FileID, RewriteBuffer>::iterator buffer_iterator;
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h114 /// \brief Returns an iterator at the beginning of the sequence of suppressed
118 /// \brief Returns an iterator at the end of the sequence of suppressed
270 typedef SmallVector<TemplateSpecCandidate, 16>::iterator iterator; typedef in class:clang::TemplateSpecCandidateSet
271 iterator begin() { return Candidates.begin(); }
272 iterator end() { return Candidates.end(); }
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h35 typedef llvm::ImmutableList<SVal>::iterator iterator; typedef in class:clang::ento::CompoundValData
36 iterator begin() const { return L.begin(); }
37 iterator end() const { return L.end(); }
/external/clang/lib/ARCMigrate/
H A DInternals.h39 typedef ListTy::const_iterator iterator; typedef in class:clang::arcmt::CapturedDiagList
40 iterator begin() const { return List.begin(); }
41 iterator end() const { return List.end(); }
/external/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp24 typedef const _E* iterator; typedef in class:std::initializer_list
/external/clang/test/Parser/
H A Dcxx0x-attributes.cpp25 typedef const _E* iterator; typedef in class:std::initializer_list
/external/clang/test/SemaCXX/
H A Dfor-range-examples.cpp44 typedef value_range_step_iter<T> iterator; typedef in class:value_range_detail::value_range_step
45 iterator begin() const { return iterator(it, step); }
46 iterator end() const { return iterator(end_, step); }
/external/clang/test/SemaTemplate/
H A Dtypename-specifier-4.cpp141 using T::iterator; // expected-note{{add 'typename' to treat this using declaration as a type}} \
145 typename X<T>::iterator i; // expected-error{{typename specifier refers to a dependent using declaration for a value 'iterator' in 'X<T>'}}
150 typedef int *iterator; // expected-note{{target of using declaration}} typedef in struct:rdar8740998::HasIterator

Completed in 2139 milliseconds

1234567891011>>