Lines Matching defs:const
34 ptr_is_aligned(const T *ptr, uintptr_t a) noexcept {
48 ref_count() const {
77 ref_holder(const ref_holder &ref) :
98 operator==(const ref_holder &ref) const {
103 operator!=(const ref_holder &ref) const {
123 intrusive_ptr(const intrusive_ptr &ptr) :
144 operator==(const intrusive_ptr &ref) const {
149 operator!=(const intrusive_ptr &ref) const {
154 operator*() const {
159 operator->() const {
164 operator()() const {
168 explicit operator bool() const {
172 explicit operator T *() const {
191 intrusive_ref(const intrusive_ref &ref) :
212 operator==(const intrusive_ref &ref) const {
217 operator!=(const intrusive_ref &ref) const {
222 operator()() const {
226 operator T &() const {
256 pseudo_ptr(const pseudo_ptr &p) : x(p.x) {
260 operator=(const pseudo_ptr &p) {
275 explicit operator bool() const {