Home
last modified time | relevance | path

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

/aosp_15_r20/art/libartbase/base/
H A Dintrusive_forward_list_test.cc44 struct IFLTestValue2 { struct
46 IFLTestValue2(int v) : hook(), value(v) { } // NOLINT(runtime/explicit) in IFLTestValue2() function
48 IntrusiveForwardListHook hook;
49 int value;