Home
last modified time | relevance | path

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

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