Home
last modified time | relevance | path

Searched refs:json_size (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/libcef/common/
Djson_impl.cc41 size_t json_size, in CefParseJSON() argument
43 if (!json || json_size == 0) in CefParseJSON()
46 base::StringPiece(static_cast<const char*>(json), json_size), in CefParseJSON()
/third_party/flutter/skia/tools/viewer/
DSkottieSlide.cpp35 const auto json_size = SkStringPrintf("Json size: %lu bytes", in draw_stats_box() local
37 canvas->drawString(json_size, kR.x() + 10, kR.y() + kTextSize * 1, font, paint); in draw_stats_box()
/third_party/cef/include/
Dcef_parser.h143 size_t json_size,
/third_party/vulkan-loader/loader/
Dloader_windows.h52 DWORD json_size, // size in bytes of json_path
Dloader_windows.c117 DWORD json_size, // size in bytes of json_path in windows_add_json_entry() argument
134 } else if (strlen(*reg_data) + json_size + 1 > *total_size) { in windows_add_json_entry()
150 (void)snprintf(*reg_data, json_size + 1, "%s", curr_filename); in windows_add_json_entry()
152 …(void)snprintf(*reg_data + strlen(*reg_data), json_size + 2, "%c%s", PATH_SEPARATOR, curr_filename… in windows_add_json_entry()
/third_party/cef/include/capi/
Dcef_parser_capi.h150 size_t json_size,
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/
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/
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/cef/libcef_dll/
Dlibcef_dll.cc605 size_t json_size, in cef_parse_json_buffer() argument
615 CefRefPtr<CefValue> _retval = CefParseJSON(json, json_size, options); in cef_parse_json_buffer()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc573 size_t json_size, in CefParseJSON() argument
583 cef_value_t* _retval = cef_parse_json_buffer(json, json_size, options); in CefParseJSON()
Dlibcef_dll_dylib.cc1147 size_t json_size, in cef_parse_json_buffer() argument
1149 return g_libcef_pointers.cef_parse_json_buffer(json, json_size, options); in cef_parse_json_buffer()
/third_party/protobuf/php/ext/google/protobuf/
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/
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()