Searched refs:ptr (Results 1 – 3 of 3) sorted by relevance
44 void reset(T ptr = nullptr) {45 if (ptr != mLocalRef) {49 mLocalRef = ptr;
79 constexpr ConstexprStringView(const char* ptr, size_t size) in ConstexprStringView()80 : _array(ptr), _size(size) { in ConstexprStringView()82 X_ASSERT(ptr != nullptr); in ConstexprStringView()184 Elem* ptr; member187 ++ptr;199 return ptr->_value;204 return ptr->_value;208 return ptr == other.ptr;
244 static void bad_cptr(const char* ptr) {} in bad_cptr()