Home
last modified time | relevance | path

Searched refs:IFLTestValue2 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/
Dintrusive_forward_list_test.cc43 struct IFLTestValue2 { struct
45 IFLTestValue2(int v) : hook(), value(v) { } // NOLINT(runtime/explicit) in IFLTestValue2() function
51 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 <()