Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-binary_formats.cpp26 const auto bjdata_2_size = json::to_bjdata(j, true).size(); variable
37 CHECK(bjdata_2_size == 1224148);
48 CHECK((100.0 * double(bjdata_2_size) / double(json_size)) == Approx(58.563));
65 const auto bjdata_2_size = json::to_bjdata(j, true).size(); variable
76 CHECK(bjdata_2_size == 429970);
87 CHECK((100.0 * double(bjdata_2_size) / double(json_size)) == Approx(92.089));
104 const auto bjdata_2_size = json::to_bjdata(j, true).size(); variable
115 CHECK(bjdata_2_size == 433557);
126 CHECK((100.0 * double(bjdata_2_size) / double(json_size)) == Approx(86.659));
143 const auto bjdata_2_size variable
182 const auto bjdata_2_size = json::to_bjdata(j, true).size(); global() variable
[all...]

Completed in 1 milliseconds