Home
last modified time | relevance | path

Searched defs:JValue (Results 1 – 21 of 21) sorted by relevance

/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/jni-0.16.0/src/wrapper/objects/
H A Djvalue.rs11 pub enum JValue<'a> { enum
30 impl<'a> JValue<'a> { implementation
175 impl<'a> From<bool> for JValue<'a> { implementation
189 impl<'a> From<jchar> for JValue<'a> { implementation
196 impl<'a> From<jshort> for JValue<'a> { implementation
203 impl<'a> From<jfloat> for JValue<'a> { implementation
210 impl<'a> From<jdouble> for JValue<'a> { implementation
217 impl<'a> From<jint> for JValue<'a> { implementation
224 impl<'a> From<jlong> for JValue<'a> { implementation
231 impl<'a> From<jbyte> for JValue<'a> { implementation
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJValue.cs55 public JValue(JValue other) in JValue() method in Newtonsoft.Json.Linq.JValue
64 public JValue(long value) in JValue() method in Newtonsoft.Json.Linq.JValue
74 public JValue(ulong value) in JValue() method in Newtonsoft.Json.Linq.JValue
83 public JValue(double value) in JValue() method in Newtonsoft.Json.Linq.JValue
92 public JValue(float value) in JValue() method in Newtonsoft.Json.Linq.JValue
101 public JValue(DateTime value) in JValue() method in Newtonsoft.Json.Linq.JValue
110 public JValue(bool value) in JValue() method in Newtonsoft.Json.Linq.JValue
119 public JValue(string value) in JValue() method in Newtonsoft.Json.Linq.JValue
128 public JValue(Guid value) in JValue() method in Newtonsoft.Json.Linq.JValue
137 public JValue(Uri value) in JValue() method in Newtonsoft.Json.Linq.JValue
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/jni-0.14.0/src/wrapper/objects/
H A Djvalue.rs11 pub enum JValue<'a> { enum
30 impl<'a> JValue<'a> { implementation
175 impl<'a> From<bool> for JValue<'a> { implementation
189 impl<'a> From<jchar> for JValue<'a> { implementation
196 impl<'a> From<jshort> for JValue<'a> { implementation
203 impl<'a> From<jfloat> for JValue<'a> { implementation
210 impl<'a> From<jdouble> for JValue<'a> { implementation
217 impl<'a> From<jint> for JValue<'a> { implementation
224 impl<'a> From<jlong> for JValue<'a> { implementation
231 impl<'a> From<jbyte> for JValue<'a> { implementation
[all …]
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Linq/
H A DJValue.cs55 public JValue(JValue other) in JValue() method in Newtonsoft.Json.Linq.JValue
64 public JValue(long value) in JValue() method in Newtonsoft.Json.Linq.JValue
74 public JValue(ulong value) in JValue() method in Newtonsoft.Json.Linq.JValue
83 public JValue(double value) in JValue() method in Newtonsoft.Json.Linq.JValue
92 public JValue(DateTime value) in JValue() method in Newtonsoft.Json.Linq.JValue
101 public JValue(bool value) in JValue() method in Newtonsoft.Json.Linq.JValue
110 public JValue(string value) in JValue() method in Newtonsoft.Json.Linq.JValue
119 public JValue(Guid value) in JValue() method in Newtonsoft.Json.Linq.JValue
128 public JValue(Uri value) in JValue() method in Newtonsoft.Json.Linq.JValue
137 public JValue(TimeSpan value) in JValue() method in Newtonsoft.Json.Linq.JValue
[all …]
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Linq/
H A DJValue.cs62 public JValue(JValue other) in JValue() method in Newtonsoft.Json.Linq.JValue
71 public JValue(long value) in JValue() method in Newtonsoft.Json.Linq.JValue
80 public JValue(decimal value) in JValue() method in Newtonsoft.Json.Linq.JValue
89 public JValue(char value) in JValue() method in Newtonsoft.Json.Linq.JValue
99 public JValue(ulong value) in JValue() method in Newtonsoft.Json.Linq.JValue
108 public JValue(double value) in JValue() method in Newtonsoft.Json.Linq.JValue
117 public JValue(float value) in JValue() method in Newtonsoft.Json.Linq.JValue
146 public JValue(bool value) in JValue() method in Newtonsoft.Json.Linq.JValue
155 public JValue(string value) in JValue() method in Newtonsoft.Json.Linq.JValue
164 public JValue(Guid value) in JValue() method in Newtonsoft.Json.Linq.JValue
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Djvalue.rs12 pub enum JValue<'a> { enum
31 impl<'a> JValue<'a> { impl
187 impl<'a> From<bool> for JValue<'a> { implementation
212 impl<'a> From<jchar> for JValue<'a> { implementation
230 impl<'a> From<jshort> for JValue<'a> { implementation
248 impl<'a> From<jfloat> for JValue<'a> { implementation
266 impl<'a> From<jdouble> for JValue<'a> { implementation
284 impl<'a> From<jint> for JValue<'a> { implementation
302 impl<'a> From<jlong> for JValue<'a> { implementation
320 impl<'a> From<jbyte> for JValue<'a> { implementation
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Djvalue.rs12 pub enum JValue<'a> { enum
31 impl<'a> JValue<'a> { impl
187 impl<'a> From<bool> for JValue<'a> { implementation
212 impl<'a> From<jchar> for JValue<'a> { implementation
230 impl<'a> From<jshort> for JValue<'a> { implementation
248 impl<'a> From<jfloat> for JValue<'a> { implementation
266 impl<'a> From<jdouble> for JValue<'a> { implementation
284 impl<'a> From<jint> for JValue<'a> { implementation
302 impl<'a> From<jlong> for JValue<'a> { implementation
320 impl<'a> From<jbyte> for JValue<'a> { implementation
[all …]
/dports/devel/texlab/texlab-3.3.0/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Djvalue.rs12 pub enum JValue<'a> { enum
31 impl<'a> JValue<'a> { impl
187 impl<'a> From<bool> for JValue<'a> { implementation
212 impl<'a> From<jchar> for JValue<'a> { implementation
230 impl<'a> From<jshort> for JValue<'a> { implementation
248 impl<'a> From<jfloat> for JValue<'a> { implementation
266 impl<'a> From<jdouble> for JValue<'a> { implementation
284 impl<'a> From<jint> for JValue<'a> { implementation
302 impl<'a> From<jlong> for JValue<'a> { implementation
320 impl<'a> From<jbyte> for JValue<'a> { implementation
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/jni-0.19.0/src/wrapper/objects/
H A Djvalue.rs12 pub enum JValue<'a> { enum
31 impl<'a> JValue<'a> { impl
187 impl<'a> From<bool> for JValue<'a> { implementation
212 impl<'a> From<jchar> for JValue<'a> { implementation
230 impl<'a> From<jshort> for JValue<'a> { implementation
248 impl<'a> From<jfloat> for JValue<'a> { implementation
266 impl<'a> From<jdouble> for JValue<'a> { implementation
284 impl<'a> From<jint> for JValue<'a> { implementation
302 impl<'a> From<jlong> for JValue<'a> { implementation
320 impl<'a> From<jbyte> for JValue<'a> { implementation
[all …]
/dports/mail/alpine/alpine-465e23b/imap/src/c-client/
H A Djson.h14 typedef enum {JValue, JString, JLong, JDecimal, JExponential, JNumberError, enumerator
/dports/editors/pico-alpine/alpine-465e23b/imap/src/c-client/
H A Djson.h14 typedef enum {JValue, JString, JLong, JDecimal, JExponential, JNumberError, enumerator
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/bridge/jni/src/
H A Dlogging.rs44 impl From<JavaLogLevel> for JValue<'_> { implementation
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/bridge/shared/src/jni/
H A Dmod.rs560 callback_args: &[JValue], in get_object_with_native_handle()
593 callback_args: &[JValue], in get_object_with_serialization()
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/jni-0.14.0/src/wrapper/
H A Djnienv.rs605 args: &[JValue], in call_static_method_unchecked()
724 args: &[JValue], in call_method_unchecked()
804 args: &[JValue], in call_method()
839 args: &[JValue], in call_static_method()
864 ctor_args: &[JValue], in new_object()
896 ctor_args: &[JValue], in new_object_unchecked()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/jni-0.16.0/src/wrapper/
H A Djnienv.rs633 args: &[JValue], in call_static_method_unchecked()
752 args: &[JValue], in call_method_unchecked()
833 args: &[JValue], in call_method()
870 args: &[JValue], in call_static_method()
895 ctor_args: &[JValue], in new_object()
927 ctor_args: &[JValue], in new_object_unchecked()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/jni-0.19.0/src/wrapper/
H A Djnienv.rs652 args: &[JValue], in call_static_method_unchecked()
771 args: &[JValue], in call_method_unchecked()
852 args: &[JValue], in call_method()
889 args: &[JValue], in call_static_method()
914 ctor_args: &[JValue], in new_object()
946 ctor_args: &[JValue], in new_object_unchecked()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/jni-0.19.0/src/wrapper/
H A Djnienv.rs652 args: &[JValue], in call_static_method_unchecked()
771 args: &[JValue], in call_method_unchecked()
852 args: &[JValue], in call_method()
889 args: &[JValue], in call_static_method()
914 ctor_args: &[JValue], in new_object()
946 ctor_args: &[JValue], in new_object_unchecked()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/jni-0.19.0/src/wrapper/
H A Djnienv.rs652 args: &[JValue], in call_static_method_unchecked()
771 args: &[JValue], in call_method_unchecked()
852 args: &[JValue], in call_method()
889 args: &[JValue], in call_static_method()
914 ctor_args: &[JValue], in new_object()
946 ctor_args: &[JValue], in new_object_unchecked()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/jni-0.19.0/src/wrapper/
H A Djnienv.rs652 args: &[JValue], in call_static_method_unchecked()
771 args: &[JValue], in call_method_unchecked()
852 args: &[JValue], in call_method()
889 args: &[JValue], in call_static_method()
914 ctor_args: &[JValue], in new_object()
946 ctor_args: &[JValue], in new_object_unchecked()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Net.Http.Formatting.cs1178 public JValue(Newtonsoft.Json.Linq.JValue other) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1179 public JValue(bool value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1180 public JValue(System.DateTime value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1181 public JValue(double value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1182 public JValue(System.Guid value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1183 public JValue(long value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1184 public JValue(object value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1185 public JValue(string value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1186 public JValue(System.TimeSpan value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1188 public JValue(ulong value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Net.Http.Formatting.cs1180 public JValue(Newtonsoft.Json.Linq.JValue other) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1181 public JValue(bool value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1182 public JValue(System.DateTime value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1183 public JValue(double value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1184 public JValue(System.Guid value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1185 public JValue(long value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1186 public JValue(object value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1187 public JValue(string value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1188 public JValue(System.TimeSpan value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
1190 public JValue(ulong value) { } in JValue() method in Newtonsoft.Json.Linq.JValue
[all …]