Searched refs:baton_ (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharingPtr.h370 LoggingSharingPtr() : cb_(0), baton_(nullptr) {}
372 LoggingSharingPtr(Callback cb, void *baton) : cb_(cb), baton_(baton) {
374 cb_(baton_, *this, false);
378 LoggingSharingPtr(Y *p) : base(p), cb_(0), baton_(nullptr) {}
382 : base(p), cb_(cb), baton_(baton) {
384 cb_(baton_, *this, false);
389 cb_(baton_, *this, true);
393 : base(p), cb_(p.cb_), baton_(p.baton_) {
395 cb_(baton_, *thi
435 void *baton_; member in class:lldb_private::LoggingSharingPtr
[all...]

Completed in 73 milliseconds