Searched refs:IFLTestValue (Results 1 – 1 of 1) sorted by relevance
26 struct IFLTestValue : public IntrusiveForwardListNode<IFLTestValue> { struct28 IFLTestValue(int v) : value(v) { } // NOLINT(runtime/explicit) in IFLTestValue() function32 using IFLTestValueList = IntrusiveForwardList<IFLTestValue>;33 using ConstIFLTestValueList = IntrusiveForwardList<const IFLTestValue>;35 bool operator==(const IFLTestValue& lhs, const IFLTestValue& rhs) { in operator ==()39 bool operator<(const IFLTestValue& lhs, const IFLTestValue& rhs) { in operator <()