Home
last modified time | relevance | path

Searched defs:s (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dfastrand.rs36 let mut s = rng.get(); in fast_random() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dpar_iter.rs39 let s = a.iter().copied().collect::<HashSet<i32>>(); in sdv_par_iter_test() localVariable
/commonlibrary/c_utils/base/include/
Dpubdef.h40 #define SECOND_TO_HOUR(s) ((s) / 3600) argument
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_dir.rs792 let s = read_to_string(file_path).await.unwrap(); in ut_fs_write_and_read_to_string() localVariable
819 let s = String::from_utf8(buf).expect("Found invalid UTF-8"); in ut_fs_write_and_read() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dx509.rs100 let s = X509_verify_cert_error_string(self.0 as c_long); in error_string() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/
Dmulti.rs431 let s = unsafe { std::str::from_utf8_unchecked(&self.src).trim() }; in outermost_first_boundary() localVariable
/commonlibrary/ets_utils/js_api_module/xml/
Djs_xml.cpp328 void XmlSerializer::WriteEscaped(std::string s) in WriteEscaped()