Home
last modified time | relevance | path

Searched refs:CheckIntrusiveContainerIsEmpty (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_containers/
H A Dintrusive_item.cc21 void CheckIntrusiveContainerIsEmpty(bool empty) { in CheckIntrusiveContainerIsEmpty() function
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/internal/
H A Dintrusive_item.h24 void CheckIntrusiveContainerIsEmpty(bool empty);
H A Dintrusive_list.h49 ~GenericIntrusiveList() { CheckIntrusiveContainerIsEmpty(empty()); } in ~GenericIntrusiveList()
H A Daa_tree.h46 ~GenericAATree() { CheckIntrusiveContainerIsEmpty(empty()); } in ~GenericAATree()