HomeSort by relevance Sort by last modified time
    Searched defs:Iterator (Results 151 - 175 of 341) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
MapVector.h 25 #include <iterator>
46 using iterator = typename VectorType::iterator;
59 iterator begin() { return Vector.begin(); }
61 iterator end() { return Vector.end(); }
90 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
107 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) {
109 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
119 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) {
122 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
BinaryStreamArray.h 14 #include "llvm/ADT/iterator.h"
93 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator;
104 Iterator begin(bool *HadError = nullptr) const {
105 return Iterator(*this, E, HadError);
110 Iterator end() const { return Iterator(E); }
115 /// iterator to the record at that offset. This is considered unsafe
118 Iterator at(uint32_t Offset) const {
119 return Iterator(*this, E, Offset, nullptr);
197 // iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
DenseSet.h 23 #include <iterator>
105 class Iterator {
106 typename MapTy::iterator I;
111 using difference_type = typename MapTy::iterator::difference_type;
117 Iterator() = default;
118 Iterator(const typename MapTy::iterator &i) : I(i) {}
125 Iterator& operator++() { ++I; return *this; }
126 Iterator operator++(int) { auto T = *this; ++I; return T; }
134 friend class Iterator;
    [all...]
MapVector.h 25 #include <iterator>
46 using iterator = typename VectorType::iterator;
59 iterator begin() { return Vector.begin(); }
61 iterator end() { return Vector.end(); }
90 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
107 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) {
109 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
119 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) {
122 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
BinaryStreamArray.h 14 #include "llvm/ADT/iterator.h"
93 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator;
104 Iterator begin(bool *HadError = nullptr) const {
105 return Iterator(*this, E, HadError);
110 Iterator end() const { return Iterator(E); }
115 /// iterator to the record at that offset. This is considered unsafe
118 Iterator at(uint32_t Offset) const {
119 return Iterator(*this, E, Offset, nullptr);
197 // iterator
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
DenseSet.h 23 #include <iterator>
105 class Iterator {
106 typename MapTy::iterator I;
111 using difference_type = typename MapTy::iterator::difference_type;
117 Iterator() = default;
118 Iterator(const typename MapTy::iterator &i) : I(i) {}
125 Iterator& operator++() { ++I; return *this; }
126 Iterator operator++(int) { auto T = *this; ++I; return T; }
134 friend class Iterator;
    [all...]
MapVector.h 25 #include <iterator>
46 using iterator = typename VectorType::iterator;
59 iterator begin() { return Vector.begin(); }
61 iterator end() { return Vector.end(); }
90 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
107 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) {
109 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair);
119 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) {
122 std::pair<typename MapType::iterator, bool> Result = Map.insert(Pair)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
BinaryStreamArray.h 14 #include "llvm/ADT/iterator.h"
93 typedef VarStreamArrayIterator<ValueType, Extractor> Iterator;
104 Iterator begin(bool *HadError = nullptr) const {
105 return Iterator(*this, E, HadError);
110 Iterator end() const { return Iterator(E); }
115 /// iterator to the record at that offset. This is considered unsafe
118 Iterator at(uint32_t Offset) const {
119 return Iterator(*this, E, Offset, nullptr);
197 // iterator
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/stlport/
printers.py 152 class Iterator:
207 return self.Iterator (start['_M_node'], start['_M_cur'],
217 class Iterator:
247 return self.Iterator (node_type, self.val['_M_node']['_M_data'])
267 class Iterator:
299 return self.Iterator (RbtreeIterator (self.val), node_type)
313 class Iterator:
337 return self.Iterator (RbtreeIterator (self.val), node_type)
351 class Iterator:
376 return self.Iterator (node_type, self.val['_M_head']['_M_data']
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/stlport/
printers.py 152 class Iterator:
207 return self.Iterator (start['_M_node'], start['_M_cur'],
217 class Iterator:
247 return self.Iterator (node_type, self.val['_M_node']['_M_data'])
267 class Iterator:
299 return self.Iterator (RbtreeIterator (self.val), node_type)
313 class Iterator:
337 return self.Iterator (RbtreeIterator (self.val), node_type)
351 class Iterator:
376 return self.Iterator (node_type, self.val['_M_head']['_M_data']
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 151 class Iterator:
206 return self.Iterator (start['_M_node'], start['_M_cur'],
216 class Iterator:
246 return self.Iterator (node_type, self.val['_M_node']['_M_data'])
266 class Iterator:
298 return self.Iterator (RbtreeIterator (self.val), node_type)
312 class Iterator:
336 return self.Iterator (RbtreeIterator (self.val), node_type)
350 class Iterator:
375 return self.Iterator (node_type, self.val['_M_head']['_M_data']
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/stlport/
printers.py 152 class Iterator:
207 return self.Iterator (start['_M_node'], start['_M_cur'],
217 class Iterator:
247 return self.Iterator (node_type, self.val['_M_node']['_M_data'])
267 class Iterator:
299 return self.Iterator (RbtreeIterator (self.val), node_type)
313 class Iterator:
337 return self.Iterator (RbtreeIterator (self.val), node_type)
351 class Iterator:
376 return self.Iterator (node_type, self.val['_M_head']['_M_data']
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 76 typedef void Iterator;
97 // Create an iterator that points at the begining of the repeated field.
98 virtual Iterator* BeginIterator(const Field* data) const = 0;
99 // Create an iterator that points at the end of the repeated field.
100 virtual Iterator* EndIterator(const Field* data) const = 0;
101 // Make a copy of an iterator and return the new copy.
102 virtual Iterator* CopyIterator(const Field* data,
103 const Iterator* iterator) const = 0;
104 // Move an iterator to point to the next element
264 typedef RepeatedFieldRefIterator<T> iterator; typedef in struct:google::protobuf::internal::RefTypeTraits
279 typedef RepeatedFieldRefIterator<T> iterator; typedef in struct:google::protobuf::internal::RefTypeTraits
295 typedef RepeatedFieldRefIterator<T> iterator; typedef in struct:google::protobuf::internal::RefTypeTraits
323 typedef RepeatedFieldRefIterator<T> iterator; typedef in struct:google::protobuf::internal::RefTypeTraits
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.h 87 class Iterator
90 virtual ~Iterator() { };
98 typedef std::unique_ptr<Iterator> IteratorRef;
100 typedef std::auto_ptr<Iterator> IteratorRef;
103 class ManipIterator : public Iterator
148 for (DLList::Iterator (it) = (list)->iterator(); !(it).end(); (it).next())
192 class Iterator : public ManipIterator
195 Iterator(Item *head, bool r) : rev(r), pos(r ? head->prev : head->next),
217 inline void erase(Iterator& pos
222 Iterator iterator() function in class:nv50_ir::DLList
    [all...]
  /external/v8/tools/clang/blink_gc_plugin/
Edge.h 19 class Iterator;
43 virtual void VisitIterator(Iterator*) {}
60 void VisitIterator(Iterator*) override;
80 virtual void AtIterator(Iterator*);
251 for (Members::iterator it = members_.begin(); it != members_.end(); ++it) {
263 for (Members::iterator it = members_.begin(); it != members_.end(); ++it)
274 for (Members::iterator it = members_.begin(); it != members_.end(); ++it) {
288 // An iterator edge is a direct edge to some iterator type.
289 class Iterator : public Edge
    [all...]
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 440 ID3::Iterator::Iterator(const ID3 &parent, const char *id)
453 ID3::Iterator::~Iterator() {
460 bool ID3::Iterator::done() const {
464 void ID3::Iterator::next() {
474 void ID3::Iterator::getID(String8 *id) const {
519 void ID3::Iterator::getString(String8 *id, String8 *comment) const {
529 void ID3::Iterator::getstring(String8 *id, bool otherdata) const {
670 const uint8_t *ID3::Iterator::getData(size_t *length) const
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 37 #include <iterator>
73 // Used only for the purposes of iterator comparison
76 // Advances iterator to point to the next element
78 // for not calling Advance() on an iterator equal to
81 // Clones the iterator object. Used for implementing copy semantics
84 // Dereferences the current iterator and provides (read-only) access
86 // Current() on an iterator equal to BaseGenerator()->End().
89 // Determines whether the given iterator and other point to the same
97 // and implements the const forward iterator concept.
161 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 37 #include <iterator>
73 // Used only for the purposes of iterator comparison
76 // Advances iterator to point to the next element
78 // for not calling Advance() on an iterator equal to
81 // Clones the iterator object. Used for implementing copy semantics
84 // Dereferences the current iterator and provides (read-only) access
86 // Current() on an iterator equal to BaseGenerator()->End().
89 // Determines whether the given iterator and other point to the same
97 // and implements the const forward iterator concept.
161 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 37 #include <iterator>
73 // Used only for the purposes of iterator comparison
76 // Advances iterator to point to the next element
78 // for not calling Advance() on an iterator equal to
81 // Clones the iterator object. Used for implementing copy semantics
84 // Dereferences the current iterator and provides (read-only) access
86 // Current() on an iterator equal to BaseGenerator()->End().
89 // Determines whether the given iterator and other point to the same
97 // and implements the const forward iterator concept.
161 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 37 #include <iterator>
72 // Used only for the purposes of iterator comparison
75 // Advances iterator to point to the next element
77 // for not calling Advance() on an iterator equal to
80 // Clones the iterator object. Used for implementing copy semantics
83 // Dereferences the current iterator and provides (read-only) access
85 // Current() on an iterator equal to BaseGenerator()->End().
88 // Determines whether the given iterator and other point to the same
96 // and implements the const forward iterator concept.
160 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 37 #include <iterator>
73 // Used only for the purposes of iterator comparison
76 // Advances iterator to point to the next element
78 // for not calling Advance() on an iterator equal to
81 // Clones the iterator object. Used for implementing copy semantics
84 // Dereferences the current iterator and provides (read-only) access
86 // Current() on an iterator equal to BaseGenerator()->End().
89 // Determines whether the given iterator and other point to the same
97 // and implements the const forward iterator concept.
161 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 37 #include <iterator>
73 // Used only for the purposes of iterator comparison
76 // Advances iterator to point to the next element
78 // for not calling Advance() on an iterator equal to
81 // Clones the iterator object. Used for implementing copy semantics
84 // Dereferences the current iterator and provides (read-only) access
86 // Current() on an iterator equal to BaseGenerator()->End().
89 // Determines whether the given iterator and other point to the same
97 // and implements the const forward iterator concept.
161 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 37 #include <iterator>
73 // Used only for the purposes of iterator comparison
76 // Advances iterator to point to the next element
78 // for not calling Advance() on an iterator equal to
81 // Clones the iterator object. Used for implementing copy semantics
84 // Dereferences the current iterator and provides (read-only) access
86 // Current() on an iterator equal to BaseGenerator()->End().
89 // Determines whether the given iterator and other point to the same
97 // and implements the const forward iterator concept.
161 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 37 #include <iterator>
73 // Used only for the purposes of iterator comparison
76 // Advances iterator to point to the next element
78 // for not calling Advance() on an iterator equal to
81 // Clones the iterator object. Used for implementing copy semantics
84 // Dereferences the current iterator and provides (read-only) access
86 // Current() on an iterator equal to BaseGenerator()->End().
89 // Determines whether the given iterator and other point to the same
97 // and implements the const forward iterator concept.
161 typedef ParamIterator<T> iterator; typedef in class:testing::internal::ParamGenerator
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 453 public virtual IEnumerator<object> Iterator() {

Completed in 924 milliseconds

1 2 3 4 5 67 8 91011>>