Searched defs:StorageView (Results 1 – 1 of 1) sorted by relevance
102 struct StorageView { struct103 using AllocatorTraits = absl::allocator_traits<AllocatorType>;104 using Pointer = typename AllocatorTraits::pointer;105 using SizeType = typename AllocatorTraits::size_type;107 Pointer data;108 SizeType size;109 SizeType capacity;273 using StorageView = inlined_vector_internal::StorageView<allocator_type>; variable