Home
last modified time | relevance | path

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

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h124 explicit IteratorBase(ItemTy *current) : current_(current) {} in IteratorBase() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclBase.h1086 NamedDecl *const> IteratorBase; typedef
1093 : IteratorBase(Pos), SingleElement(Single) {} in IteratorBase() function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A Diterator_ops.py557 class IteratorBase( class