Home
last modified time | relevance | path

Searched refs:RangeToInclusive (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/clap/src/builder/
Drange.rs165 impl From<std::ops::RangeToInclusive<usize>> for ValueRange {
166 fn from(range: std::ops::RangeToInclusive<usize>) -> Self { in from()
Dvalue_parser.rs440 impl From<std::ops::RangeToInclusive<i64>> for ValueParser {
441 fn from(value: std::ops::RangeToInclusive<i64>) -> Self { in from()
/third_party/rust/crates/os_str_bytes/src/
Draw_str.rs18 use std::ops::RangeToInclusive;
1451 r#impl!(RangeToInclusive<usize>, x, x.end.wrapping_add(1)); implementation
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs18317 impl ops::Index<ops::RangeToInclusive<usize>> for String {
18321 fn index(&self, index: ops::RangeToInclusive<usize>) -> &str {
18362 impl ops::IndexMut<ops::RangeToInclusive<usize>> for String {
18364 fn index_mut(&mut self, index: ops::RangeToInclusive<usize>) -> &mut str {