reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Utility/SharingPtr.h
  373     if (cb_)
  374       cb_(baton_, *this, false);
  383     if (cb_)
  384       cb_(baton_, *this, false);
  388     if (cb_)
  389       cb_(baton_, *this, true);
  394     if (cb_)
  395       cb_(baton_, *this, false);
  399     if (cb_)
  400       cb_(baton_, *this, true);
  402     cb_ = p.cb_;
  404     if (cb_)
  405       cb_(baton_, *this, false);
  410     if (cb_)
  411       cb_(baton_, *this, true);
  416     if (cb_)
  417       cb_(baton_, *this, true);
  419     if (cb_)
  420       cb_(baton_, *this, false);
  424     cb_ = cb;
  429     cb_ = 0;