Home
last modified time | relevance | path

Searched defs:Pendable (Results 1 – 1 of 1) sorted by relevance

/external/pigweed/pw_async2/
Dallocate_task_test.cc39 class Pendable { class
41 Pendable(PendableStatus& status) : status_(&status) { ++status_->created; } in Pendable() function in __anona0bf5baa0111::Pendable
43 Pendable(Pendable&& other) : status_(other.status_) { in Pendable() function in __anona0bf5baa0111::Pendable