Searched defs:MULTIPLE (Results 1 – 7 of 7) sorted by relevance
22 … MULTIPLE("May have multiple instances of the same placeholder, eg “{0} cats and {0} dogs”.")// enumConstant
9 const MULTIPLE = 1 << 1; constant
86 MULTIPLE='multiple' variable
10 pub(crate) const MULTIPLE: u64 = 6364136223846793005; constant
48 MULTIPLE, enumerator
93 #define MULTIPLE(test) \ macro