Searched defs: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() argument30 int value;