Home
last modified time | relevance | path

Searched defs:json_string (Results 1 – 20 of 20) sorted by relevance

/third_party/cef/libcef/common/
Djson_impl.cc34 CefRefPtr<CefValue> CefParseJSON(const CefString& json_string, in CefParseJSON()
57 const CefString& json_string, in CefParseJSONAndReturnError()
84 std::string json_string; in CefWriteJSON() local
/third_party/json/tests/src/
Dunit-testsuites.cpp110 { in __anon6980bbe00102()
242 { in __anon6980bbe00202()
301 std::string json_string( (std::istreambuf_iterator<char>(f) ), variable
Dunit-unicode4.cpp36 static std::string json_string; in check_utf8dump() local
129 static std::string json_string; in check_utf8string() local
Dunit-unicode3.cpp36 static std::string json_string; in check_utf8dump() local
129 static std::string json_string; in check_utf8string() local
Dunit-unicode5.cpp36 static std::string json_string; in check_utf8dump() local
129 static std::string json_string; in check_utf8string() local
Dunit-unicode2.cpp36 static std::string json_string; in check_utf8dump() local
129 static std::string json_string; in check_utf8string() local
/third_party/gstreamer/gstplugins_good/tests/examples/rpicamsrc/
Dwebrtc-unidirectional-h264.c245 gchar *json_string; in on_offer_created_cb() local
305 gchar *json_string; in on_ice_candidate_cb() local
/third_party/rust/crates/nom/tests/
Djson.rs137 fn json_string() { in json_string() function
/third_party/spirv-tools/tools/fuzz/
Dfuzz.cpp681 std::string json_string; in DumpTransformationsJson() local
814 std::string json_string; in main() local
/third_party/skia/third_party/externals/spirv-tools/tools/fuzz/
Dfuzz.cpp694 std::string json_string; in DumpTransformationsJson() local
826 std::string json_string; in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp694 std::string json_string; in DumpTransformationsJson() local
826 std::string json_string; in main() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() local
/third_party/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() local
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dfuzz_test_util.cpp147 std::string json_string; in DumpTransformationsJson() local
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_wrapper.cc555 CEF_GLOBAL CefRefPtr<CefValue> CefParseJSON(const CefString& json_string, in CefParseJSON()
591 const CefString& json_string, in CefParseJSONAndReturnError()
Dlibcef_dll_dylib.cc1140 struct _cef_value_t* cef_parse_json(const cef_string_t* json_string, in cef_parse_json()
1154 const cef_string_t* json_string, in cef_parse_jsonand_return_error()
/third_party/cef/libcef_dll/
Dlibcef_dll.cc587 const cef_string_t* json_string, in cef_parse_json()
622 const cef_string_t* json_string, in cef_parse_jsonand_return_error()
/third_party/cef/tools/cefbuilds/
Dcef_json_builder.py232 def load(self, json_string, fatalerrors=True): argument
/third_party/cef/libcef/browser/views/
Dview_impl.h462 std::string json_string; in ToString() local
/third_party/node/deps/v8/src/api/
Dapi.cc3266 Local<String> json_string) { in Parse()