Lines Matching refs:Text
50 // Builds a ::Text from an owned string.
63 use crate::ffi::tcl::Text;
64 Text::new($text)
67 type Text = ffi::tcl::Text;
75 type Text = Vec<u8>;
80 type Text = String;
151 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
189 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
222 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
245 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));
273 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack));