Home
last modified time | relevance | path

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

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