Home
last modified time | relevance | path

Searched defs:EntryRemovedCallback (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DLruCache_test.cpp111 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> { class
113 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(nullptr) { } in EntryRemovedCallback() function in android::EntryRemovedCallback