Home
last modified time | relevance | path

Searched defs: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() argument
47 IntrusiveForwardListHook hook;
48 int value;