Searched defs:StorageView (Results 1 – 2 of 2) 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
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