Searched refs:json_object (Results 1 – 12 of 12) sorted by relevance
/third_party/nghttp2/src/ |
D | comp_helper.c | 39 obj = json_object(); in dump_deflate_header_table() 44 json_t *outent = json_object(); in dump_deflate_header_table() 71 obj = json_object(); in dump_inflate_header_table() 76 json_t *outent = json_object(); in dump_inflate_header_table() 100 json_t *nv_pair = json_object(); in dump_header()
|
D | nghttp.cc | 1489 auto root = json_object(); in output_har() 1490 auto log = json_object(); in output_har() 1494 auto creator = json_object(); in output_har() 1503 auto page = json_object(); in output_har() 1512 json_object_set_new(page, "pageTimings", json_object()); in output_har() 1534 auto entry = json_object(); in output_har() 1574 auto request = json_object(); in output_har() 1581 auto hd = json_object(); in output_har() 1596 auto response = json_object(); in output_har() 1603 auto hd = json_object(); in output_har() [all …]
|
D | inflatehd.cc | 76 auto obj = json_object(); in to_json()
|
D | deflatehd.cc | 82 auto obj = json_object(); in output_to_json()
|
/third_party/cef/tools/cefbuilds/ |
D | cef_json_builder.py | 63 def cef_from_json(json_object): argument 64 if 'last_modified' in json_object: 65 json_object['last_modified'] = parse_date(json_object['last_modified']) 66 return json_object
|
/third_party/flutter/engine/flutter/shell/common/ |
D | skia_event_tracer_impl.cc | 115 const char** json_object) { in enableSkiaTracingCallback() argument 118 *json_object = strdup("{\"type\":\"Success\"}"); in enableSkiaTracingCallback()
|
/third_party/flutter/engine/flutter/runtime/ |
D | service_protocol.cc | 101 const char** json_object) { in HandleMessage() argument 125 *json_object = strdup(buffer.GetString()); in HandleMessage() 128 FML_DLOG(INFO) << "Response: " << *json_object; in HandleMessage()
|
D | service_protocol.h | 86 const char** json_object);
|
/third_party/ejdb/src/jql/ |
D | README.md | 52 APPLY = { 'apply' | 'upsert' } { PLACEHOLDER | json_object | json_array } | 'del' 325 APPLY = ({'apply' | `upsert`} { PLACEHOLDER | json_object | json_array }) | 'del'
|
/third_party/ejdb/ |
D | README.md | 224 APPLY = { 'apply' | 'upsert' } { PLACEHOLDER | json_object | json_array } | 'del' 497 APPLY = ({'apply' | `upsert`} { PLACEHOLDER | json_object | json_array }) | 'del'
|
/third_party/python/Misc/NEWS.d/ |
D | 3.9.0a6.rst | 498 extension. This allows the use of functions such as ``json_object``.
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 115450 - { "json_object", -1, 0, jsonObjectFunc }, 115476 + JFUNCTION(json_object, -1, 0, jsonObjectFunc), 153842 - { "json_object", -1, 0, jsonObjectFunc }, 153868 + JFUNCTION(json_object, -1, 0, jsonObjectFunc), 167187 - { "json_object", -1, 0, jsonObjectFunc }, 167211 + JFUNCTION(json_object, -1, 0, jsonObjectFunc), 245322 SELECT json_object('ex','[52,3.14159]');
|