Home
last modified time | relevance | path

Searched defs:consistent (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/regex/tests/
Dtest_crates_regex.rs33 mod consistent; module
37 macro_rules! consistent { macro
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dliteral_representation.rs280 let consistent = Self::parts_consistent(integral_group_size, in check_lit() localVariable
/third_party/rust/crates/syn/src/
Ditem.rs3363 let consistent = match (&self.reference, &self.mutability, &*self.ty) { in to_tokens() localVariable