Home
last modified time | relevance | path

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

/system/chre/util/tests/
Ddynamic_vector_test.cc738 struct FancyInt { struct
742 FancyInt() : value(index++) {} in FancyInt() function
745 int FancyInt::index = 0;
748 DynamicVector<FancyInt> vector; in TEST()