Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-binary_formats.cpp27 const auto bjdata_3_size = json::to_bjdata(j, true, true).size(); variable
38 CHECK(bjdata_3_size == 1224148);
49 CHECK((100.0 * double(bjdata_3_size) / double(json_size)) == Approx(58.563));
66 const auto bjdata_3_size = json::to_bjdata(j, true, true).size(); variable
77 CHECK(bjdata_3_size == 429970);
88 CHECK((100.0 * double(bjdata_3_size) / double(json_size)) == Approx(92.089));
105 const auto bjdata_3_size = json::to_bjdata(j, true, true).size(); variable
116 CHECK(bjdata_3_size == 432964);
127 CHECK((100.0 * double(bjdata_3_size) / double(json_size)) == Approx(86.541));
144 const auto bjdata_3_size variable
183 const auto bjdata_3_size = json::to_bjdata(j, true, true).size(); global() variable
[all...]

Completed in 1 milliseconds