Searched defs:Pendable (Results 1 – 1 of 1) sorted by relevance
39 class Pendable { class41 Pendable(PendableStatus& status) : status_(&status) { ++status_->created; } in Pendable() function in __anon4185412a0111::Pendable43 Pendable(Pendable&& other) : status_(other.status_) { in Pendable() function in __anon4185412a0111::Pendable