Searched defs:SpaceAllocated (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/src/google/protobuf/ | ||
D | arena.cc | 208 uint64 ArenaImpl::SpaceAllocated() const { in SpaceAllocated() function in google::protobuf::internal::ArenaImpl |
D | arena.h | 353 uint64 SpaceAllocated() const { return impl_.SpaceAllocated(); } in SpaceAllocated() function |