Searched refs:SkipInternal (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/Object/ |
D | Archive.h | 200 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/ |
D | Archive.h | 239 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/ |
D | Archive.h | 239 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/ |
D | Archive.cpp | 465 bool SkipInternal) const { in child_begin() 469 if (SkipInternal) in child_begin()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | tf_record_dataset_op.cc | 161 Status SkipInternal(IteratorContext* ctx, int num_to_skip, in SkipInternal() function in tensorflow::data::TFRecordDatasetOp::Dataset::Iterator
|
/external/tensorflow/tensorflow/core/framework/ |
D | dataset.cc | 605 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
|
D | dataset.h | 1003 virtual Status SkipInternal(IteratorContext* ctx, int num_to_skip,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | Archive.cpp | 776 bool SkipInternal) const { in child_begin() 780 if (SkipInternal) in child_begin()
|
/external/llvm-project/llvm/lib/Object/ |
D | Archive.cpp | 772 bool SkipInternal) const { in child_begin() 776 if (SkipInternal) in child_begin()
|