Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-binary_formats.cpp24 const auto json_size = j.dump().size(); variable
35 CHECK(json_size == 2090303);
46 CHECK((100.0 * double(json_size) / double(json_size)) == Approx(100.0));
47 CHECK((100.0 * double(bjdata_1_size) / double(json_size)) == Approx(53.199));
48 CHECK((100.0 * double(bjdata_2_size) / double(json_size)) == Approx(58.563));
49 CHECK((100.0 * double(bjdata_3_size) / double(json_size)) == Approx(58.563));
50 CHECK((100.0 * double(bson_size) / double(json_size)) == Approx(85.849));
51 CHECK((100.0 * double(cbor_size) / double(json_size)) == Approx(50.497));
52 CHECK((100.0 * double(msgpack_size) / double(json_size))
63 const auto json_size = j.dump().size(); global() variable
102 const auto json_size = j.dump().size(); global() variable
141 const auto json_size = j.dump().size(); global() variable
180 const auto json_size = j.dump().size(); global() variable
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
H A Dminimal-secure-streams.c75 size_t json_size = 0, est = 0; in main() local
118 json_size += (unsigned int)n; in main()
127 printf("\n\n Original JSON size: %zu\n#endif\n\n", json_size); in main()
/third_party/skia/tools/viewer/
H A DSkottieSlide.cpp93 const auto json_size = SkStringPrintf("Json size: %zu bytes", in draw_stats_box() local
95 canvas->drawString(json_size, kR.x() + 10, kR.y() + kTextSize * 1, font, paint); in draw_stats_box()
/third_party/vulkan-loader/loader/
H A Dloader_windows.c122 DWORD json_size, // size in bytes of json_path in windows_add_json_entry()
139 } else if (strlen(*reg_data) + json_size + 1 > *total_size) { in windows_add_json_entry()
155 (void)snprintf(*reg_data, json_size + 1, "%s", curr_filename); in windows_add_json_entry()
157 (void)snprintf(*reg_data + strlen(*reg_data), json_size + 2, "%c%s", PATH_SEPARATOR, curr_filename); in windows_add_json_entry()
116 windows_add_json_entry(const struct loader_instance *inst, char **reg_data, PDWORD total_size, LPCSTR key_name, DWORD key_type, LPSTR json_path, DWORD json_size, VkResult *result) windows_add_json_entry() argument
/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c4854 size_t json_size; in create_fielddef() local
4879 json_size = strlen(json_name); in create_fielddef()
4886 upb_strtable_insert3(&m->ntof, json_name, json_size, json_v, alloc); in create_fielddef()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4391 size_t json_size; in create_fielddef() local
4416 json_size = strlen(json_name); in create_fielddef()
4423 upb_strtable_insert3(&m->ntof, json_name, json_size, json_v, alloc); in create_fielddef()

Completed in 37 milliseconds