Searched refs:NumOfEntries (Results 1 – 1 of 1) sorted by relevance
70 uint64_t NumOfEntries = 0; in readEntries() local80 if (auto EC = Reader.readInteger(NumOfEntries)) in readEntries()83 NumberOfEntries = NumOfEntries; in readEntries()86 for (uint64_t I = 0; I < NumOfEntries; I++) { in readEntries()