Searched defs:destroyBucketEntry (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/utils/
H A DBasicHashtable.h93 virtual void destroyBucketEntry(Bucket& bucket) const = 0;
104 // Destroys the contents of buckets (invokes destroyBucketEntry for each
342 virtual void destroyBucketEntry(Bucket& bucket) const;
385 void BasicHashtable<TKey, TEntry>::destroyBucketEntry(Bucket& bucket) const { function in class:android::BasicHashtable

Completed in 137 milliseconds