HomeSort by relevance Sort by last modified time
    Searched refs:destroyBucketEntry (Results 1 - 2 of 2) sorted by null

  /system/core/include/utils/
BasicHashtable.h 94 virtual void destroyBucketEntry(Bucket& bucket) const = 0;
105 // Destroys the contents of buckets (invokes destroyBucketEntry for each
351 virtual void destroyBucketEntry(Bucket& bucket) const;
394 void BasicHashtable<TKey, TEntry>::destroyBucketEntry(Bucket& bucket) const {
  /system/core/libutils/
BasicHashtable.cpp 198 destroyBucketEntry(bucket);
271 destroyBucketEntry(bucket);

Completed in 250 milliseconds