Searched defs:TwoListsValue (Results 1 – 1 of 1) sorted by relevance
741 struct TwoListsValue : public IntrusiveForwardListNode<TwoListsValue, Tag1>, struct744 TwoListsValue(int v) : value(v) { } // NOLINT(runtime/explicit) in TwoListsValue() argument746 int value;