Searched refs:CUIndexData (Results 1 – 2 of 2) 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()