OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 7722 milliseconds