Searched refs:recordSize (Results 1 – 1 of 1) sorted by relevance
340 auto splitRecords = [&](size_t recordSize) -> void { in parseSections() argument344 subsections.reserve(data.size() / recordSize); in parseSections()345 for (uint64_t off = 0; off < data.size(); off += recordSize) { in parseSections()347 section, data.slice(off, std::min(data.size(), recordSize)), align); in parseSections()370 } else if (auto recordSize = getRecordSize(segname, name)) { in parseSections() local371 splitRecords(*recordSize); in parseSections()