Searched defs:StorageView (Results 1 – 1 of 1) sorted by relevance
126 struct StorageView { struct127 using AllocatorTraits = absl::allocator_traits<AllocatorType>;128 using Pointer = typename AllocatorTraits::pointer;129 using SizeType = typename AllocatorTraits::size_type;131 Pointer data;132 SizeType size;133 SizeType capacity;297 using StorageView = inlined_vector_internal::StorageView<allocator_type>; variable