Searched defs:EntryRemovedCallback (Results 1 – 1 of 1) sorted by relevance
111 class EntryRemovedCallback : public OnEntryRemoved<SimpleKey, StringValue> { class113 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(nullptr) { } in EntryRemovedCallback() function in android::EntryRemovedCallback