Searched refs:dest_first (Results 1 – 1 of 1) sorted by relevance
53 auto dest_first = atOffset(offset); in writeInteger() local55 std::copy(first, last, dest_first); in writeInteger()64 auto dest_first = MAKE_ARRAY_ITERATOR(static_cast<uint8_t *>(pvDstData), size); in readInteger() local66 std::copy(first, last, dest_first); in readInteger()