Searched defs:new_out (Results 1 – 3 of 3) sorted by relevance
17 base::string16 new_out; in UTF8ToCheck() local29 std::wstring new_out; in UTF8ToCheck() local46 std::string new_out; in UTF16ToCheck() local58 std::wstring new_out; in UTF16ToCheck() local75 std::string new_out; in WideToCheck() local87 base::string16 new_out; in WideToCheck() local
285 BIGNUM *new_out = NULL; in BN_mod_inverse() local
247 pub fn new_out(interrupt_evt: EventFd, out: Box<dyn io::Write + Send>) -> Serial { in new_out() method