Home
last modified time | relevance | path

Searched refs:SkipInternal (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Object/
DArchive.h200 child_iterator child_begin(Error &Err, bool SkipInternal = true) const;
203 bool SkipInternal = true) const {
204 return make_range(child_begin(Err, SkipInternal), child_end());
/external/llvm-project/llvm/include/llvm/Object/
DArchive.h239 child_iterator child_begin(Error &Err, bool SkipInternal = true) const;
242 bool SkipInternal = true) const {
243 return make_range(child_begin(Err, SkipInternal), child_end());
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DArchive.h239 child_iterator child_begin(Error &Err, bool SkipInternal = true) const;
242 bool SkipInternal = true) const {
243 return make_range(child_begin(Err, SkipInternal), child_end());
/external/llvm/lib/Object/
DArchive.cpp465 bool SkipInternal) const { in child_begin()
469 if (SkipInternal) in child_begin()
/external/tensorflow/tensorflow/core/kernels/data/
Dtf_record_dataset_op.cc161 Status SkipInternal(IteratorContext* ctx, int num_to_skip, in SkipInternal() function in tensorflow::data::TFRecordDatasetOp::Dataset::Iterator
/external/tensorflow/tensorflow/core/framework/
Ddataset.cc605 Status s = SkipInternal(ctx, num_to_skip, end_of_sequence, num_skipped); in Skip()
626 Status DatasetBaseIterator::SkipInternal(IteratorContext* ctx, int num_to_skip, in SkipInternal() function in tensorflow::data::DatasetBaseIterator
Ddataset.h1003 virtual Status SkipInternal(IteratorContext* ctx, int num_to_skip,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DArchive.cpp776 bool SkipInternal) const { in child_begin()
780 if (SkipInternal) in child_begin()
/external/llvm-project/llvm/lib/Object/
DArchive.cpp772 bool SkipInternal) const { in child_begin()
776 if (SkipInternal) in child_begin()