OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:approxBytesUsed
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/private/
SkTHash.h
49
size_t
approxBytesUsed
() const { return fCapacity * sizeof(Slot); }
257
size_t
approxBytesUsed
() const { return fTable.
approxBytesUsed
(); }
324
size_t
approxBytesUsed
() const { return fTable.
approxBytesUsed
(); }
/external/skqp/include/private/
SkTHash.h
49
size_t
approxBytesUsed
() const { return fCapacity * sizeof(Slot); }
257
size_t
approxBytesUsed
() const { return fTable.
approxBytesUsed
(); }
324
size_t
approxBytesUsed
() const { return fTable.
approxBytesUsed
(); }
Completed in 384 milliseconds