Home
last modified time | relevance | path

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

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