Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dtrie_map_test.cpp189 for (const auto &thirdLevelEntry : secondLevelEntry.second) { in TEST() local
190 EXPECT_EQ(thirdLevelEntry.second, in TEST()
191 trieMap.get(thirdLevelEntry.first, thirdLevel).mValue); in TEST()
205 for (const auto &thirdLevelEntry : secondLevelEntry.getEntriesInNextLevel()) { in TEST() local
207 [thirdLevelEntry.key()], thirdLevelEntry.value()); in TEST()
209 thirdLevelEntry.key()); in TEST()
220 for (const auto &thirdLevelEntry : secondLevelEntry.second) { in TEST() local
221 EXPECT_TRUE(thirdLevelEntry.second.empty()); in TEST()