Home
last modified time | relevance | path

Searched refs:debug_ptr_ (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/lizardfs/lizardfs-3.12.0/src/master/
H A Dhstring_memstorage.cc35 if (!debug_ptr_) { in copy()
36 debug_ptr_ = new std::set<char *>(); in copy()
38 debug_ptr_->insert(copied); in copy()
57 if (!debug_ptr_) { in bind()
58 debug_ptr_ = new std::set<char *>(); in bind()
60 debug_ptr_->insert(copied); in bind()
73 if (!debug_ptr_) { in unbind()
74 debug_ptr_ = new std::set<char *>(); in unbind()
76 auto it = debug_ptr_->find(ptr); in unbind()
77 assert(it != debug_ptr_->end()); in unbind()
[all …]
H A Dhstring_memstorage.h52 static std::set<char *> *debug_ptr_; /*!< Set with unobfuscated pointers to stored strings. variable
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dcompact_vector.h218 debug_ptr_ = 0; in compact_vector_storage()
223 assert(debug_ptr_ == reinterpret_cast<pointer>((ptr_ & ptr_mask) << ptr_shift)); in ptr()
251 debug_ptr_ = p; in set_ptr()
253 assert(debug_ptr_ == ptr()); in set_ptr()
268 std::swap(debug_ptr_, v.debug_ptr_); in swap()
286 pointer debug_ptr_; variable
/dports/games/tads/tads-3.0.8/tads3/
H A Dvmdbg.cpp184 debug_ptr_.copy_from(debug_table); in init()
198 CVmDbgTablePtr debug_ptr_; member in CVmDbgSymtab
224 debug_ptr_.set_frame_ptr(vmg_ &frame, frame_id_); in find_symbol()
286 debug_ptr_.set_frame_ptr(vmg_ &frame, frame.get_enclosing_frame()); in find_symbol()