Lines Matching defs:ref
150 static ref RE: Mutex<Regex> = Mutex::new($re);
151 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
188 static ref RE: Mutex<Regex> = Mutex::new(regex!($pattern));
189 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
221 static ref RE: Mutex<Regex> = Mutex::new($pattern);
222 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
244 static ref RE: Mutex<RegexSet> = Mutex::new($re);
245 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
272 static ref RE: Mutex<RegexSet> = Mutex::new($re);
273 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));