Searched refs:compare_no_case (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/nom/src/ |
H A D | traits.rs | 727 fn compare_no_case(&self, t: T) -> CompareResult; in compare_no_case() functions 771 fn compare_no_case(&self, t: &'b [u8]) -> CompareResult { in compare_no_case() functions 811 fn compare_no_case(&self, t: O) -> CompareResult { in compare_no_case() functions 832 fn compare_no_case(&self, t: &'b str) -> CompareResult { in compare() functions 833 self.compare_no_case(AsBytes::as_bytes(t)) in compare() 845 fn compare_no_case(&self, t: &'b str) -> CompareResult { in compare_no_case() functions 870 fn compare_no_case(&self, t: &'b [u8]) -> CompareResult { in compare() functions 871 AsBytes::as_bytes(self).compare_no_case(t) in compare() 1097 fn compare_no_case(&self, t: [u8;$N]) -> CompareResult { in compare_no_case() functions 1098 self.compare_no_case( in compare_no_case() 1109 fn compare_no_case(&self, t: &'b [u8;$N]) -> CompareResult { compare() functions [all...] |
/third_party/rust/crates/nom/src/bytes/ |
H A D | streaming.rs | 84 let res: IResult<_, _, Error> = match (i).compare_no_case(t) { in tag_no_case()
|
H A D | complete.rs | 85 let res: IResult<_, _, Error> = match (i).compare_no_case(t) { in tag_no_case()
|
Completed in 4 milliseconds