Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile.cpp323 : file_(file), span_(span), idx_(idx) in ClassIdxIterator()
377 uint32_t id = span_[idx_]; in operator *()
383 return idx_ < span_.Size(); in IsValid()
388 return span_[idx_]; in GetId()
403 const Span<const uint32_t> &span_; member in ark::panda_file::ClassIdxIterator
/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp382 : file_(file), span_(span), idx_(idx) in ClassIdxIterator()
436 uint32_t id = span_[idx_]; in operator *()
442 return idx_ < span_.Size(); in IsValid()
447 return span_[idx_]; in GetId()
462 const Span<const uint32_t> &span_; member in panda::panda_file::ClassIdxIterator

Completed in 4 milliseconds