HomeSort by relevance Sort by last modified time
    Searched refs:ClusterManager (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Utility/
SharedCluster.h 43 class ClusterManager
46 ClusterManager () :
51 ~ClusterManager ()
58 // Decrement refcount should have been called on this ClusterManager,
78 return typename lldb_private::SharingPtr<T> (desired_object, new imp::shared_ptr_refcount<ClusterManager> (this));
100 friend class imp::shared_ptr_refcount<ClusterManager>;
  /external/lldb/include/lldb/Core/
ValueObject.h 51 /// ClusterManager. This treats each shared pointer handed out for the entire cluster as a reference to the whole
55 /// itself to the ClusterManager of the parent.
63 /// be added to the ClusterManager for the parent. Then if you ever hand out a Shared Pointer to the contained ValueObject,
    [all...]

Completed in 64 milliseconds