Home
last modified time | relevance | path

Searched refs:msgpack_size (Results 1 - 2 of 2) sorted by relevance

/third_party/json/tests/src/
H A Dunit-binary_formats.cpp30 const auto msgpack_size = json::to_msgpack(j).size(); variable
41 CHECK(msgpack_size == 1056145);
52 CHECK((100.0 * double(msgpack_size) / double(json_size)) == Approx(50.526));
69 const auto msgpack_size = json::to_msgpack(j).size(); variable
80 CHECK(msgpack_size == 401510);
91 CHECK((100.0 * double(msgpack_size) / double(json_size)) == Approx(85.993));
108 const auto msgpack_size = json::to_msgpack(j).size(); variable
119 CHECK(msgpack_size == 342473);
130 CHECK((100.0 * double(msgpack_size) / double(json_size)) == Approx(68.453));
147 const auto msgpack_size variable
186 const auto msgpack_size = json::to_msgpack(j).size(); global() variable
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_rgp_elf_object_pack.c385 uint32_t msgpack_size = 0; in ac_rgp_file_write_elf_object() local
423 ac_rgp_write_msgpack(output, record, &msgpack_size); in ac_rgp_file_write_elf_object()
425 note_hdr.hdr.n_descsz = msgpack_size; in ac_rgp_file_write_elf_object()
432 elf_size_calc += (msgpack_size + in ac_rgp_file_write_elf_object()
465 sec_hdr[4].sh_size = msgpack_size + in ac_rgp_file_write_elf_object()

Completed in 2 milliseconds