Home
last modified time | relevance | path

Searched defs:try_cast (Results 1 – 25 of 134) sorted by path

123456

/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/bytemuck-1.4.1/src/
H A Dlib.rs332 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() function
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/bytemuck-1.7.3/src/
H A Dlib.rs361 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() function
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_converter.c61 grn_bool try_cast = GRN_FALSE; in grn_mrb_value_to_raw_data() local
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_converter.c61 grn_bool try_cast = GRN_FALSE; in grn_mrb_value_to_raw_data() local
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_converter.c61 grn_bool try_cast = GRN_FALSE; in grn_mrb_value_to_raw_data() local
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_converter.c61 grn_bool try_cast = GRN_FALSE; in grn_mrb_value_to_raw_data() local
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_converter.c61 grn_bool try_cast = GRN_FALSE; in grn_mrb_value_to_raw_data() local
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/lib/mrb/
H A Dmrb_converter.c61 grn_bool try_cast = GRN_FALSE; in grn_mrb_value_to_raw_data() local
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/dialects/mssql/
H A Dbase.py1238 try_cast = public_factory(TryCast, ".dialects.mssql.try_cast") variable
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/dialects/mssql/
H A Dbase.py1384 try_cast = public_factory(TryCast, ".dialects.mssql.try_cast") variable
/dports/devel/boost-docs/boost_1_72_0/boost/histogram/detail/
H A Dtry_cast.hpp39 decltype(auto) try_cast(U&& u) noexcept(std::is_convertible<U, T>::value) { in try_cast() function
/dports/devel/boost-libs/boost_1_72_0/boost/histogram/detail/
H A Dtry_cast.hpp39 decltype(auto) try_cast(U&& u) noexcept(std::is_convertible<U, T>::value) { in try_cast() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/histogram/detail/
H A Dtry_cast.hpp39 decltype(auto) try_cast(U&& u) noexcept(std::is_convertible<U, T>::value) { in try_cast() function
/dports/devel/entt/entt-3.8.1/single_include/entt/
H A Dentt.hpp33104 [[nodiscard]] const Type * try_cast() const { in try_cast() function in entt::meta_any
33118 [[nodiscard]] Type * try_cast() { in try_cast() function in entt::meta_any
36296 [[nodiscard]] const Type * try_cast() const { in try_cast() function in entt::meta_any
36310 [[nodiscard]] Type * try_cast() { in try_cast() function in entt::meta_any
/dports/devel/entt/entt-3.8.1/src/entt/meta/
H A Dmeta.hpp389 [[nodiscard]] const Type * try_cast() const { in try_cast() function in entt::meta_any
403 [[nodiscard]] Type * try_cast() { in try_cast() function in entt::meta_any
/dports/devel/gitui/gitui-0.10.1/cargo-crates/bytemuck-1.2.0/src/
H A Dlib.rs317 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/bytemuck-1.2.0/src/
H A Dlib.rs317 pub fn try_cast<A: Pod, B: Pod>(a: A) -> Result<B, PodCastError> { in try_cast() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/euclid-0.20.10/src/
H A Dbox2d.rs505 pub fn try_cast<NewT: NumCast>(&self) -> Option<Box2D<NewT, U>> { in try_cast() function
H A Dbox3d.rs510 pub fn try_cast<NewT: NumCast>(&self) -> Option<Box3D<NewT, U>> { in try_cast() function
H A Dlength.rs133 pub fn try_cast<NewT: NumCast>(&self) -> Option<Length<NewT, U>> { in try_cast() method
H A Dpoint.rs405 pub fn try_cast<NewT: NumCast>(&self) -> Option<Point2D<NewT, U>> { in try_cast() method
1103 pub fn try_cast<NewT: NumCast>(&self) -> Option<Point3D<NewT, U>> { in try_cast() method
H A Drect.rs507 pub fn try_cast<NewT: NumCast>(&self) -> Option<Rect<NewT, U>> { in try_cast() method
H A Dscale.rs249 pub fn try_cast<NewT: NumCast>(&self) -> Option<Scale<NewT, Src, Dst>> { in try_cast() method
H A Dsize.rs294 pub fn try_cast<NewT: NumCast>(&self) -> Option<Size2D<NewT, U>> { in try_cast() method
1137 pub fn try_cast<NewT: NumCast>(&self) -> Option<Size3D<NewT, U>> { in try_cast() method
H A Dtransform2d.rs293 pub fn try_cast<NewT: NumCast>(&self) -> Option<Transform2D<NewT, Src, Dst>> { in try_cast() method

123456