Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_containers/
H A Dintrusive_item_test.cc60 struct SetItem2 : public IntrusiveSet<SetItem2>::Item { struct
61 bool operator<(const SetItem2& rhs) const { return this < &rhs; } in operator <()