Home
last modified time | relevance | path

Searched defs:ValueIter (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dbase.rs39 pub struct ValueIter<'ll> { struct
44 impl<'ll> Iterator for ValueIter<'ll> { argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dabstract_object.h290 explicit ValueIter(const AbstractDict *dict) : map_(dict->dict_.ptr()), pos_(0) { ++(*this); } in ValueIter() function
291 ValueIter() : map_(nullptr) {} in ValueIter() function