Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h126 struct StorageView { struct
127 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
/third_party/abseil-cpp/absl/container/internal/
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