/third_party/cef/libcef/common/ |
D | json_impl.cc | 41 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/ |
D | SkottieSlide.cpp | 35 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/ |
D | cef_parser.h | 143 size_t json_size,
|
/third_party/vulkan-loader/loader/ |
D | loader_windows.h | 52 DWORD json_size, // size in bytes of json_path
|
D | loader_windows.c | 117 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/ |
D | cef_parser_capi.h | 150 size_t json_size,
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/ |
D | minimal-secure-streams.c | 75 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/ |
D | SkottieSlide.cpp | 93 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/ |
D | libcef_dll.cc | 605 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/ |
D | libcef_dll_wrapper.cc | 573 size_t json_size, in CefParseJSON() argument 583 cef_value_t* _retval = cef_parse_json_buffer(json, json_size, options); in CefParseJSON()
|
D | libcef_dll_dylib.cc | 1147 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/ |
D | php-upb.c | 4854 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/ |
D | upb.c | 4391 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()
|