Home
last modified time | relevance | path

Searched defs:try_cast (Results 126 – 134 of 134) sorted by relevance

123456

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/euclid/src/
H A Dvector.rs571 pub fn try_cast<NewT: NumCast>(&self) -> Option<Vector2D<NewT, U>> { in try_cast() method
1232 pub fn try_cast<NewT: NumCast>(&self) -> Option<Vector3D<NewT, U>> { in try_cast() method
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/euclid-0.20.10/src/
H A Dvector.rs567 pub fn try_cast<NewT: NumCast>(&self) -> Option<Vector2D<NewT, U>> { in try_cast() method
1367 pub fn try_cast<NewT: NumCast>(&self) -> Option<Vector3D<NewT, U>> { in try_cast() method
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/euclid-0.20.10/src/
H A Dvector.rs567 pub fn try_cast<NewT: NumCast>(&self) -> Option<Vector2D<NewT, U>> { in try_cast() method
1367 pub fn try_cast<NewT: NumCast>(&self) -> Option<Vector3D<NewT, U>> { in try_cast() method
/dports/www/firefox/firefox-99.0/third_party/rust/euclid/src/
H A Dvector.rs635 pub fn try_cast<NewT: NumCast>(self) -> Option<Vector2D<NewT, U>> { in try_cast() method
1497 pub fn try_cast<NewT: NumCast>(self) -> Option<Vector3D<NewT, U>> { in try_cast() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/euclid/src/
H A Dvector.rs635 pub fn try_cast<NewT: NumCast>(self) -> Option<Vector2D<NewT, U>> { in try_cast() method
1497 pub fn try_cast<NewT: NumCast>(self) -> Option<Vector3D<NewT, U>> { in try_cast() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/euclid/src/
H A Dvector.rs635 pub fn try_cast<NewT: NumCast>(self) -> Option<Vector2D<NewT, U>> { in try_cast() method
1497 pub fn try_cast<NewT: NumCast>(self) -> Option<Vector3D<NewT, U>> { in try_cast() method
/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/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

123456