Searched refs:CUIndexData (Results 1 – 4 of 4) sorted by relevance
545 DataExtractor CUIndexData(CurCUIndexSection, Obj.isLittleEndian(), 0); in write() local546 if (!CUIndex.parse(CUIndexData)) in write()
280 DataExtractor CUIndexData(getCUIndexSection(), isLittleEndian(), 0); in getCUIndex() local283 CUIndex->parse(CUIndexData); in getCUIndex()
577 DataExtractor CUIndexData(CurCUIndexSection, Obj.isLittleEndian(), 0); in write() local578 if (!CUIndex.parse(CUIndexData)) in write()
639 DataExtractor CUIndexData(DObj->getCUIndexSection(), isLittleEndian(), 0); in getCUIndex() local642 CUIndex->parse(CUIndexData); in getCUIndex()