Home
last modified time | relevance | path

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

/system/core/libutils/
DLruCache_test.cpp113 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(nullptr) { } in EntryRemovedCallback()
118 lastValue = v; in operator ()()
122 StringValue lastValue; member in android::EntryRemovedCallback
312 EXPECT_STREQ("one", callback.lastValue); in TEST_F()