Home
last modified time | relevance | path

Searched refs:to_json_string (Results 1 – 25 of 57) sorted by relevance

123

/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/generic/ondemand/
H A Dserialization-inl.h48 return to_json_string(array); in to_json_string()
55 return to_json_string(object); in to_json_string()
78 return to_json_string(x.value_unsafe()); in to_json_string()
83 return to_json_string(x.value_unsafe()); in to_json_string()
88 return to_json_string(x.value_unsafe()); in to_json_string()
93 return to_json_string(x.value_unsafe()); in to_json_string()
98 return to_json_string(x.value_unsafe()); in to_json_string()
106 auto error = simdjson::to_json_string(x).get(v);
120 auto error = simdjson::to_json_string(x).get(v);
132 auto error = simdjson::to_json_string(value).get(v);
[all …]
H A Dserialization.h9 inline simdjson_result<std::string_view> to_json_string(SIMDJSON_IMPLEMENTATION::ondemand::document…
15 inline simdjson_result<std::string_view> to_json_string(SIMDJSON_IMPLEMENTATION::ondemand::value& x…
20 inline simdjson_result<std::string_view> to_json_string(SIMDJSON_IMPLEMENTATION::ondemand::object& …
25 inline simdjson_result<std::string_view> to_json_string(SIMDJSON_IMPLEMENTATION::ondemand::array& x…
26 inline simdjson_result<std::string_view> to_json_string(simdjson_result<SIMDJSON_IMPLEMENTATION::on…
27 inline simdjson_result<std::string_view> to_json_string(simdjson_result<SIMDJSON_IMPLEMENTATION::on…
28 inline simdjson_result<std::string_view> to_json_string(simdjson_result<SIMDJSON_IMPLEMENTATION::on…
29 inline simdjson_result<std::string_view> to_json_string(simdjson_result<SIMDJSON_IMPLEMENTATION::on…
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/tests/ondemand/
H A Dondemand_tostring_tests.cpp31 std::string_view result = simdjson::to_json_string(doc["test"]); in issue1607()
43 std::cout << simdjson::to_json_string(doc["test"]) << std::endl; in minify_demo()
115 std::string_view serial1 = simdjson::to_json_string(doc); in load_to_string()
122 std::string_view serial2 = simdjson::to_json_string(doc); in load_to_string()
163 error = simdjson::to_json_string(doc).get(serial1); in load_to_string_exceptionless()
175 error = simdjson::to_json_string(doc).get(serial2); in load_to_string_exceptionless()
207 ASSERT_SUCCESS( simdjson::to_json_string(doc).get(serial)); in empty_object()
219 ASSERT_SUCCESS( simdjson::to_json_string(doc).get(serial)); in empty_array()
231 ASSERT_SUCCESS( simdjson::to_json_string(doc).get(serial)); in single_digit_document()
243 ASSERT_SUCCESS( simdjson::to_json_string(doc).get(serial)); in single_string_document()
[all …]
H A Dondemand_parse_api_tests.cpp183 ASSERT_SUCCESS(simdjson::to_json_string(doc).get(output)); in parser_document_reuse()
204 ASSERT_EQUAL( simdjson::to_json_string(doc).get(output), TAPE_ERROR ); in parser_document_reuse()
223 ASSERT_EQUAL( simdjson::to_json_string(doc).get(output), TAPE_ERROR ); in parser_document_reuse()
233 ASSERT_SUCCESS( simdjson::to_json_string(doc).get(output) ); in parser_document_reuse()
254 ASSERT_SUCCESS( simdjson::to_json_string(doc).get(output) ); in parser_document_reuse()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/emitter/
H A Djson.rs4 use serde_json::to_string as to_json_string;
108 let json = to_json_string(&MismatchedFile { in output_json_file()
150 let exp_json = to_json_string(&mismatched_file).unwrap(); in expected_line_range_correct_when_single_line_split()
190 let exp_json = to_json_string(&mismatched_file).unwrap(); in context_lines_ignored()
258 let exp_json = to_json_string(&MismatchedFile { in emits_array_with_files_with_diffs()
320 let exp_bin_json = to_json_string(&MismatchedFile { in emits_valid_json_with_multiple_files()
332 let exp_lib_json = to_json_string(&MismatchedFile { in emits_valid_json_with_multiple_files()
/dports/mail/mu4e/mu-1.6.4/lib/utils/
H A Dmu-sexp.cc212 Sexp::to_json_string () const in to_json_string() function in Sexp
226 sstrm << it->to_json_string(); in to_json_string()
235 sstrm << (first ? "" : ", ") << child.to_json_string(); in to_json_string()
/dports/mail/mu/mu-1.6.4/lib/utils/
H A Dmu-sexp.cc212 Sexp::to_json_string () const in to_json_string() function in Sexp
226 sstrm << it->to_json_string(); in to_json_string()
235 sstrm << (first ? "" : ", ") << child.to_json_string(); in to_json_string()
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/test/
H A Djson_writer.cpp20 to_json_string(T&& x, size_t indentation, in to_json_string() function
45 CHECK_EQ(to_json_string(x, 0), "42"s);
46 CHECK_EQ(to_json_string(x, 2), "42"s);
/dports/lang/spidermonkey60/firefox-60.9.0/testing/webdriver/src/
H A Dserver.rs212 Ok(response) => (StatusCode::Ok, response.to_json_string()), in handle()
213 Err(err) => (err.http_status(), err.to_json_string()), in handle()
219 Err(err) => (err.http_status(), err.to_json_string()), in handle()
H A Dresponse.rs22 pub fn to_json_string(self) -> String { in to_json_string() method
228 let data = resp.to_json_string(); in test()
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/command/subcommands/
H A Djson.py97 return doc.to_json_string(indent=args.indent)
/dports/net/mpich/mpich-3.4.3/modules/json-c/tests/
H A Dtest1.c31 static const char *to_json_string(json_object *obj, int flags) in to_json_string() function
51 #define json_object_to_json_string(obj) to_json_string(obj,sflags)
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/jsonc/tests/
H A Dtest1.c31 static const char *to_json_string(json_object *obj, int flags) in to_json_string() function
51 #define json_object_to_json_string(obj) to_json_string(obj,sflags)
/dports/devel/json-c/json-c-0.15/tests/
H A Dtest1.c31 static const char *to_json_string(json_object *obj, int flags) in to_json_string() function
52 #define json_object_to_json_string(obj) to_json_string(obj, sflags)
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/util/
H A Dmachine_message.rs12 fn to_json_string(&self) -> String { in to_json_string() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/util/
H A Dmachine_message.rs12 fn to_json_string(&self) -> String { in to_json_string() method
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/util/
H A Dmachine_message.rs12 fn to_json_string(&self) -> String { in to_json_string() method
/dports/converters/R-cran-RJSONIO/RJSONIO/src/libjson/
H A Dlibjson.h224 inline static json_string to_json_string(const std::string & str){ in to_json_string() function
231 inline static json_string to_json_string(const std::wstring & str){ in to_json_string() function
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A Dlibjson.h224 inline static json_string to_json_string(const std::string & str){ in to_json_string() function
231 inline static json_string to_json_string(const std::wstring & str){ in to_json_string() function
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A Dlibjson.h224 inline static json_string to_json_string(const std::string & str){ in to_json_string() function
231 inline static json_string to_json_string(const std::wstring & str){ in to_json_string() function
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A Dlibjson.h224 inline static json_string to_json_string(const std::string & str){ in to_json_string() function
231 inline static json_string to_json_string(const std::wstring & str){ in to_json_string() function
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_core/ADM_coreUtils/src/
H A Dlibjson.h224 inline static json_string to_json_string(const std::string & str){ in to_json_string() function
231 inline static json_string to_json_string(const std::wstring & str){ in to_json_string() function
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/html/render/
H A Dwrite_shared.rs404 fn to_json_string(&self) -> String { in write_shared() method
413 let subs = subs.iter().map(|s| s.to_json_string()).collect::<Vec<_>>().join(","); in write_shared()
463 hierarchy.to_json_string() in write_shared()
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/document/
H A Ddocument.d.ts91 to_json_string(include_defaults?: boolean): string;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/loggers/mod_console/
H A Dmod_console.c83 static char *to_json_string(const switch_log_node_t *node) in to_json_string() function
316 char *json_log_str = to_json_string(node); in switch_console_logger()

123