Searched defs:index_header (Results 1 – 2 of 2) sorted by relevance
229 Span<const EntityId> GetClassIndex(const IndexHeader *index_header) const in GetClassIndex()245 auto *index_header = GetIndexHeader(id); in GetClassIndex() local249 Span<const EntityId> GetMethodIndex(const IndexHeader *index_header) const in GetMethodIndex()265 auto *index_header = GetIndexHeader(id); in GetMethodIndex() local269 Span<const EntityId> GetFieldIndex(const IndexHeader *index_header) const in GetFieldIndex()285 auto *index_header = GetIndexHeader(id); in GetFieldIndex() local289 Span<const EntityId> GetProtoIndex(const IndexHeader *index_header) const in GetProtoIndex()305 auto *index_header = GetIndexHeader(id); in GetProtoIndex() local
161 for (const auto &index_header : index_headers) { in GetConstantPoolIds() local