Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/internal/
H A Dinlined_vector.h102 struct StorageView { struct
103 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