Home
last modified time | relevance | path

Searched defs:RecordStorageChanged (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtablez_sampler.h170 inline void RecordStorageChanged(size_t size, size_t capacity) { in RecordStorageChanged() function
207 inline void RecordStorageChanged(size_t /*size*/, size_t /*capacity*/) {} in RecordStorageChanged() function
Dhashtablez_sampler_test.cc118 TEST(HashtablezInfoTest, RecordStorageChanged) { in TEST() argument