Searched refs:IFLTestValue2 (Results 1 – 1 of 1) sorted by relevance
43 struct IFLTestValue2 { struct45 IFLTestValue2(int v) : hook(), value(v) { } // NOLINT(runtime/explicit) in IFLTestValue2() function51 IntrusiveForwardList<IFLTestValue2, IntrusiveForwardListMemberHookTraits<IFLTestValue2>>;53 bool operator==(const IFLTestValue2& lhs, const IFLTestValue2& rhs) { in operator ==()57 bool operator<(const IFLTestValue2& lhs, const IFLTestValue2& rhs) { in operator <()