Home
last modified time | relevance | path

Searched refs:iterator_base (Results 1 – 14 of 14) sorted by relevance

/external/google-breakpad/src/processor/
Dcontained_range_map-inl.h75 MapIterator iterator_base = map_->lower_bound(base); in StoreRange() local
79 if (iterator_base == iterator_high && iterator_base != iterator_end && in StoreRange()
80 base >= iterator_base->second->base_) { in StoreRange()
87 if (iterator_base->second->base_ == base && iterator_base->first == high) { in StoreRange()
95 return iterator_base->second->StoreRange(base, size, entry); in StoreRange()
107 if ((iterator_base != iterator_end && base > iterator_base->second->base_) || in StoreRange()
130 if (iterator_base != iterator_high) { in StoreRange()
134 child_map = new AddressToRangeMap(iterator_base, iterator_high); in StoreRange()
137 map_->erase(iterator_base, iterator_high); in StoreRange()
Drange_map-inl.h76 MapConstIterator iterator_base = map_.lower_bound(base); in StoreRangeInternal() local
79 if (iterator_base != iterator_high) { in StoreRangeInternal()
84 AddressType other_base = iterator_base->second.base(); in StoreRangeInternal()
90 other_high = iterator_base->first; in StoreRangeInternal()
93 map_.erase(iterator_base); in StoreRangeInternal()
102 AddressType additional_delta = iterator_base->first - base + 1; in StoreRangeInternal()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/Inputs/modernize-loop-convert/
Dstructures.h80 struct iterator_base { struct
82 iterator_base& operator ++();
83 bool operator!=(const iterator_base &other) const;
87 struct iterator : iterator_base {
93 typedef iterator_base const_iterator;
120 struct iterator_base { struct
122 iterator_base& operator ++();
123 bool operator!=(const iterator_base &other) const;
127 struct iterator : iterator_base {
133 typedef iterator_base const_iterator;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseMultiSet.h220 class iterator_base : public std::iterator<std::bidirectional_iterator_tag,
228 iterator_base(SMSPtrTy P, unsigned I, unsigned SI) in iterator_base() function
265 bool operator==(const iterator_base &RHS) const {
276 bool operator!=(const iterator_base &RHS) const {
281 iterator_base &operator--() { // predecrement - Back up
294 iterator_base &operator++() { // preincrement - Advance
299 iterator_base operator--(int) { // postdecrement
300 iterator_base I(*this);
304 iterator_base operator++(int) { // postincrement
305 iterator_base I(*this);
[all …]
/external/llvm-project/llvm/include/llvm/ADT/
DSparseMultiSet.h220 class iterator_base : public std::iterator<std::bidirectional_iterator_tag,
228 iterator_base(SMSPtrTy P, unsigned I, unsigned SI) in iterator_base() function
265 bool operator==(const iterator_base &RHS) const {
276 bool operator!=(const iterator_base &RHS) const {
281 iterator_base &operator--() { // predecrement - Back up
294 iterator_base &operator++() { // preincrement - Advance
299 iterator_base operator--(int) { // postdecrement
300 iterator_base I(*this);
304 iterator_base operator++(int) { // postincrement
305 iterator_base I(*this);
[all …]
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h218 class iterator_base : public std::iterator<std::bidirectional_iterator_tag,
225 iterator_base(SMSPtrTy P, unsigned I, unsigned SI) in iterator_base() function
262 bool operator==(const iterator_base &RHS) const {
273 bool operator!=(const iterator_base &RHS) const {
278 iterator_base &operator--() { // predecrement - Back up
291 iterator_base &operator++() { // preincrement - Advance
296 iterator_base operator--(int) { // postdecrement
297 iterator_base I(*this);
301 iterator_base operator++(int) { // postincrement
302 iterator_base I(*this);
[all …]
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_size_table.cc512 BitmapGlyphInfoIter* iterator_base) { in HasNext() argument
513 if (iterator_base) { in HasNext()
514 switch (iterator_base->container_base()->index_format()) { in HasNext()
518 iterator_base); in HasNext()
525 iterator_base); in HasNext()
532 iterator_base); in HasNext()
539 iterator_base); in HasNext()
546 iterator_base); in HasNext()
559 BitmapGlyphInfoIter* iterator_base) { in Next() argument
560 if (iterator_base) { in Next()
[all …]
Dbitmap_size_table.h47 bool HasNext(BitmapGlyphInfoIter* iterator_base);
48 CALLER_ATTACH BitmapGlyphInfo* Next(BitmapGlyphInfoIter* iterator_base);
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h444 class iterator_base {
452 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) in iterator_base() function
454 iterator_base() in iterator_base() function
457 friend bool operator==(const iterator_base &X, const iterator_base &Y) {
460 friend bool operator!=(const iterator_base &X, const iterator_base &Y) {
501 class key_iterator : public iterator_base {
509 : iterator_base(Ptr, NumEntries), InfoObj(InfoObj) {} in key_iterator()
510 key_iterator() : iterator_base(), InfoObj() {} in key_iterator()
547 class data_iterator : public iterator_base {
555 : iterator_base(Ptr, NumEntries), InfoObj(InfoObj) {} in data_iterator()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DOnDiskHashTable.h444 class iterator_base {
452 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) in iterator_base() function
454 iterator_base() in iterator_base() function
457 friend bool operator==(const iterator_base &X, const iterator_base &Y) {
460 friend bool operator!=(const iterator_base &X, const iterator_base &Y) {
501 class key_iterator : public iterator_base {
509 : iterator_base(Ptr, NumEntries), InfoObj(InfoObj) {} in key_iterator()
510 key_iterator() : iterator_base(), InfoObj() {} in key_iterator()
547 class data_iterator : public iterator_base {
555 : iterator_base(Ptr, NumEntries), InfoObj(InfoObj) {} in data_iterator()
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DOnDiskHashTable.h444 class iterator_base {
452 iterator_base(const unsigned char *const Ptr, offset_type NumEntries) in iterator_base() function
454 iterator_base() in iterator_base() function
457 friend bool operator==(const iterator_base &X, const iterator_base &Y) {
460 friend bool operator!=(const iterator_base &X, const iterator_base &Y) {
501 class key_iterator : public iterator_base {
509 : iterator_base(Ptr, NumEntries), InfoObj(InfoObj) {} in key_iterator()
510 key_iterator() : iterator_base(), InfoObj() {} in key_iterator()
547 class data_iterator : public iterator_base {
555 : iterator_base(Ptr, NumEntries), InfoObj(InfoObj) {} in data_iterator()
[all …]
/external/protobuf/src/google/protobuf/
Dmap.h385 struct iterator_base { struct
396 iterator_base() : node_(NULL), m_(NULL), bucket_index_(0) {} in iterator_base() function
398 explicit iterator_base(const InnerMap* m) : m_(m) { in iterator_base() argument
406 explicit iterator_base(const iterator_base<U>& it) in iterator_base() argument
409 iterator_base(Node* n, const InnerMap* m, size_type index) in iterator_base() argument
412 iterator_base(TreeIterator tree_it, const InnerMap* m, size_type index) in iterator_base() argument
442 friend bool operator==(const iterator_base& a, const iterator_base& b) { argument
445 friend bool operator!=(const iterator_base& a, const iterator_base& b) {
449 iterator_base& operator++() {
470 iterator_base operator++(int /* unused */) { argument
[all …]
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.cc219 std::unique_ptr<IteratorBase> iterator_base; in Restore() local
221 IteratorContext(std::move(params)), "Iterator", reader, &iterator_base)); in Restore()
222 new_state->DowncastAndSetIterator(std::move(iterator_base)); in Restore()
Ddataset_test_base.cc867 std::unique_ptr<IteratorBase> iterator_base; in MakeIterator() local
870 &iterator_base)); in MakeIterator()
872 std::move(iterator_base)); in MakeIterator()