Searched defs:CStringWrapper (Results 1 – 5 of 5) sorted by relevance
22 struct CStringWrapper { struct32 CStringWrapper WrapperCString(const std::string &str); argument
21 pub(crate) struct CStringWrapper { struct26 impl From<&str> for CStringWrapper { implementation34 impl From<&String> for CStringWrapper { implementation40 impl ToString for CStringWrapper { implementation131 pub(crate) fn DeleteCStringPtr(ptr: *const CStringWrapper); in DeleteCStringPtr()
65 pub(crate) fn host(&self) -> CStringWrapper { in host()68 pub(crate) fn port(&self) -> CStringWrapper { in port()71 pub(crate) fn exlist(&self) -> CStringWrapper { in exlist()
385 wrappedPath: CStringWrapper, in RequestBackgroundNotify()386 wrappedFileName: CStringWrapper, in RequestBackgroundNotify()
434 pub(crate) fn GetCallingBundle(token_id: u64) -> CStringWrapper; in GetCallingBundle()