Home
last modified time | relevance | path

Searched refs:JsonValue (Results 1 – 25 of 5745) sorted by relevance

12345678910>>...230

/dports/databases/pgbouncer/pgbouncer-1.16.0/lib/usual/
H A Djson.h71 struct JsonValue;
164 bool json_dict_get_value(struct JsonValue *dict, const char *key, struct JsonValue **val_p);
176 bool json_dict_get_dict(struct JsonValue *jv, const char *key, struct JsonValue **dst_p);
178 bool json_dict_get_list(struct JsonValue *jv, const char *key, struct JsonValue **dst_p);
193 bool json_dict_get_opt_list(struct JsonValue *jv, const char *key, struct JsonValue **dst_p);
195 bool json_dict_get_opt_dict(struct JsonValue *jv, const char *key, struct JsonValue **dst_p);
206 bool json_list_get_value(struct JsonValue *list, size_t index, struct JsonValue **val_p);
218 bool json_list_get_list(struct JsonValue *list, size_t index, struct JsonValue **val_p);
220 bool json_list_get_dict(struct JsonValue *list, size_t index, struct JsonValue **val_p);
279 bool json_list_append(struct JsonValue *list, struct JsonValue *elem);
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/include/aws/core/utils/json/
H A DJsonSerializer.h38 JsonValue();
54 JsonValue(const JsonValue& value);
60 JsonValue(JsonValue&& value);
72 JsonValue& operator=(const JsonValue& other);
81 JsonValue& operator=(JsonValue&& other);
167 JsonValue& AsArray(const Array<JsonValue>& array);
172 JsonValue& AsArray(Array<JsonValue>&& array);
179 JsonValue& WithObject(const char* key, const JsonValue& value);
185 JsonValue& WithObject(const char* key, JsonValue&& value);
190 JsonValue& AsObject(const JsonValue& value);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Json.cs23JsonValue, System.Collections.Generic.ICollection<System.Json.JsonValue>, System.Collections.Gener…
26 public JsonArray(params System.Json.JsonValue[] items) { } in JsonArray()
31 public void Add(System.Json.JsonValue item) { } in Add()
33 public void AddRange(params System.Json.JsonValue[] items) { } in AddRange()
37 public int IndexOf(System.Json.JsonValue item) { throw null; } in IndexOf()
38 public void Insert(int index, System.Json.JsonValue item) { } in Insert()
42 …lections.Generic.IEnumerator<System.Json.JsonValue> System.Collections.Generic.IEnumerable<System.… in GetEnumerator()
56 public void Add(string key, System.Json.JsonValue value) { } in Add()
68 …ic bool TryGetValue(string key, out System.Json.JsonValue value) { value = default(System.Json.Jso… in TryGetValue()
70 public partial class JsonPrimitive : System.Json.JsonValue
[all …]
H A DSystem.Json.Microsoft.cs27JsonValue, System.Collections.Generic.ICollection<System.Json.JsonValue>, System.Collections.Gener…
30 public JsonArray(params System.Json.JsonValue[] items) { } in JsonArray()
35 public void Add(System.Json.JsonValue item) { } in Add()
37 public void AddRange(params System.Json.JsonValue[] items) { } in AddRange()
43 public int IndexOf(System.Json.JsonValue item) { throw null; } in IndexOf()
44 public void Insert(int index, System.Json.JsonValue item) { } in Insert()
45 public bool Remove(System.Json.JsonValue item) { throw null; } in Remove()
62 public void Add(string key, System.Json.JsonValue value) { } in Add()
75 …ic bool TryGetValue(string key, out System.Json.JsonValue value) { value = default(System.Json.Jso… in TryGetValue()
121 internal JsonValue() { } in JsonValue() method in System.Json.JsonValue
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Json.cs24JsonValue, System.Collections.Generic.ICollection<System.Json.JsonValue>, System.Collections.Gener…
27 public JsonArray(params System.Json.JsonValue[] items) { } in JsonArray()
32 public void Add(System.Json.JsonValue item) { } in Add()
34 public void AddRange(params System.Json.JsonValue[] items) { } in AddRange()
38 public int IndexOf(System.Json.JsonValue item) { throw null; } in IndexOf()
39 public void Insert(int index, System.Json.JsonValue item) { } in Insert()
43 …lections.Generic.IEnumerator<System.Json.JsonValue> System.Collections.Generic.IEnumerable<System.… in GetEnumerator()
57 public void Add(string key, System.Json.JsonValue value) { } in Add()
69 …ic bool TryGetValue(string key, out System.Json.JsonValue value) { value = default(System.Json.Jso… in TryGetValue()
71 public partial class JsonPrimitive : System.Json.JsonValue
[all …]
H A DSystem.Json.Microsoft.cs28JsonValue, System.Collections.Generic.ICollection<System.Json.JsonValue>, System.Collections.Gener…
31 public JsonArray(params System.Json.JsonValue[] items) { } in JsonArray()
36 public void Add(System.Json.JsonValue item) { } in Add()
38 public void AddRange(params System.Json.JsonValue[] items) { } in AddRange()
44 public int IndexOf(System.Json.JsonValue item) { throw null; } in IndexOf()
45 public void Insert(int index, System.Json.JsonValue item) { } in Insert()
46 public bool Remove(System.Json.JsonValue item) { throw null; } in Remove()
63 public void Add(string key, System.Json.JsonValue value) { } in Add()
76 …ic bool TryGetValue(string key, out System.Json.JsonValue value) { value = default(System.Json.Jso… in TryGetValue()
122 internal JsonValue() { } in JsonValue() method in System.Json.JsonValue
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.Json.cs23JsonValue, System.Collections.Generic.ICollection<System.Json.JsonValue>, System.Collections.Gener…
26 public JsonArray(params System.Json.JsonValue[] items) { } in JsonArray()
31 public void Add(System.Json.JsonValue item) { } in Add()
33 public void AddRange(params System.Json.JsonValue[] items) { } in AddRange()
37 public int IndexOf(System.Json.JsonValue item) { throw null; } in IndexOf()
38 public void Insert(int index, System.Json.JsonValue item) { } in Insert()
42 …lections.Generic.IEnumerator<System.Json.JsonValue> System.Collections.Generic.IEnumerable<System.… in GetEnumerator()
56 public void Add(string key, System.Json.JsonValue value) { } in Add()
68 …ic bool TryGetValue(string key, out System.Json.JsonValue value) { value = default(System.Json.Jso… in TryGetValue()
70 public partial class JsonPrimitive : System.Json.JsonValue
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.Json.cs23JsonValue, System.Collections.Generic.ICollection<System.Json.JsonValue>, System.Collections.Gener…
26 public JsonArray(params System.Json.JsonValue[] items) { } in JsonArray()
31 public void Add(System.Json.JsonValue item) { } in Add()
33 public void AddRange(params System.Json.JsonValue[] items) { } in AddRange()
37 public int IndexOf(System.Json.JsonValue item) { throw null; } in IndexOf()
38 public void Insert(int index, System.Json.JsonValue item) { } in Insert()
42 …lections.Generic.IEnumerator<System.Json.JsonValue> System.Collections.Generic.IEnumerable<System.… in GetEnumerator()
56 public void Add(string key, System.Json.JsonValue value) { } in Add()
68 …ic bool TryGetValue(string key, out System.Json.JsonValue value) { value = default(System.Json.Jso… in TryGetValue()
70 public partial class JsonPrimitive : System.Json.JsonValue
[all …]
/dports/dns/dog/dog-0.1.0/cargo-crates/json-0.12.4/src/value/
H A Dmod.rs38 pub enum JsonValue { enum
45 Array(Vec<JsonValue>),
48 impl PartialEq for JsonValue { implementation
50 use self::JsonValue::*; in eq()
66 impl Eq for JsonValue {} implementation
94 static NULL: JsonValue = JsonValue::Null;
96 impl JsonValue { impl
549 type Output = JsonValue;
614 type Output = JsonValue;
625 type Output = JsonValue;
[all …]
H A Dimplements.rs9 use crate::value::JsonValue;
44 impl From<$from> for JsonValue {
55 JsonValue::$to(val)
63 impl<'a> From<&'a str> for JsonValue { implementation
73 impl<T: Into<JsonValue>> From<Option<T>> for JsonValue { implementation
82 impl<T: Into<JsonValue>> From<Vec<T>> for JsonValue { implementation
83 fn from(val: Vec<T>) -> JsonValue { in from() argument
88 impl<'a, T: Into<JsonValue> + Clone> From<&'a [T]> for JsonValue { implementation
94 impl<K: AsRef<str>, V: Into<JsonValue>> From<HashMap<K, V>> for JsonValue { implementation
100 impl<K: AsRef<str>, V: Into<JsonValue>> From<BTreeMap<K, V>> for JsonValue { implementation
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/json-0.12.4/src/value/
H A Dmod.rs38 pub enum JsonValue { enum
45 Array(Vec<JsonValue>),
48 impl PartialEq for JsonValue { implementation
50 use self::JsonValue::*; in eq()
66 impl Eq for JsonValue {} implementation
94 static NULL: JsonValue = JsonValue::Null;
96 impl JsonValue { implementation
549 type Output = JsonValue;
614 type Output = JsonValue;
625 type Output = JsonValue;
[all …]
H A Dimplements.rs9 use crate::value::JsonValue;
44 impl From<$from> for JsonValue {
55 JsonValue::$to(val)
63 impl<'a> From<&'a str> for JsonValue { implementation
73 impl<T: Into<JsonValue>> From<Option<T>> for JsonValue { implementation
82 impl<T: Into<JsonValue>> From<Vec<T>> for JsonValue { implementation
83 fn from(val: Vec<T>) -> JsonValue { in from() argument
88 impl<'a, T: Into<JsonValue> + Clone> From<&'a [T]> for JsonValue { implementation
94 impl<K: AsRef<str>, V: Into<JsonValue>> From<HashMap<K, V>> for JsonValue { implementation
100 impl<K: AsRef<str>, V: Into<JsonValue>> From<BTreeMap<K, V>> for JsonValue { implementation
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/json/src/value/
H A Dmod.rs38 pub enum JsonValue { enum
45 Array(Vec<JsonValue>),
48 impl PartialEq for JsonValue { implementation
50 use self::JsonValue::*; in eq()
66 impl Eq for JsonValue {} implementation
94 static NULL: JsonValue = JsonValue::Null;
96 impl JsonValue { implementation
549 type Output = JsonValue;
614 type Output = JsonValue;
625 type Output = JsonValue;
[all …]
H A Dimplements.rs9 use crate::value::JsonValue;
44 impl From<$from> for JsonValue {
55 JsonValue::$to(val)
63 impl<'a> From<&'a str> for JsonValue { implementation
73 impl<T: Into<JsonValue>> From<Option<T>> for JsonValue { implementation
82 impl<T: Into<JsonValue>> From<Vec<T>> for JsonValue { implementation
83 fn from(val: Vec<T>) -> JsonValue { in from() argument
88 impl<'a, T: Into<JsonValue> + Clone> From<&'a [T]> for JsonValue { implementation
94 impl<K: AsRef<str>, V: Into<JsonValue>> From<HashMap<K, V>> for JsonValue { implementation
100 impl<K: AsRef<str>, V: Into<JsonValue>> From<BTreeMap<K, V>> for JsonValue { implementation
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-core/source/utils/json/
H A DJsonSerializer.cpp22 JsonValue::JsonValue(cJSON* value) : in JsonValue() function in JsonValue
57 JsonValue::JsonValue(const JsonValue& value) : in JsonValue() function in JsonValue
64 JsonValue::JsonValue(JsonValue&& value) : in JsonValue() function in JsonValue
84 JsonValue::~JsonValue() in ~JsonValue()
89 JsonValue& JsonValue::operator=(const JsonValue& other) in operator =()
103 JsonValue& JsonValue::operator=(JsonValue&& other) in operator =()
309 JsonValue& JsonValue::AsArray(const Array<JsonValue>& array) in AsArray()
322 JsonValue& JsonValue::AsArray(Array<JsonValue>&& array) in AsArray()
353 JsonValue& JsonValue::WithObject(const char* key, JsonValue&& value) in WithObject()
370 JsonValue& JsonValue::AsObject(const JsonValue& value) in AsObject()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Json.Microsoft/System.Json/
H A DJsonValue.cs27 … public class JsonValue : IEnumerable<KeyValuePair<string, JsonValue>>, IDynamicMetaObjectProvider class
29 public class JsonValue : IEnumerable<KeyValuePair<string, JsonValue>>
32 private static JsonValue defaultInstance = new JsonValue();
36 internal JsonValue() in JsonValue() method in System.Json.JsonValue
136 private static JsonValue DefaultInstance
558 return JsonValue.DefaultInstance; in ValueOrDefault()
571 return JsonValue.DefaultInstance; in ValueOrDefault()
596 JsonValue result = this; in ValueOrDefault()
662 JsonValue jsonValue = value as JsonValue; in ResolveObject()
732 Stack<JsonValue> objectStack = new Stack<JsonValue>(); in Save()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Json/
H A DJsonValue.cs27 … public class JsonValue : IEnumerable<KeyValuePair<string, JsonValue>>, IDynamicMetaObjectProvider class
29 public class JsonValue : IEnumerable<KeyValuePair<string, JsonValue>>
32 private static JsonValue defaultInstance = new JsonValue();
36 internal JsonValue() in JsonValue() method in System.Json.JsonValue
136 private static JsonValue DefaultInstance
558 return JsonValue.DefaultInstance; in ValueOrDefault()
571 return JsonValue.DefaultInstance; in ValueOrDefault()
596 JsonValue result = this; in ValueOrDefault()
662 JsonValue jsonValue = value as JsonValue; in ResolveObject()
732 Stack<JsonValue> objectStack = new Stack<JsonValue>(); in Save()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Json.Test.Integration/
H A DJsonValueEventsTests.cs63 JsonValue oldValue = ja[replacePosition]; in JsonArrayEventsTest()
120 JsonValue elementInArray = ja[1]; in JsonArrayEventsTest()
211 JsonValue replaced = jo[key2]; in JsonObjectEventsTest()
276 …obj => ((IDictionary<string, JsonValue>)obj).Remove(new KeyValuePair<string, JsonValue>(key2, jo[k… in JsonObjectEventsTest()
282 …obj => ((IDictionary<string, JsonValue>)obj).Remove(new KeyValuePair<string, JsonValue>(key1, jo[k… in JsonObjectEventsTest()
436 …List<Tuple<bool, JsonValue, JsonValueChangeEventArgs>> expectedChangedEvents = new List<Tuple<bool…
445 …ualChangingEvents[index].Add(new Tuple<bool, JsonValue, JsonValueChangeEventArgs>(true, sender as
455 …tualChangedEvents[index].Add(new Tuple<bool, JsonValue, JsonValueChangeEventArgs>(false, sender as…
478 …actualChangingEvents[i].Add(new Tuple<bool, JsonValue, JsonValueChangeEventArgs>(true, sender as J…
488 …actualChangedEvents[i].Add(new Tuple<bool, JsonValue, JsonValueChangeEventArgs>(false, sender as J…
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/rest_routing/src/
H A Drest_routing_plugin.cc141 using JsonValue = RestApiComponent::JsonValue; typedef
241 JsonValue(rapidjson::kObjectType) in spec_adder()
258 JsonValue(rapidjson::kObjectType) in spec_adder()
279 JsonValue(rapidjson::kObjectType) in spec_adder()
308 JsonValue(rapidjson::kObjectType) in spec_adder()
376 JsonValue(rapidjson::kObjectType) in spec_adder()
396 JsonValue(rapidjson::kObjectType) in spec_adder()
430 JsonValue(rapidjson::kObjectType) in spec_adder()
451 JsonValue(rapidjson::kObjectType) in spec_adder()
487 JsonValue(rapidjson::kObjectType) in spec_adder()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/torque/ls/
H A Djson.h20 struct JsonValue;
25 struct JsonValue { struct
31 constexpr JsonValue(const JsonValue& other) = delete;
32 JsonValue& operator=(const JsonValue& other) = delete; argument
34 JsonValue(JsonValue&& other) V8_NOEXCEPT = default;
35 JsonValue& operator=(JsonValue&& other) V8_NOEXCEPT = default; argument
38 JsonValue result; in From()
45 JsonValue result; in From()
52 JsonValue result; in From()
59 JsonValue result; in From()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/torque/ls/
H A Djson.h20 struct JsonValue;
25 struct JsonValue { struct
31 constexpr JsonValue(const JsonValue& other) = delete;
32 JsonValue& operator=(const JsonValue& other) = delete; argument
34 JsonValue(JsonValue&& other) V8_NOEXCEPT = default;
35 JsonValue& operator=(JsonValue&& other) V8_NOEXCEPT = default; argument
38 JsonValue result; in From()
45 JsonValue result; in From()
52 JsonValue result; in From()
59 JsonValue result; in From()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/torque/ls/
H A Djson.h20 struct JsonValue;
25 struct JsonValue { struct
31 constexpr JsonValue(const JsonValue& other) = delete;
32 JsonValue& operator=(const JsonValue& other) = delete; argument
34 JsonValue(JsonValue&& other) V8_NOEXCEPT = default;
35 JsonValue& operator=(JsonValue&& other) V8_NOEXCEPT = default; argument
38 JsonValue result; in From()
45 JsonValue result; in From()
52 JsonValue result; in From()
59 JsonValue result; in From()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/unittests/torque/
H A Dls-json-unittest.cc19 ASSERT_EQ(true_result.tag, JsonValue::BOOL); in TEST()
23 ASSERT_EQ(false_result.tag, JsonValue::BOOL); in TEST()
30 ASSERT_EQ(number.tag, JsonValue::NUMBER); in TEST()
36 ASSERT_EQ(basic.tag, JsonValue::STRING); in TEST()
54 ASSERT_EQ(array[1].tag, JsonValue::NUMBER); in TEST()
71 const JsonValue primitive_fields = in TEST()
76 ASSERT_EQ(flag.tag, JsonValue::BOOL); in TEST()
80 ASSERT_EQ(id.tag, JsonValue::NUMBER); in TEST()
83 const JsonValue& complex_fields = in TEST()
89 ASSERT_EQ(array.tag, JsonValue::ARRAY); in TEST()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Json/src/System/Json/
H A DJsonValue.cs16 public abstract class JsonValue : IEnumerable class
18 public static JsonValue Load(Stream stream) in Load()
28 public static JsonValue Load(TextReader textReader) in Load()
54 private static JsonValue ToJsonValue(object ret) in ToJsonValue()
84 public static JsonValue Parse(string jsonString) in Parse()
101 public virtual JsonValue this[int index]
107 public virtual JsonValue this[string key]
172 foreach (JsonValue v in ((JsonArray)this)) in SaveInternal()
398 public static implicit operator int (JsonValue value) in operator int()
509 public static implicit operator Guid(JsonValue value) in operator Guid()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Json/System.Json/
H A DJsonValue.cs15 public abstract class JsonValue : IEnumerable class
17 public static JsonValue Load (Stream stream) in Load()
24 public static JsonValue Load (TextReader textReader) in Load()
46 static JsonValue ToJsonValue (object ret) in ToJsonValue()
98 public static JsonValue Parse (string jsonString) in Parse()
111 public virtual JsonValue this [int index] {
116 public virtual JsonValue this [string key] {
163 foreach (JsonValue v in ((JsonArray) this)) { in SaveInternal()
297 public static implicit operator JsonValue (int value) in operator JsonValue()
357 public static implicit operator JsonValue (Uri value) in operator JsonValue()
[all …]

12345678910>>...230