Searched refs:source_str (Results 1 – 5 of 5) sorted by relevance
268 let source_str: Box<str> = "Hello world!".into(); in test_cells() localVariable270 let s: Rc<Box<str>> = Rc::new(source_str.clone()); in test_cells()275 let s: Arc<Box<str>> = Arc::new(source_str.clone()); in test_cells()280 let s: Arc<str> = Arc::from(&*source_str); in test_cells()285 let s: Arc<dyn ToSql> = Arc::new(source_str.clone()); in test_cells()290 let s: Rc<str> = Rc::from(&*source_str); in test_cells()295 let s: Rc<dyn ToSql> = Rc::new(source_str); in test_cells()
1213 const glw::GLchar* source_str = "Unknown"; in debug_proc() local1220 source_str = "API"; in debug_proc()1223 source_str = "APP"; in debug_proc()1226 source_str = "OTR"; in debug_proc()1229 source_str = "COM"; in debug_proc()1232 source_str = "3RD"; in debug_proc()1235 source_str = "WS"; in debug_proc()1292 …tContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
68 const GLchar* source_str = "Unknown"; in debug_proc() local75 source_str = "API"; in debug_proc()78 source_str = "APP"; in debug_proc()81 source_str = "OTR"; in debug_proc()84 source_str = "COM"; in debug_proc()87 source_str = "3RD"; in debug_proc()90 source_str = "WS"; in debug_proc()147 …tContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
4995 const GLchar* source_str = "Unknown"; in debug_proc() local5002 source_str = "API"; in debug_proc()5005 source_str = "APP"; in debug_proc()5008 source_str = "OTR"; in debug_proc()5011 source_str = "COM"; in debug_proc()5014 source_str = "3RD"; in debug_proc()5017 source_str = "WS"; in debug_proc()5074 …tContext().getLog() << tcu::TestLog::Message << "DEBUG_INFO: " << std::setw(3) << source_str << "|" in debug_proc()
2311 char *source_str; in pcap_open_rpcap() local2331 source_str = strdup(source); in pcap_open_rpcap()2332 if (source_str == NULL) { in pcap_open_rpcap()2352 fp->opt.device = source_str; in pcap_open_rpcap()