Searched refs:Permutation (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/nom/src/branch/ |
H A D | mod.rs | 56 pub trait Permutation<I, O, E> { traits 63 /// Permutation will succeed if all of the child parsers succeeded. 106 pub fn permutation<I: Clone, O, E: ParseError<I>, List: Permutation<I, O, E>>( in permutation() 195 > Permutation<Input, ( $($ty),+ ), Error> for ( $($name),+ ) { 208 return Err(Err::Error(Error::append(input, ErrorKind::Permutation, err))); in permutation()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/ |
H A D | permutate.go | 51 // Permutation describes a single permutation of an overload 52 type Permutation struct { type 59 func (p *Permuter) Permute(overload *sem.Overload) ([]Permutation, error) { 67 out := []Permutation{} 104 out = append(out, Permutation{ 120 next := permutate // Permutation chaining 139 next := permutate // Permutation chaining 282 next := permutate // Permutation chaining
|
H A D | generate.go | 139 func (g *generator) permute(overload *sem.Overload) ([]Permutation, error) {
|
Completed in 2 milliseconds