Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DHybridEntityManager_unittest.cpp21 static constexpr uint32_t kTestMaxIndex = 16; variable
22 using TestHCM = HybridEntityManager<kTestMaxIndex, uint64_t, int>;
27 for (uint32_t i = 0; i < kTestMaxIndex; i++) { in TEST()
31 indices[0] = m.addFixed(kTestMaxIndex, 0, 1); in TEST()