Searched refs:GetFieldIndex (Results 1 – 4 of 4) sorted by relevance
32 const auto &fields = panda_file.GetFieldIndex(&header); in FieldDataAccessorFuzzTest()
69 inline uint32_t GetFieldIndex(File::EntityId id) const in GetFieldIndex() function109 uint32_t index = GetFieldIndex(id); in GetFieldFromCache()123 uint32_t index = GetFieldIndex(id); in SetFieldCache()
263 Span<const EntityId> GetFieldIndex(const IndexHeader *index_header) const in GetFieldIndex() function276 Span<const EntityId> GetFieldIndex(EntityId id) const in GetFieldIndex() function279 return GetFieldIndex(index_header); in GetFieldIndex()338 auto index = GetFieldIndex(id); in ResolveFieldIndex()
1009 auto field_index = file_->GetFieldIndex(&header); in ReadIndexHeaders()