Searched refs:match_position (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/rayon/src/iter/find_first_last/ |
D | mod.rs | 65 match_position: MatchPosition, field 70 fn new(find_op: &'p P, match_position: MatchPosition, best_found: &'p AtomicUsize) -> Self { in new() 75 match_position, in new() 81 match self.match_position { in current_index() 98 let dir = self.match_position; in split_at() 103 match_position: dir, in split_at() 112 match_position: self.match_position, in into_folder() 124 self.match_position, in full() 154 match_position: self.match_position, in split_off_left() 161 match_position: self.match_position, in to_reducer() [all …]
|
D | test.rs | 85 match_position: MatchPosition::Leftmost, in find_first_folder_does_not_clobber_first_found() 100 match_position: MatchPosition::Rightmost, in find_last_folder_yields_last_match()
|
/external/llvm/utils/lit/lit/ |
D | TestRunner.py | 583 match_position = match.start() 585 match_position) 586 last_match_position = match_position
|
/external/llvm-project/llvm/utils/lit/lit/ |
D | TestRunner.py | 1038 match_position = match.start() 1040 match_position) 1041 last_match_position = match_position
|