Home
last modified time | relevance | path

Searched refs:escape_json_string (Results 1 – 21 of 21) sorted by relevance

/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/internal/
H A Djsonformatutils.h11 class escape_json_string; variable
13 inline std::ostream& operator<<(std::ostream& out, const escape_json_string &str);
15 class escape_json_string {
17 escape_json_string(std::string_view _str) noexcept : str{_str} {} in escape_json_string() function
21 friend std::ostream& operator<<(std::ostream& out, const escape_json_string &unescaped);
24 inline std::ostream& operator<<(std::ostream& out, const escape_json_string &unescaped) {
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/internal/
H A Djsonformatutils.h11 class escape_json_string; variable
13 inline std::ostream& operator<<(std::ostream& out, const escape_json_string &str);
15 class escape_json_string {
17 escape_json_string(std::string_view _str) noexcept : str{_str} {} in escape_json_string() function
21 friend std::ostream& operator<<(std::ostream& out, const escape_json_string &unescaped);
24 inline std::ostream& operator<<(std::ostream& out, const escape_json_string &unescaped) {
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/
H A Dquery_string_builder.cc116 Query_string_builder &Query_string_builder::escape_json_string(const char *s, in escape_json_string() function in xpl::Query_string_builder
134 escape_json_string(s, length); in quote_json_string()
H A Dquery_string_builder.h93 Query_string_builder &escape_json_string(const char *s, size_t length);
/dports/x11/gnome-shell/gnome-shell-41.1/subprojects/extensions-tool/src/
H A Dcommand-create.c117 escape_json_string (const char *string) in escape_json_string() function
151 uuid_escaped = escape_json_string (uuid); in create_metadata()
152 name_escaped = escape_json_string (name); in create_metadata()
153 desc_escaped = escape_json_string (description); in create_metadata()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_json_generator.cc118 string escape_json_string(const string& input);
148 string t_json_generator::escape_json_string(const string& input) { in escape_json_string() function in t_json_generator
469 f_json_ << quot << escape_json_string(value) << quot; in write_string()
535 return quot + escape_json_string(str) + quot; in json_str()
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_json_generator.cc118 string escape_json_string(const string& input);
148 string t_json_generator::escape_json_string(const string& input) { in escape_json_string() function in t_json_generator
469 f_json_ << quot << escape_json_string(value) << quot; in write_string()
535 return quot + escape_json_string(str) + quot; in json_str()
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_json_generator.cc118 string escape_json_string(const string& input);
148 string t_json_generator::escape_json_string(const string& input) { in escape_json_string() function in t_json_generator
469 f_json_ << quot << escape_json_string(value) << quot; in write_string()
535 return quot + escape_json_string(str) + quot; in json_str()
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_json_generator.cc118 string escape_json_string(const string& input);
148 string t_json_generator::escape_json_string(const string& input) { in escape_json_string() function in t_json_generator
469 f_json_ << quot << escape_json_string(value) << quot; in write_string()
535 return quot + escape_json_string(str) + quot; in json_str()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_json_generator.cc118 string escape_json_string(const string& input);
148 string t_json_generator::escape_json_string(const string& input) { in escape_json_string() function in t_json_generator
469 f_json_ << quot << escape_json_string(value) << quot; in write_string()
535 return quot + escape_json_string(str) + quot; in json_str()
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_json_generator.cc118 string escape_json_string(const string& input);
148 string t_json_generator::escape_json_string(const string& input) { in escape_json_string() function in t_json_generator
469 f_json_ << quot << escape_json_string(value) << quot; in write_string()
535 return quot + escape_json_string(str) + quot; in json_str()
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/generate/
H A Dt_json_generator.cc118 string escape_json_string(const string& input);
148 string t_json_generator::escape_json_string(const string& input) { in escape_json_string() function in t_json_generator
469 f_json_ << quot << escape_json_string(value) << quot; in write_string()
535 return quot + escape_json_string(str) + quot; in json_str()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/generate/
H A Dt_json_generator.cc118 string escape_json_string(const string& input);
148 string t_json_generator::escape_json_string(const string& input) { in escape_json_string() function in t_json_generator
469 f_json_ << quot << escape_json_string(value) << quot; in write_string()
535 return quot + escape_json_string(str) + quot; in json_str()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/src/thrift/generate/
H A Dt_json_generator.cc118 string escape_json_string(const string& input);
148 string t_json_generator::escape_json_string(const string& input) { in escape_json_string() function in t_json_generator
469 f_json_ << quot << escape_json_string(value) << quot; in write_string()
535 return quot + escape_json_string(str) + quot; in json_str()
/dports/devel/simdjson/simdjson-0.9.6/include/simdjson/dom/
H A Ddocument-inl.h84 os << internal::escape_json_string(std::string_view( in dump_raw_tape()
H A Dparsedjson_iterator-inl.h271 os << internal::escape_json_string(std::string_view(get_string(), get_string_length())); in print()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/include/simdjson/dom/
H A Ddocument-inl.h84 os << internal::escape_json_string(std::string_view( in dump_raw_tape()
H A Dparsedjson_iterator-inl.h271 os << internal::escape_json_string(std::string_view(get_string(), get_string_length())); in print()
/dports/multimedia/minisatip/minisatip-1.1.52/src/
H A Dutils.c849 int escape_json_string(char *dest, int dl, char *src, int sl) { in escape_json_string() function
896 escape_json_string(buf + ptr, len - ptr, escape, len2); in get_json_state()
909 ptr += escape_json_string(buf + ptr, len - ptr, escape, in get_json_state()
927 ptr += escape_json_string(buf + ptr, len - ptr, escape, in get_json_state()
965 ptr += escape_json_string(buf + ptr, len - ptr, escape, in get_json_state()
/dports/devel/simdjson/simdjson-0.9.6/singleheader/
H A Dsimdjson.h6198 class escape_json_string;
6200 inline std::ostream& operator<<(std::ostream& out, const escape_json_string &str);
6202 class escape_json_string {
6204 escape_json_string(std::string_view _str) noexcept : str{_str} {}
6208 friend std::ostream& operator<<(std::ostream& out, const escape_json_string &unescaped);
6211 inline std::ostream& operator<<(std::ostream& out, const escape_json_string &unescaped) {
7516 os << internal::escape_json_string(std::string_view(
8112 os << internal::escape_json_string(std::string_view(get_string(), get_string_length()));
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/singleheader/
H A Dsimdjson.h6354 class escape_json_string;
6356 inline std::ostream& operator<<(std::ostream& out, const escape_json_string &str);
6358 class escape_json_string {
6360 escape_json_string(std::string_view _str) noexcept : str{_str} {}
6364 friend std::ostream& operator<<(std::ostream& out, const escape_json_string &unescaped);
6367 inline std::ostream& operator<<(std::ostream& out, const escape_json_string &unescaped) {
7685 os << internal::escape_json_string(std::string_view(
8281 os << internal::escape_json_string(std::string_view(get_string(), get_string_length()));