Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile.cpp327 : file_(file), span_(span), idx_(idx) in ClassIdxIterator()
381 uint32_t id = span_[idx_]; in operator *()
387 return idx_ < span_.Size(); in IsValid()
392 return span_[idx_]; in GetId()
407 const Span<const uint32_t> &span_; member in panda::panda_file::ClassIdxIterator