Searched refs:detached_ (Results 1 – 2 of 2) sorted by relevance
63 bool detached() const { return detached_; } in detached()64 void set_detached(bool value = true) { detached_ = value; }89 bool detached_ = false; variable
79 bool detached() const { return detached_; } in detached()80 void set_detached(bool value = true) { detached_ = value; }103 bool detached_ = false; variable