Home
last modified time | relevance | path

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

/system/chre/util/tests/
Ddynamic_vector_test.cc743 struct FancyInt { struct
747 FancyInt() : value(index++) {} in FancyInt() argument
750 int FancyInt::index = 0;
753 DynamicVector<FancyInt> vector; in TEST()
777 FancyInt::index = 0; in TEST()