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

  /frameworks/native/include/utils/
BasicHashtable.h 93 virtual void destroyBucketEntry(Bucket& bucket) const = 0;
104 // Destroys the contents of buckets (invokes destroyBucketEntry for each
350 virtual void destroyBucketEntry(Bucket& bucket) const;
393 void BasicHashtable<TKey, TEntry>::destroyBucketEntry(Bucket& bucket) const {
  /frameworks/native/libs/utils/
BasicHashtable.cpp 194 destroyBucketEntry(bucket);
267 destroyBucketEntry(bucket);

Completed in 57 milliseconds