Searched refs:InfoLength (Results 1 – 1 of 1) sorted by relevance
61 const uint32_t InfoLength = Data.getU32(&Offset); in decode() local62 if (!Data.isValidOffsetForDataOfSize(Offset, InfoLength)) in decode()66 DataExtractor InfoData(Data.getData().substr(Offset, InfoLength), in decode()93 Offset += InfoLength; in decode()188 const uint32_t InfoLength = Data.getU32(&Offset); in lookup() local189 const StringRef InfoBytes = Data.getData().substr(Offset, InfoLength); in lookup()190 if (InfoLength != InfoBytes.size()) in lookup()216 Offset += InfoLength; in lookup()