Searched refs:IndexCursor (Results 1 – 1 of 1) sorted by relevance
415 BitstreamCursor IndexCursor; member in MetadataLoader::MetadataLoaderImpl774 IndexCursor = Stream; in lazyLoadModuleMetadataBlock()779 uint64_t SavedPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()782 IndexCursor in lazyLoadModuleMetadataBlock()797 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock()799 if (Error E = IndexCursor.skipRecord(Entry.ID).moveInto(Code)) in lazyLoadModuleMetadataBlock()804 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()809 IndexCursor.readRecord(Entry.ID, Record, &Blob)) in lazyLoadModuleMetadataBlock()825 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()829 IndexCursor.readRecord(Entry.ID, Record)) in lazyLoadModuleMetadataBlock()[all …]