Searched refs:__libcpp_refstring (Results 1 – 3 of 3) sorted by relevance
78 inline __libcpp_refstring::__libcpp_refstring(const char* msg) { in __libcpp_refstring() function89 inline __libcpp_refstring::__libcpp_refstring(const __libcpp_refstring& s) noexcept : __imp_(s.__im… in __libcpp_refstring() function94 inline __libcpp_refstring& __libcpp_refstring::operator=(__libcpp_refstring const& s) noexcept {108 inline __libcpp_refstring::~__libcpp_refstring() { in ~__libcpp_refstring()117 inline bool __libcpp_refstring::__uses_refcount() const { in __uses_refcount()
56 class _LIBCPP_HIDDEN __libcpp_refstring {62 explicit __libcpp_refstring(const char* __msg);63 __libcpp_refstring(const __libcpp_refstring& __s) _NOEXCEPT;64 __libcpp_refstring& operator=(const __libcpp_refstring& __s) _NOEXCEPT;65 ~__libcpp_refstring();80 std::__libcpp_refstring __imp_;104 std::__libcpp_refstring __imp_;
16 static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char*), "");