Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/string/
H A DnsTextFormatter.h94 explicit BoxedValue(int aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() argument
96 explicit BoxedValue(unsigned int aArg) : mKind(UINT) { in BoxedValue() argument
100 explicit BoxedValue(long aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() argument
102 explicit BoxedValue(unsigned long aArg) : mKind(UINT) { in BoxedValue() function
108 explicit BoxedValue(unsigned long long aArg) : mKind(UINT) { in BoxedValue() function
112 explicit BoxedValue(const void* aArg) : mKind(POINTER) { in BoxedValue() function
118 explicit BoxedValue(const char* aArg) : mKind(STRING) { in BoxedValue() function
122 explicit BoxedValue(const char16_t* aArg) : mKind(STRING16) { in BoxedValue() function
127 explicit BoxedValue(const char16ptr_t aArg) : mKind(STRING16) { in BoxedValue() function
133 explicit BoxedValue(int* aArg) : mKind(INTPOINTER) { in BoxedValue() argument
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/string/
H A DnsTextFormatter.h95 explicit BoxedValue(int aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() argument
97 explicit BoxedValue(unsigned int aArg) : mKind(UINT) { in BoxedValue() function
101 explicit BoxedValue(long aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() argument
103 explicit BoxedValue(unsigned long aArg) : mKind(UINT) { in BoxedValue() argument
109 explicit BoxedValue(unsigned long long aArg) : mKind(UINT) { in BoxedValue() function
113 explicit BoxedValue(const void* aArg) : mKind(POINTER) { in BoxedValue() function
119 explicit BoxedValue(const char* aArg) : mKind(STRING) { in BoxedValue() argument
123 explicit BoxedValue(const char16_t* aArg) : mKind(STRING16) { in BoxedValue() function
128 explicit BoxedValue(const char16ptr_t aArg) : mKind(STRING16) { in BoxedValue() function
134 explicit BoxedValue(int* aArg) : mKind(INTPOINTER) { in BoxedValue() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/string/
H A DnsTextFormatter.h94 explicit BoxedValue(int aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() argument
96 explicit BoxedValue(unsigned int aArg) : mKind(UINT) { in BoxedValue() argument
100 explicit BoxedValue(long aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() argument
102 explicit BoxedValue(unsigned long aArg) : mKind(UINT) { in BoxedValue() argument
108 explicit BoxedValue(unsigned long long aArg) : mKind(UINT) { in BoxedValue() function
112 explicit BoxedValue(const void* aArg) : mKind(POINTER) { in BoxedValue() argument
118 explicit BoxedValue(const char* aArg) : mKind(STRING) { in BoxedValue() function
122 explicit BoxedValue(const char16_t* aArg) : mKind(STRING16) { in BoxedValue() function
127 explicit BoxedValue(const char16ptr_t aArg) : mKind(STRING16) { in BoxedValue() argument
133 explicit BoxedValue(int* aArg) : mKind(INTPOINTER) { in BoxedValue() function
[all …]
/dports/www/firefox/firefox-99.0/xpcom/string/
H A DnsTextFormatter.h94 explicit BoxedValue(int aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() function
96 explicit BoxedValue(unsigned int aArg) : mKind(UINT) { in BoxedValue() argument
100 explicit BoxedValue(long aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() function
102 explicit BoxedValue(unsigned long aArg) : mKind(UINT) { in BoxedValue() argument
108 explicit BoxedValue(unsigned long long aArg) : mKind(UINT) { in BoxedValue() function
112 explicit BoxedValue(const void* aArg) : mKind(POINTER) { in BoxedValue() argument
118 explicit BoxedValue(const char* aArg) : mKind(STRING) { in BoxedValue() argument
122 explicit BoxedValue(const char16_t* aArg) : mKind(STRING16) { in BoxedValue() argument
127 explicit BoxedValue(const char16ptr_t aArg) : mKind(STRING16) { in BoxedValue() argument
133 explicit BoxedValue(int* aArg) : mKind(INTPOINTER) { in BoxedValue() function
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/string/
H A DnsTextFormatter.h94 explicit BoxedValue(int aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() argument
96 explicit BoxedValue(unsigned int aArg) : mKind(UINT) { in BoxedValue() argument
100 explicit BoxedValue(long aArg) : mKind(INT) { mValue.mInt = aArg; } in BoxedValue() argument
102 explicit BoxedValue(unsigned long aArg) : mKind(UINT) { in BoxedValue() argument
108 explicit BoxedValue(unsigned long long aArg) : mKind(UINT) { in BoxedValue() function
112 explicit BoxedValue(const void* aArg) : mKind(POINTER) { in BoxedValue() argument
118 explicit BoxedValue(const char* aArg) : mKind(STRING) { in BoxedValue() function
122 explicit BoxedValue(const char16_t* aArg) : mKind(STRING16) { in BoxedValue() argument
127 explicit BoxedValue(const char16ptr_t aArg) : mKind(STRING16) { in BoxedValue() function
133 explicit BoxedValue(int* aArg) : mKind(INTPOINTER) { in BoxedValue() function
[all …]
/dports/graphics/proj/proj-7.2.1/src/iso19111/
H A Dutil.cpp125 BoxedValue::BoxedValue() : d(internal::make_unique<Private>(std::string())) {} in BoxedValue() function in util::BoxedValue
131 BoxedValue::BoxedValue(const char *stringValueIn) in BoxedValue() function in util::BoxedValue
139 BoxedValue::BoxedValue(const std::string &stringValueIn) in BoxedValue() function in util::BoxedValue
146 BoxedValue::BoxedValue(int integerValueIn) in BoxedValue() function in util::BoxedValue
153 BoxedValue::BoxedValue(bool booleanValueIn) in BoxedValue() function in util::BoxedValue
159 BoxedValue::BoxedValue(const BoxedValue &other) in BoxedValue() function in util::BoxedValue
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DTypes.h174 struct BoxedValue struct
176 BoxedValue<T>(T v) : val(v) {}; in val() argument
184 typedef _Types::BoxedValue<BOOLEAN> BOOLEAN_S; argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/
H A D__Canon.cs63 private T BoxedValue; field in System.T
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/settings/detail/
H A DSettingsImpl.h99 explicit BoxedValue(const SettingContents<T>& value) in BoxedValue() function
107 BoxedValue(const T& value, StringPiece reason, SettingCore<T>& core) in BoxedValue() function
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/glib-0.14.4/src/
H A Dvalue.rs535 impl StaticType for BoxedValue { implementation
1092 pub struct BoxedValue(pub Value); struct
1094 impl Deref for BoxedValue { implementation
1102 impl ValueType for BoxedValue { implementation
1106 unsafe impl<'a> FromValue<'a> for BoxedValue { implementation
1115 impl ToValue for BoxedValue { implementation
1134 impl ToValueOptional for BoxedValue { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/glib/src/
H A Dvalue.rs535 impl StaticType for BoxedValue { implementation
1092 pub struct BoxedValue(pub Value); struct
1094 impl Deref for BoxedValue { implementation
1102 impl ValueType for BoxedValue { implementation
1106 unsafe impl<'a> FromValue<'a> for BoxedValue { implementation
1115 impl ToValue for BoxedValue { implementation
1134 impl ToValueOptional for BoxedValue { implementation
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/glib-0.14.8/src/
H A Dvalue.rs535 impl StaticType for BoxedValue { implementation
1092 pub struct BoxedValue(pub Value); struct
1094 impl Deref for BoxedValue { implementation
1102 impl ValueType for BoxedValue { implementation
1106 unsafe impl<'a> FromValue<'a> for BoxedValue { implementation
1115 impl ToValue for BoxedValue { implementation
1134 impl ToValueOptional for BoxedValue { implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.14.8/src/
H A Dvalue.rs535 impl StaticType for BoxedValue { implementation
1092 pub struct BoxedValue(pub Value); struct
1094 impl Deref for BoxedValue { implementation
1102 impl ValueType for BoxedValue { implementation
1106 unsafe impl<'a> FromValue<'a> for BoxedValue { implementation
1115 impl ToValue for BoxedValue { implementation
1134 impl ToValueOptional for BoxedValue { implementation
/dports/x11/sirula/sirula-1.0.0/cargo-crates/glib-0.14.8/src/
H A Dvalue.rs535 impl StaticType for BoxedValue { implementation
1092 pub struct BoxedValue(pub Value); struct
1094 impl Deref for BoxedValue { implementation
1102 impl ValueType for BoxedValue { implementation
1106 unsafe impl<'a> FromValue<'a> for BoxedValue { implementation
1115 impl ToValue for BoxedValue { implementation
1134 impl ToValueOptional for BoxedValue { implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/glib-0.14.2/src/
H A Dvalue.rs535 impl StaticType for BoxedValue { implementation
1092 pub struct BoxedValue(pub Value); struct
1094 impl Deref for BoxedValue { implementation
1102 impl ValueType for BoxedValue { implementation
1106 unsafe impl<'a> FromValue<'a> for BoxedValue { implementation
1115 impl ToValue for BoxedValue { implementation
1134 impl ToValueOptional for BoxedValue { implementation
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/glib-0.14.2/src/
H A Dvalue.rs535 impl StaticType for BoxedValue { implementation
1092 pub struct BoxedValue(pub Value); struct
1094 impl Deref for BoxedValue { implementation
1102 impl ValueType for BoxedValue { implementation
1106 unsafe impl<'a> FromValue<'a> for BoxedValue { implementation
1115 impl ToValue for BoxedValue { implementation
1134 impl ToValueOptional for BoxedValue { implementation
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/threading/
H A Dsequence_bound_unittest.cc76 class BoxedValue { class
78 explicit BoxedValue(int initial_value) : value_(initial_value) {} in BoxedValue() function in base::BoxedValue
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Interop/src/Shared/
H A DMcgData.cs435 public class BoxedValue : IManagedWrapper class
441 public BoxedValue(object val, int type) in BoxedValue() method in System.Runtime.InteropServices.BoxedValue
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/threading/
H A Dsequence_bound_unittest.cc86 class BoxedValue { class
88 explicit BoxedValue(int initial_value) : value_(initial_value) {} in BoxedValue() function in base::BoxedValue
/dports/graphics/proj/proj-7.2.1/include/proj/
H A Dutil.hpp389 class BoxedValue final : public BaseObject { class
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DCompilerTypeSystemContext.BoxedTypes.cs258 public FieldDesc BoxedValue { get; } property in ILCompiler.CompilerTypeSystemContext.BoxedValueType