Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Darena.cc239 uint64 ArenaImpl::SpaceAllocated() const { in SpaceAllocated() function in google::protobuf::internal::ArenaImpl
Darena.h354 uint64 SpaceAllocated() const { return impl_.SpaceAllocated(); } in SpaceAllocated() function