Home
last modified time | relevance | path

Searched refs:to_ord (Results 1 – 5 of 5) sorted by relevance

/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcpp_stl_algo_modifying_sequence_ops.pyx117 cdef int to_ord(unsigned char c): function
129 transform(s.begin(), s.end(), back_inserter(ordinals), to_ord)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/astconv/
H A Dgenerics.rs134 let kind_ord = param.kind.to_ord(tcx); in generic_arg_mismatch_err()
135 let arg_ord = arg.to_ord(tcx.features()); in generic_arg_mismatch_err()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dgenerics.rs27 pub fn to_ord(&self, tcx: TyCtxt<'_>) -> ast::ParamKindOrd { in to_ord() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_hir/src/
H A Dhir.rs327 pub fn to_ord(&self, feats: &rustc_feature::Features) -> ast::ParamKindOrd { in to_ord() method
/dports/sysutils/dnf/dnf-4.9.0/
H A Ddnf.spec2029 - pycomp: drop to_ord(). (Ales Kozumplik) function