Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.cpp895 for (auto *index_item : indexes_) { in Write()
896 if (!index_item->NeedsEmit()) { in Write()
906 if (!writer->Write<uint32_t>(index_item->GetNumItems())) { in Write()
910 ASSERT(index_item->GetOffset() != 0); in Write()
911 if (!writer->Write<uint32_t>(index_item->GetOffset())) { in Write()
928 auto *index_item = IndexGetIndexByType(type); in Add() local
930 if (index_item->Has(item)) { in Add()
934 if (!index_item->Add(item)) { in Add()
951 auto *index_item = IndexGetIndexByType(type); in Remove() local
952 index_item in Remove()
[all...]

Completed in 2 milliseconds