HomeSort by relevance Sort by last modified time
    Searched defs:IteratorBase (Results 1 - 17 of 17) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 122 class IteratorBase {
124 explicit IteratorBase(ItemTy *current) : current_(current) {}
125 IteratorBase &operator++() {
129 bool operator!=(IteratorBase other) const {
139 typedef IteratorBase<Item> Iterator;
140 typedef IteratorBase<const Item> ConstIterator;
  /external/tensorflow/tensorflow/core/framework/
dataset.h 315 class IteratorBase {
317 virtual ~IteratorBase() {}
357 // This is needed so that sub-classes of IteratorBase can call
361 const std::unique_ptr<IteratorBase>& parent) {
365 // This is needed so that sub-classes of IteratorBase can call
369 const std::unique_ptr<IteratorBase>& parent) {
401 virtual std::unique_ptr<IteratorBase> MakeIterator(
484 class DatasetIterator : public IteratorBase {
531 return IteratorBase::Save(ctx, writer);
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
DeclBase.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
DeclBase.h     [all...]

Completed in 550 milliseconds