Home
last modified time | relevance | path

Searched refs:StorageT (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIndexedMap.h34 using StorageT = SmallVector<T, 0>; variable
36 StorageT storage_;
45 typename StorageT::reference operator[](IndexT n) {
50 typename StorageT::const_reference operator[](IndexT n) const {
55 void reserve(typename StorageT::size_type s) { in reserve()
59 void resize(typename StorageT::size_type s) { in resize()
77 typename StorageT::size_type size() const { in size()
DPointerSumType.h82 union StorageT { union
86 StorageT() : Value(0) {} in StorageT() function
93 StorageT Storage;
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcompressed_tuple.h230 using StorageT = internal_compressed_tuple::Storage<ElemT<I>, I>;
260 return StorageT<I>::get();
265 return StorageT<I>::get();
270 return std::move(*this).StorageT<I>::get();
275 return absl::move(*this).StorageT<I>::get();
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dflag.cc402 template <typename StorageT>
403 StorageT* FlagImpl::OffsetValue() const { in OffsetValue()
408 return reinterpret_cast<StorageT*>(p + offset); in OffsetValue()
Dflag.h508 template <typename StorageT>
509 StorageT* OffsetValue() const;