Home | History | Annotate | Download | only in src

Lines Matching full:packed_bytes

863   const size_t packed_bytes = packed.size() * sizeof(packed[0]);
864 LOG(INFO) << "Packed : " << packed_bytes << " bytes";
883 const bool is_padded = packed_bytes == unpacked_bytes;
890 LOG(INFO) << "Expansion : " << unpacked_bytes - packed_bytes << " bytes";