Home
last modified time | relevance | path

Searched defs:is_trait (Results 1 – 23 of 23) sorted by relevance

/dports/devel/py-mypy/mypy-0.910/mypyc/irbuild/
H A Dutil.py16 def is_trait(cdef: ClassDef) -> bool: function
/dports/net/ntp/ntp-4.2.8p15/sntp/unity/
H A Dunity.c710 _U_SINT is_trait = !should_be_trait; in UnityAssertFloatSpecial() local
872 _U_SINT is_trait = !should_be_trait; in UnityAssertDoubleSpecial() local
/dports/net/libzmq4/zeromq-4.3.4/external/unity/
H A Dunity.c780 UNITY_INT is_trait = !should_be_trait; in UnityAssertFloatSpecial() local
910 UNITY_INT is_trait = !should_be_trait; in UnityAssertDoubleSpecial() local
/dports/devel/libcjson/cJSON-1.7.15/tests/unity/src/
H A Dunity.c780 UNITY_INT is_trait = !should_be_trait; in UnityAssertFloatSpecial() local
910 UNITY_INT is_trait = !should_be_trait; in UnityAssertDoubleSpecial() local
/dports/sysutils/hstr/hstr-2.3/test/unity/src/c/
H A Dunity.c781 UNITY_INT is_trait = !should_be_trait; in UnityAssertFloatSpecial() local
911 UNITY_INT is_trait = !should_be_trait; in UnityAssertDoubleSpecial() local
/dports/security/duo/duo_unix-1.11.4/tests/unity_tests/Unity-2.4.3/src/
H A Dunity.c780 UNITY_INT is_trait = !should_be_trait; in UnityAssertFloatSpecial() local
910 UNITY_INT is_trait = !should_be_trait; in UnityAssertDoubleSpecial() local
/dports/devel/z88dk/z88dk/ext/Unity/src/
H A Dunity.c780 UNITY_INT is_trait = !should_be_trait; in UnityAssertFloatSpecial() local
910 UNITY_INT is_trait = !should_be_trait; in UnityAssertDoubleSpecial() local
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dwiz-you.cc701 bool is_trait = false; in reset_ds_muts_from_schedule() local
H A Dmutation.cc607 bool is_trait = false; in validate_mutations() local
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/tests/unity/
H A Dunity.c978 UNITY_INT is_trait = !should_be_trait; in UnityAssertFloatSpecial() local
1119 UNITY_INT is_trait = !should_be_trait; in UnityAssertDoubleSpecial() local
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/src/
H A Dtypes.rs891 let is_trait = |b: &ast::GenericBound| match b { in is_generic_bounds_in_order() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dutil.rs436 pub fn is_trait(self, def_id: DefId) -> bool { in is_trait() method
H A Dsty.rs1906 pub fn is_trait(&self) -> bool { in is_trait() method
/dports/devel/racer/racer-2.1.48/src/racer/
H A Dast_types.rs1035 pub(crate) fn is_trait(&self) -> bool { in is_trait() method
/dports/devel/racer/racer-2.1.48/cargo-crates/racer-2.1.47/src/racer/
H A Dast_types.rs1035 pub(crate) fn is_trait(&self) -> bool { in is_trait() method
/dports/lang/rust/rustc-1.58.1-src/vendor/racer/src/racer/
H A Dast_types.rs1035 pub(crate) fn is_trait(&self) -> bool { in is_trait() method
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/meta/
H A Dmeta.hpp644 using is_trait = bool_<is_trait_v<T>>; typedef
682 using is_trait = _t<detail::is_trait_<T>>; typedef
/dports/devel/range-v3/range-v3-0.11.0/include/meta/
H A Dmeta.hpp644 using is_trait = bool_<is_trait_v<T>>; typedef
682 using is_trait = _t<detail::is_trait_<T>>; typedef
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dcollect.rs2019 let mut is_trait = None; in gather_explicit_predicates_of() localVariable
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/html/render/
H A Dmod.rs1714 let is_trait = i.inner_impl().trait_.is_some(); in render_impl_summary() localVariable
/dports/devel/py-traitlets/traitlets-5.1.1/traitlets/
H A Dtraitlets.py177 def is_trait(t): function
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dtypes.rs530 crate fn is_trait(&self) -> bool { in is_trait() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/
H A Dlib.rs623 fn is_trait(&self) -> bool { in is_trait() method