Home
last modified time | relevance | path

Searched defs:space_used (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dnode_hash_policy.h70 static size_t space_used(const slot_type* slot) { in space_used() function
/third_party/protobuf/src/google/protobuf/
Darena.cc214 uint64 space_used = 0; in SpaceUsed() local
223 uint64 space_used = ptr_ - head_->Pointer(kBlockHeaderSize); in SpaceUsed() local
Darena_unittest.cc1326 static void on_reset(Arena* arena, void* cookie, uint64 space_used) { in on_reset()
1332 static void on_destruction(Arena* arena, void* cookie, uint64 space_used) { in on_destruction()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dflat_hash_set.h488 static size_t space_used(const T*) { return 0; } in space_used() function
Dflat_hash_map.h584 static size_t space_used(const slot_type*) { return 0; } in space_used() function