Home | History | Annotate | Download | only in include

Lines Matching defs:Size

43   static size_t Size(Impl* impl) { return impl->size(); }
128 * Return size of the map.
130 size_t Size() { return Traits::Size(&impl_); }
379 static size_t Size(const Impl* impl) {
380 return impl->size();
383 return (i < impl->size()) ? impl->at(i) : kPersistentContainerNotFound;
438 size_t Size() const {
439 return Traits::Size(&impl_);
453 size_t length = Traits::Size(&impl_);