Searched refs:CString (Results 1 – 3 of 3) sorted by relevance
206 pub fn to_cstring(&self) -> Result<CString, AllocError> { in to_cstring() argument207 CString::try_from(self) in to_cstring()547 pub struct CString { struct551 impl CString { implementation586 impl Deref for CString { implementation596 impl<'a> TryFrom<&'a CStr> for CString { implementation599 fn try_from(cstr: &'a CStr) -> Result<CString, AllocError> { in try_from() argument607 Ok(CString { buf }) in try_from()
28 #include <wtf/text/CString.h>
125 TEST_F(ReadTest, CString) in TEST_F() argument