Home
last modified time | relevance | path

Searched defs:Permutation (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dpermutate.go52 type Permutation struct { struct
53 sem.Overload // The permutated overload signature
54 Desc string // Description of the overload
55 Hash string // Hash of the overload
/third_party/rust/crates/nom/src/branch/
Dmod.rs56 pub trait Permutation<I, O, E> { trait
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
Darg_matrix.rs34 Permutation(Vec<Option<usize>>), enumerator
55 Permutation(Vec<(ExpectedIdx, ProvidedIdx)>), enumerator
/third_party/rust/crates/nom/src/
Derror.rs410 Permutation, enumerator