Home
last modified time | relevance | path

Searched defs:convert_from (Results 1 – 25 of 106) sorted by relevance

12345

/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/variant/
H A Dvariant_data_converter.h122 struct convert_from struct
124 static RTTR_INLINE bool to(const T& from, bool& to) in to()
129 static RTTR_INLINE bool to(const T& from, char& to) in to()
134 static RTTR_INLINE bool to(const T& from, int8_t& to) in to()
139 static RTTR_INLINE bool to(const T& from, int16_t& to) in to()
144 static RTTR_INLINE bool to(const T& from, int32_t& to) in to()
149 static RTTR_INLINE bool to(const T& from, int64_t& to) in to()
154 static RTTR_INLINE bool to(const T& from, uint8_t& to) in to()
159 static RTTR_INLINE bool to(const T& from, uint16_t& to) in to()
174 static RTTR_INLINE bool to(const T& from, float& to) in to()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/bridge/shared/src/ffi/
H A Dconvert.rs79 fn convert_from(foreign: Self::ArgType) -> SignalFfiResult<Self>; in convert_from() method
126 fn convert_from(foreign: Self::ArgType, size: usize) -> SignalFfiResult<Self>; in convert_from() method
157 fn convert_from(input: Self::ArgType, input_len: usize) -> SignalFfiResult<Self> { in convert_from() method
172 fn convert_from(input: Self::ArgType, input_len: usize) -> SignalFfiResult<Self> { in convert_from() method
187 fn convert_from(input: Self::ArgType) -> SignalFfiResult<Self> { in convert_from() method
195 fn convert_from(foreign: u32) -> SignalFfiResult<Self> { in convert_from() method
208 fn convert_from(foreign: *const c_char) -> SignalFfiResult<Self> { in convert_from() method
223 fn convert_from(foreign: *const c_char) -> SignalFfiResult<Self> { in convert_from() method
234 fn convert_from(foreign: *mut c_void) -> SignalFfiResult<Self> { in convert_from() method
241 fn convert_from(foreign: Self::ArgType) -> SignalFfiResult<Self> { in convert_from() method
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_marshal.h250 static _FORCE_INLINE_ M_Vector2 convert_from(const Vector2 &p_from) { in convert_from() function
265 static _FORCE_INLINE_ M_Rect2 convert_from(const Rect2 &p_from) { in convert_from() function
280 static _FORCE_INLINE_ M_Transform2D convert_from(const Transform2D &p_from) { in convert_from() function
297 static _FORCE_INLINE_ M_Vector3 convert_from(const Vector3 &p_from) { in convert_from() function
312 static _FORCE_INLINE_ M_Basis convert_from(const Basis &p_from) { in convert_from() function
329 static _FORCE_INLINE_ M_Quat convert_from(const Quat &p_from) { in convert_from() function
343 static _FORCE_INLINE_ M_Transform convert_from(const Transform &p_from) { in convert_from() function
357 static _FORCE_INLINE_ M_AABB convert_from(const AABB &p_from) { in convert_from() function
370 static _FORCE_INLINE_ M_Color convert_from(const Color &p_from) { in convert_from() function
384 static _FORCE_INLINE_ M_Plane convert_from(const Plane &p_from) { in convert_from() function
/dports/devel/godot/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_marshal.h250 static _FORCE_INLINE_ M_Vector2 convert_from(const Vector2 &p_from) { in convert_from() function
265 static _FORCE_INLINE_ M_Rect2 convert_from(const Rect2 &p_from) { in convert_from() function
280 static _FORCE_INLINE_ M_Transform2D convert_from(const Transform2D &p_from) { in convert_from() function
297 static _FORCE_INLINE_ M_Vector3 convert_from(const Vector3 &p_from) { in convert_from() function
312 static _FORCE_INLINE_ M_Basis convert_from(const Basis &p_from) { in convert_from() function
329 static _FORCE_INLINE_ M_Quat convert_from(const Quat &p_from) { in convert_from() function
343 static _FORCE_INLINE_ M_Transform convert_from(const Transform &p_from) { in convert_from() function
357 static _FORCE_INLINE_ M_AABB convert_from(const AABB &p_from) { in convert_from() function
370 static _FORCE_INLINE_ M_Color convert_from(const Color &p_from) { in convert_from() function
384 static _FORCE_INLINE_ M_Plane convert_from(const Plane &p_from) { in convert_from() function
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/bridge/shared/src/jni/
H A Dconvert.rs86 fn convert_from(env: &JNIEnv, foreign: Self::ArgType) -> SignalJniResult<Self>; in convert_from() method
141 fn convert_from(_env: &JNIEnv, foreign: jint) -> SignalJniResult<Self> { in convert_from() method
151 fn convert_from(env: &JNIEnv, foreign: jint) -> SignalJniResult<Self> { in convert_from() method
166 fn convert_from(_env: &JNIEnv, foreign: jlong) -> SignalJniResult<Self> { in convert_from() method
174 fn convert_from(_env: &JNIEnv, foreign: jint) -> SignalJniResult<Self> { in convert_from() method
181 fn convert_from(env: &JNIEnv, foreign: JString<'a>) -> SignalJniResult<Self> { in convert_from() method
188 fn convert_from(env: &JNIEnv, foreign: JString<'a>) -> SignalJniResult<Self> { in convert_from() method
199 fn convert_from(env: &JNIEnv, foreign: JObject<'a>) -> SignalJniResult<Self> { in convert_from() method
292 fn convert_from(_env: &JNIEnv, foreign: JObject<'a>) -> SignalJniResult<Self> { in convert_from() method
312 fn convert_from(env: &JNIEnv, foreign: Self::ArgType) -> SignalJniResult<Self> { in convert_from() method
/dports/science/nwchem-data/nwchem-7.0.2-release/src/cca/Chemistry/server/cxx/
H A DNWChem_Physics_Units_Impl.cc87 NWChem::Physics_Units_impl::convert_from ( in convert_from() function in NWChem::Physics_Units_impl
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/cca/Chemistry/server/cxx/
H A DNWChem_Physics_Units_Impl.cc87 NWChem::Physics_Units_impl::convert_from ( in convert_from() function in NWChem::Physics_Units_impl
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/cxx/tests/
H A Dtest_depth.cpp41 BOOST_AUTO_TEST_CASE(convert_from) in BOOST_AUTO_TEST_CASE() argument
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/cxx/tests/
H A Dtest_depth.cpp41 BOOST_AUTO_TEST_CASE(convert_from) in BOOST_AUTO_TEST_CASE() argument
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/cxx/tests/
H A Dtest_depth.cpp41 BOOST_AUTO_TEST_CASE(convert_from) in BOOST_AUTO_TEST_CASE() argument
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/cxx/tests/
H A Dtest_depth.cpp41 BOOST_AUTO_TEST_CASE(convert_from) in BOOST_AUTO_TEST_CASE() argument
/dports/science/mpqc/mpqc-2.3.1/src/lib/chemistry/cca/
H A DMPQC_Physics_Units_Impl.cc88 MPQC::Physics_Units_impl::convert_from ( in convert_from() function in MPQC::Physics_Units_impl
/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/
H A Dclock.inl82 enum aws_timestamp_unit convert_from,
/dports/devel/hyperscan/boost_1_75_0/libs/gil/test/core/color/
H A Ddefault_color_converter_impl.cpp53 gil::default_color_converter_impl<Dst, Src> convert_from; in operator ()() local
/dports/math/py-sympy/sympy-1.9/sympy/polys/domains/
H A Dexpressionrawdomain.py45 def convert_from(self, a, K): member in ExpressionRawDomain
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/type_erasure/detail/
H A Ddynamic_vtable.hpp73 void convert_from(const Src& src) { in convert_from() function
H A Dvtable.hpp127 void convert_from(const Src& src) in convert_from() function
154 void convert_from(const Src& src) {} in convert_from() function
/dports/devel/boost-docs/boost_1_72_0/boost/type_erasure/detail/
H A Dvtable.hpp128 void convert_from(const Src& src) in convert_from() function
155 void convert_from(const Src& /*src*/) {} in convert_from() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/type_erasure/detail/
H A Dvtable.hpp128 void convert_from(const Src& src) in convert_from() function
155 void convert_from(const Src& /*src*/) {} in convert_from() function
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/type_erasure/detail/
H A Dvtable.hpp127 void convert_from(const Src& src) in convert_from() function
154 void convert_from(const Src& src) {} in convert_from() function
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/type_erasure/detail/
H A Dvtable.hpp128 void convert_from(const Src& src) in convert_from() function
155 void convert_from(const Src& /*src*/) {} in convert_from() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/type_erasure/detail/
H A Dvtable.hpp128 void convert_from(const Src& src) in convert_from() function
155 void convert_from(const Src& /*src*/) {} in convert_from() function
/dports/databases/xtrabackup/boost_1_59_0/boost/type_erasure/detail/
H A Dvtable.hpp127 void convert_from(const Src& src) in convert_from() function
154 void convert_from(const Src& src) {} in convert_from() function
/dports/databases/percona57-server/boost_1_59_0/boost/type_erasure/detail/
H A Dvtable.hpp127 void convert_from(const Src& src) in convert_from() function
154 void convert_from(const Src& src) {} in convert_from() function
/dports/databases/percona57-client/boost_1_59_0/boost/type_erasure/detail/
H A Dvtable.hpp127 void convert_from(const Src& src) in convert_from() function
154 void convert_from(const Src& src) {} in convert_from() function

12345