Home
last modified time | relevance | path

Searched refs:native_value (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/
H A DStatusIcon.cs56 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
57 gtk_status_icon_set_from_file(Handle, native_value);
58 GLib.Marshaller.Free (native_value);
65 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
66 gtk_status_icon_set_from_icon_name(Handle, native_value);
67 GLib.Marshaller.Free (native_value);
81 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
82 gtk_status_icon_set_from_stock(Handle, native_value);
83 GLib.Marshaller.Free (native_value);
H A DImage.cs113 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
114 gtk_image_set_from_file(Handle, native_value);
115 GLib.Marshaller.Free (native_value);
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DStatusIcon.custom40 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
41 gtk_status_icon_set_from_file(Handle, native_value);
42 GLib.Marshaller.Free (native_value);
49 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
50 gtk_status_icon_set_from_icon_name(Handle, native_value);
51 GLib.Marshaller.Free (native_value);
65 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
66 gtk_status_icon_set_from_stock(Handle, native_value);
67 GLib.Marshaller.Free (native_value);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dnative_value_traits_impl.cc118 T* native_value = V8T::ToImplWithTypeCheck(isolate, value);
119 if (native_value)
120 return native_value;
142 if (native_value)
143 return native_value;
165 if (!native_value) in NativeValueTraitsBufferSourceNotSharedNativeValue()
167 if (native_value->IsShared()) { in NativeValueTraitsBufferSourceNotSharedNativeValue()
172 return NotShared<T>(native_value); in NativeValueTraitsBufferSourceNotSharedNativeValue()
186 if (!native_value) in NativeValueTraitsBufferSourceNotSharedArgumentValue()
188 if (native_value->IsShared()) { in NativeValueTraitsBufferSourceNotSharedArgumentValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dnative_value_traits_impl.cc75 T* native_value = V8T::ToImplWithTypeCheck(isolate, value);
76 if (native_value)
77 return native_value;
99 if (native_value)
100 return native_value;
122 if (!native_value) in NativeValueTraitsBufferSourceNotSharedNativeValue()
124 if (native_value->IsShared()) { in NativeValueTraitsBufferSourceNotSharedNativeValue()
129 return NotShared<T>(native_value); in NativeValueTraitsBufferSourceNotSharedNativeValue()
143 if (!native_value) in NativeValueTraitsBufferSourceNotSharedArgumentValue()
145 if (native_value->IsShared()) { in NativeValueTraitsBufferSourceNotSharedArgumentValue()
[all …]
/dports/mail/gmime26-sharp/gmime-2.6.23/mono/
H A DHeaderList.custom25 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
26 g_mime_header_list_set (Handle, native_name, native_value);
27 GLib.Marshaller.Free (native_value);
/dports/mail/gmime26/gmime-2.6.23/mono/
H A DHeaderList.custom25 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
26 g_mime_header_list_set (Handle, native_name, native_value);
27 GLib.Marshaller.Free (native_value);
/dports/devel/boost-docs/boost_1_72_0/libs/endian/test/
H A Dconversion_test.cpp43 void native_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in native_value() function
44 void native_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in native_value() function
57 void native_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in native_value() function
58 void native_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in native_value() function
71 void native_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in native_value() function
72 void native_value(uint32_t& x) {x = static_cast<uint32_t>(0xF1E21304UL);} in native_value() function
85 void native_value(int64_t& x) {x = static_cast<int64_t>(0xF1E2D3C444231201ULL);} in native_value() function
86 void native_value(uint64_t& x) {x = static_cast<uint64_t>(0xF1E2D3C444231201ULL);} in native_value() function
105 native_value(native); in test()
246 native_value(native); in udt_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/endian/test/
H A Dconversion_test.cpp43 void native_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in native_value() function
44 void native_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in native_value() function
57 void native_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in native_value() function
58 void native_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in native_value() function
71 void native_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in native_value() function
72 void native_value(uint32_t& x) {x = static_cast<uint32_t>(0xF1E21304UL);} in native_value() function
85 void native_value(int64_t& x) {x = static_cast<int64_t>(0xF1E2D3C444231201ULL);} in native_value() function
86 void native_value(uint64_t& x) {x = static_cast<uint64_t>(0xF1E2D3C444231201ULL);} in native_value() function
105 native_value(native); in test()
246 native_value(native); in udt_test()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp35 void native_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in native_value() function
36 void native_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in native_value() function
49 void native_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in native_value() function
50 void native_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in native_value() function
63 void native_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in native_value() function
64 void native_value(uint32_t& x) {x = static_cast<uint32_t>(0xF1E21304UL);} in native_value() function
77 void native_value(int64_t& x) {x = static_cast<int64_t>(0xF1E2D3C444231201ULL);} in native_value() function
78 void native_value(uint64_t& x) {x = static_cast<uint64_t>(0xF1E2D3C444231201ULL);} in native_value() function
97 native_value(native); in test()
238 native_value(native); in udt_test()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp35 void native_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in native_value() function
36 void native_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in native_value() function
49 void native_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in native_value() function
50 void native_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in native_value() function
63 void native_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in native_value() function
64 void native_value(uint32_t& x) {x = static_cast<uint32_t>(0xF1E21304UL);} in native_value() function
77 void native_value(int64_t& x) {x = static_cast<int64_t>(0xF1E2D3C444231201ULL);} in native_value() function
78 void native_value(uint64_t& x) {x = static_cast<uint64_t>(0xF1E2D3C444231201ULL);} in native_value() function
97 native_value(native); in test()
238 native_value(native); in udt_test()
/dports/databases/percona57-server/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp35 void native_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in native_value() function
36 void native_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in native_value() function
49 void native_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in native_value() function
50 void native_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in native_value() function
63 void native_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in native_value() function
64 void native_value(uint32_t& x) {x = static_cast<uint32_t>(0xF1E21304UL);} in native_value() function
77 void native_value(int64_t& x) {x = static_cast<int64_t>(0xF1E2D3C444231201ULL);} in native_value() function
78 void native_value(uint64_t& x) {x = static_cast<uint64_t>(0xF1E2D3C444231201ULL);} in native_value() function
97 native_value(native); in test()
238 native_value(native); in udt_test()
/dports/databases/xtrabackup/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp35 void native_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in native_value() function
36 void native_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in native_value() function
49 void native_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in native_value() function
50 void native_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in native_value() function
63 void native_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in native_value() function
64 void native_value(uint32_t& x) {x = static_cast<uint32_t>(0xF1E21304UL);} in native_value() function
77 void native_value(int64_t& x) {x = static_cast<int64_t>(0xF1E2D3C444231201ULL);} in native_value() function
78 void native_value(uint64_t& x) {x = static_cast<uint64_t>(0xF1E2D3C444231201ULL);} in native_value() function
97 native_value(native); in test()
238 native_value(native); in udt_test()
/dports/databases/percona57-client/boost_1_59_0/libs/endian/test/
H A Dconversion_test.cpp35 void native_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in native_value() function
36 void native_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in native_value() function
49 void native_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in native_value() function
50 void native_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in native_value() function
63 void native_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in native_value() function
64 void native_value(uint32_t& x) {x = static_cast<uint32_t>(0xF1E21304UL);} in native_value() function
77 void native_value(int64_t& x) {x = static_cast<int64_t>(0xF1E2D3C444231201ULL);} in native_value() function
78 void native_value(uint64_t& x) {x = static_cast<uint64_t>(0xF1E2D3C444231201ULL);} in native_value() function
97 native_value(native); in test()
238 native_value(native); in udt_test()
/dports/devel/boost-libs/boost_1_72_0/libs/endian/test/
H A Dconversion_test.cpp43 void native_value(int8_t& x) {x = static_cast<int8_t>(0xF0U);} in native_value() function
44 void native_value(uint8_t& x) {x = static_cast<uint8_t>(0xF0U);} in native_value() function
57 void native_value(int16_t& x) {x = static_cast<int16_t>(0xF102U);} in native_value() function
58 void native_value(uint16_t& x) {x = static_cast<uint16_t>(0xF102U);} in native_value() function
71 void native_value(int32_t& x) {x = static_cast<int32_t>(0xF1E21304UL);} in native_value() function
72 void native_value(uint32_t& x) {x = static_cast<uint32_t>(0xF1E21304UL);} in native_value() function
85 void native_value(int64_t& x) {x = static_cast<int64_t>(0xF1E2D3C444231201ULL);} in native_value() function
86 void native_value(uint64_t& x) {x = static_cast<uint64_t>(0xF1E2D3C444231201ULL);} in native_value() function
105 native_value(native); in test()
246 native_value(native); in udt_test()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/glib/
H A DSource.cs104 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
105 g_source_set_name(Handle, native_value);
106 GLib.Marshaller.Free (native_value);
284 IntPtr native_value = GLib.Marshaller.StructureToPtrAlloc (value);
285 g_source_set_funcs(Handle, native_value);
286 value = GLib.SourceFuncs.New (native_value);
287 Marshal.FreeHGlobal (native_value);
H A DDate.cs242 IntPtr native_value = GLib.Marshaller.StringToPtrGStrdup (value);
243 g_date_set_parse(Handle, native_value);
244 GLib.Marshaller.Free (native_value);
272 IntPtr native_value = GLib.Marshaller.StructureToPtrAlloc (value);
273 g_date_set_time_val(Handle, native_value);
274 value = GLib.TimeVal.New (native_value);
275 Marshal.FreeHGlobal (native_value);
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Dmacutils.cc74 SInt32 native_value; in GetGestalt() local
75 OSStatus result = Gestalt(ostype, &native_value); in GetGestalt()
77 *value = native_value; in GetGestalt()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Dmacutils.cc98 SInt32 native_value; in GetGestalt() local
99 OSStatus result = Gestalt(ostype, &native_value); in GetGestalt()
101 *value = native_value; in GetGestalt()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/base/
H A Dmacutils.cc78 SInt32 native_value; in GetGestalt() local
79 OSStatus result = Gestalt(ostype, &native_value); in GetGestalt()
81 *value = native_value; in GetGestalt()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/keyring/
H A Dconverter.cc68 size_t Converter::native_value(char const *binary_value) { in native_value() function in keyring::Converter
127 lengths[i] = native_value(data + loc); in convert_data()
129 lengths[i] = native_value(number); in convert_data()
/dports/devel/boost-docs/boost_1_72_0/libs/core/test/
H A Dscoped_enum.cpp97 switch (boost::native_value(str.get_color())) in check_switch_case()
131 native_type_helper(boost::native_value(enum1)); in check_native_type()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/util/regression/trait/assoc/
H A Dnative_type_trait.hpp114native_value(typename _Alloc::template rebind< std::pair<Key_Type, basic_type> >::other… in native_value() function
140 native_value(typename _Alloc::template rebind< in native_value() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/core/test/
H A Dscoped_enum.cpp97 switch (boost::native_value(str.get_color())) in check_switch_case()
131 native_type_helper(boost::native_value(enum1)); in check_native_type()
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/util/regression/trait/assoc/
H A Dnative_type_trait.hpp114native_value(typename _Alloc::template rebind< std::pair<Key_Type, basic_type> >::other… in native_value() function
140 native_value(typename _Alloc::template rebind< in native_value() function

12345678