Home
last modified time | relevance | path

Searched defs:JsonString (Results 1 – 25 of 126) sorted by relevance

123456

/dports/net/quiche/quiche-0.9.0/cargo-crates/serde_with-1.10.0/src/
H A Djson.rs127 pub struct JsonString; struct
129 impl<T> SerializeAs<T> for JsonString implementation
141 impl<'de, T> DeserializeAs<'de, T> for JsonString implementation
/dports/net/routinator/routinator-0.10.2/src/utils/
H A Djson.rs150 struct JsonString<'a> { struct
154 impl<'a> fmt::Write for JsonString<'a> { implementation
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/sandbox/win/src/
H A Dsandbox_policy_diagnostic.h23 const char* JsonString() override { MOZ_CRASH(); } in JsonString() function
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/sandbox/win/src/
H A Dsandbox_policy_diagnostic.h23 const char* JsonString() override { MOZ_CRASH(); } in JsonString() function
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/sandbox/win/src/
H A Dsandbox_policy_diagnostic.h23 const char* JsonString() override { MOZ_CRASH(); } in JsonString() function
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Json/
H A DJsonString.cs35 public sealed class JsonString class
234 private JsonString() in JsonString() method in Jayrock.Json.JsonString
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/redis/
H A D_validators.py9 class JsonString(dict): class
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/ipfs/go-log/
H A Dmetadata.go60 func (m Metadata) JsonString() (string, error) { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/ipfs/go-log/
H A Dmetadata.go60 func (m Metadata) JsonString() (string, error) { func
/dports/science/jstrack/jstrack/extlib/tcllib1.19/doctools2idx/
H A Dexport_json.tcl132 proc JsonString {s} { procedure
/dports/devel/tcllib/tcllib-1.20/modules/doctools2idx/
H A Dexport_json.tcl132 proc JsonString {s} { procedure
/dports/devel/tcllibc/tcllib-1.20/modules/doctools2idx/
H A Dexport_json.tcl132 proc JsonString {s} { procedure
/dports/science/jstrack/jstrack/extlib/tcllib1.19/doctools2toc/
H A Dexport_json.tcl141 proc JsonString {s} { procedure
/dports/devel/tcllib/tcllib-1.20/modules/doctools2toc/
H A Dexport_json.tcl141 proc JsonString {s} { procedure
/dports/devel/tcllibc/tcllib-1.20/modules/doctools2toc/
H A Dexport_json.tcl141 proc JsonString {s} { procedure
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/json/
H A Djson-parser.h20 JsonString() in JsonString() function
28 explicit JsonString(uint32_t index) in JsonString() function
36 JsonString(int start, int length, bool needs_conversion, in JsonString() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/json/
H A Djson-parser.h20 JsonString() in JsonString() function
28 explicit JsonString(uint32_t index) in JsonString() function
36 JsonString(int start, int length, bool needs_conversion, in JsonString() function
/dports/lang/v8/v8-9.6.180.12/src/json/
H A Djson-parser.h23 JsonString() in JsonString() function
31 explicit JsonString(uint32_t index) in JsonString() function
39 JsonString(int start, int length, bool needs_conversion, in JsonString() function
/dports/misc/py-xgboost/xgboost-1.5.1/include/xgboost/
H A Djson.h82 JsonString() : Value(ValueKind::kString) {} in JsonString() function
83 JsonString(std::string const& str) : // NOLINT in JsonString() function
85 JsonString(std::string&& str) noexcept : // NOLINT in JsonString() function
87 JsonString(JsonString&& str) noexcept : // NOLINT in JsonString() function
/dports/misc/xgboost/xgboost-1.5.1/include/xgboost/
H A Djson.h82 JsonString() : Value(ValueKind::kString) {} in JsonString() function
83 JsonString(std::string const& str) : // NOLINT in JsonString() function
85 JsonString(std::string&& str) noexcept : // NOLINT in JsonString() function
87 JsonString(JsonString&& str) noexcept : // NOLINT in JsonString() function
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Djson1.c98 typedef struct JsonString JsonString; typedef
106 struct JsonString { struct
107 sqlite3_context *pCtx; /* Function context - put error messages here */
108 char *zBuf; /* Append JSON content here */
109 u64 nAlloc; /* Bytes of storage available in zBuf[] */
110 u64 nUsed; /* Bytes of zBuf[] currently used */
111 u8 bStatic; /* True if zBuf is static space */
112 u8 bErr; /* True if an error has been encountered */
113 char zSpace[100]; /* Initial static space */
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Djson1.c102 typedef struct JsonString JsonString; typedef
110 struct JsonString { struct
111 sqlite3_context *pCtx; /* Function context - put error messages here */
112 char *zBuf; /* Append JSON content here */
113 u64 nAlloc; /* Bytes of storage available in zBuf[] */
114 u64 nUsed; /* Bytes of zBuf[] currently used */
115 u8 bStatic; /* True if zBuf is static space */
116 u8 bErr; /* True if an error has been encountered */
117 char zSpace[100]; /* Initial static space */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Djson1.c98 typedef struct JsonString JsonString; typedef
106 struct JsonString { struct
107 sqlite3_context *pCtx; /* Function context - put error messages here */
108 char *zBuf; /* Append JSON content here */
109 u64 nAlloc; /* Bytes of storage available in zBuf[] */
110 u64 nUsed; /* Bytes of zBuf[] currently used */
111 u8 bStatic; /* True if zBuf is static space */
112 u8 bErr; /* True if an error has been encountered */
113 char zSpace[100]; /* Initial static space */
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Djson1.c102 typedef struct JsonString JsonString; typedef
110 struct JsonString { struct
111 sqlite3_context *pCtx; /* Function context - put error messages here */
112 char *zBuf; /* Append JSON content here */
113 u64 nAlloc; /* Bytes of storage available in zBuf[] */
114 u64 nUsed; /* Bytes of zBuf[] currently used */
115 u8 bStatic; /* True if zBuf is static space */
116 u8 bErr; /* True if an error has been encountered */
117 char zSpace[100]; /* Initial static space */
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/clbanning/mxj/v2/
H A Dfiles.go156 func (mvs Maps) JsonString(safeEncoding ...bool) (string, error) { func

123456