Home
last modified time | relevance | path

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

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