Searched refs:ptr (Results 1 – 3 of 3) sorted by relevance
42 void reset(T ptr = NULL) {43 if (ptr != mLocalRef) {47 mLocalRef = ptr;
78 constexpr ConstexprStringView(const char* ptr, size_t size) in ConstexprStringView()79 : _array(ptr), _size(size) { in ConstexprStringView()81 X_ASSERT(ptr != nullptr); in ConstexprStringView()183 Elem* ptr; member186 ++ptr;198 return ptr->_value;203 return ptr->_value;207 return ptr == other.ptr;
257 static void bad_cptr(const char* ptr) {} in bad_cptr()