Home | History | Annotate | Download | only in trunks

Lines Matching full:size_bytes

5774   std::string size_bytes;
5775 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
5779 buffer->append(size_bytes + field_bytes);
7101 std::string size_bytes;
7102 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
7106 buffer->append(size_bytes + field_bytes);
8301 std::string size_bytes;
8302 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
8306 buffer->append(size_bytes + field_bytes);
8584 std::string size_bytes;
8585 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
8589 buffer->append(size_bytes + field_bytes);
8958 std::string size_bytes;
8959 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
8963 buffer->append(size_bytes + field_bytes);
9371 std::string size_bytes;
9372 result = Serialize_UINT16(field_bytes.size(), &size_bytes);
9376 buffer->append(size_bytes + field_bytes);
39800 std::string size_bytes;
39803 &size_bytes);
39826 hash->Update(size_bytes.data(),
39827 size_bytes.size());
39828 parameter_section_bytes += size_bytes;
39829 command_size += size_bytes.size();
40677 std::string size_bytes;
40680 &size_bytes);
40723 hash->Update(size_bytes.data(),
40724 size_bytes.size());
40725 parameter_section_bytes += size_bytes;
40726 command_size += size_bytes.size();