Searched defs:KStringPtrImpl (Results 1 – 1 of 1) sorted by relevance
27 struct KStringPtrImpl { struct28 KStringPtrImpl(const char *str) : value(nullptr), owned(true) in KStringPtrImpl() argument33 KStringPtrImpl(const char *str, int len, bool isOwned) : value(nullptr), owned(isOwned) in KStringPtrImpl() function37 KStringPtrImpl() : value(nullptr), lengthStr(0), owned(true) {} in KStringPtrImpl() argument40 KStringPtrImpl &operator=(const KStringPtrImpl &other) = delete; argument42 KStringPtrImpl(KStringPtrImpl &&other) in KStringPtrImpl() function50 ~KStringPtrImpl() in ~KStringPtrImpl() argument56 bool isNull() const in isNull()60 const char *c_str() const in c_str()64 char *data() const in data()[all …]