Searched refs:nextTypeIndex (Results 1 – 7 of 7) sorted by relevance
31 TypeIndex AppendingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in AppendingTypeTableBuilder48 if (++Prev == nextTypeIndex()) in getNext()85 TypeIndex NewTI = nextTypeIndex(); in insertRecordBytes()96 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
31 TypeIndex MergingTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in MergingTypeTableBuilder50 if (++Prev == nextTypeIndex()) in getNext()101 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); in insertRecordAs()123 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
31 TypeIndex GlobalTypeTableBuilder::nextTypeIndex() const { in nextTypeIndex() function in GlobalTypeTableBuilder50 if (++Prev == nextTypeIndex()) in getNext()109 auto Fragments = Builder.end(nextTypeIndex()); in insertRecord()
65 TypeIndex nextTypeIndex() const;75 auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex()); in insertRecordAs()
53 TypeIndex nextTypeIndex() const;
62 TypeIndex nextTypeIndex() const;
61 auto Records = CRB->end(TTB->nextTypeIndex()); in writeFieldList()