Home
last modified time | relevance | path

Searched defs:IteratorBase (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h124 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h134 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function
/external/scudo/standalone/
Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() function
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dlist.h22 explicit IteratorBase(T *CurrentT) : Current(CurrentT) {} in IteratorBase() function
/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py544 class IteratorBase(collections_abc.Iterator, trackable.Trackable, class
/external/clang/include/clang/AST/
DDeclBase.h1086 NamedDecl *const> IteratorBase; typedef
1093 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase() function
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1247 using IteratorBase = variable
1256 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase() function