Searched refs:IndexCursor (Results 1 – 1 of 1) sorted by relevance
412 BitstreamCursor IndexCursor; member in MetadataLoader::MetadataLoaderImpl770 IndexCursor = Stream; in lazyLoadModuleMetadataBlock()775 uint64_t SavedPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()778 IndexCursor in lazyLoadModuleMetadataBlock()793 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()795 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()800 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()805 IndexCursor.readRecord(Entry.ID, Record, &Blob)) in lazyLoadModuleMetadataBlock()821 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()825 IndexCursor.readRecord(Entry.ID, Record)) in lazyLoadModuleMetadataBlock()[all …]