/third_party/spirv-tools/source/util/ |
D | ilist.h | 130 using pointer = T*; variable 296 NodeType& IntrusiveList<NodeType>::back() { in back() function 310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | ilist.h | 130 using pointer = T*; variable 296 NodeType& IntrusiveList<NodeType>::back() { in back() function 310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist.h | 130 using pointer = T*; variable 296 NodeType& IntrusiveList<NodeType>::back() { in back() function 310 const NodeType& IntrusiveList<NodeType>::back() const { in back() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | FixedVector.h | 29 using pointer = typename Storage::pointer; variable 271 typename FixedVector<T, N, Storage>::reference FixedVector<T, N, Storage>::back() in back() function 278 typename FixedVector<T, N, Storage>::const_reference FixedVector<T, N, Storage>::back() const in back() function
|
D | FastVector.h | 30 using pointer = typename Storage::pointer; variable 321 ANGLE_INLINE typename FastVector<T, N, Storage>::reference FastVector<T, N, Storage>::back() in back() function 328 ANGLE_INLINE typename FastVector<T, N, Storage>::const_reference FastVector<T, N, Storage>::back() in back() function
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | FixedVector.h | 29 using pointer = typename Storage::pointer; variable 283 typename FixedVector<T, N, Storage>::reference FixedVector<T, N, Storage>::back() in back() function 290 typename FixedVector<T, N, Storage>::const_reference FixedVector<T, N, Storage>::back() const in back() function
|
/third_party/boost/boost/histogram/detail/ |
D | sub_array.hpp | 29 using pointer = T*; typedef in boost::histogram::detail::sub_array 60 reference back() noexcept { return data_[size_ - 1]; } in back() function in boost::histogram::detail::sub_array 61 const_reference back() const noexcept { return data_[size_ - 1]; } in back() function in boost::histogram::detail::sub_array
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | AllocatorList.h | 79 using pointer = T *; variable 102 using pointer = ValueT *; variable 182 T &back() { return List.back().V; } in back() function 184 const T &back() const { return List.back().V; } in back() function
|
D | simple_ilist.h | 91 using pointer = typename OptionsT::pointer; variable 140 reference back() { return *rbegin(); } in back() function 141 const_reference back() const { return *rbegin(); } in back() function
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_util.h | 46 using pointer = value_type*; variable 165 constexpr reference back() noexcept in back() function 174 constexpr const_reference back() const noexcept in back() function
|
/third_party/boost/boost/geometry/util/ |
D | range.hpp | 144 back(BidirectionalRange const& rng) in back() function 157 back(BidirectionalRange & rng) in back() function 381 typedef void pointer; typedef in boost::geometry::range::back_insert_iterator
|
/third_party/skia/src/core/ |
D | SkZip.h | 31 using pointer = value_type*; variable 78 constexpr ReturnTuple back() const { return this->index(this->size() - 1); } in back() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | simple_ilist.h | 87 typedef typename OptionsT::pointer pointer; typedef 136 reference back() { return *rbegin(); } in back() function 137 const_reference back() const { return *rbegin(); } in back() function
|
/third_party/boost/boost/xpressive/detail/core/ |
D | list.hpp | 69 typedef T *pointer; typedef 197 reference back() in back() function 203 const_reference back() const in back() function
|
/third_party/boost/libs/compute/include/boost/compute/container/ |
D | array.hpp | 57 typedef T* pointer; typedef in boost::compute::array 234 reference back() in back() function in boost::compute::array 239 const_reference back() const in back() function in boost::compute::array
|
/third_party/boost/boost/compute/container/ |
D | array.hpp | 57 typedef T* pointer; typedef in boost::compute::array 234 reference back() in back() function in boost::compute::array 239 const_reference back() const in back() function in boost::compute::array
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | fixed_array.h | 106 using pointer = typename AllocatorTraits::pointer; variable 266 reference back() { in back() function 273 const_reference back() const { in back() function
|
/third_party/abseil-cpp/absl/container/ |
D | fixed_array.h | 111 using pointer = typename AllocatorTraits::pointer; variable 271 reference back() { in back() function 278 const_reference back() const { in back() function
|
/third_party/boost/libs/contract/example/n1962/ |
D | vector_n1962.hpp | 59 typedef typename std::vector<T, Allocator>::pointer pointer; typedef in vector 399 reference back() in back() function in vector 409 const_reference back() const in back() function in vector
|
/third_party/abseil-cpp/absl/types/ |
D | span.h | 174 using pointer = T*; variable 304 constexpr reference back() const noexcept { in back() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | span.h | 174 using pointer = T*; variable 304 constexpr reference back() const noexcept { in back() function
|
/third_party/gn/src/base/containers/ |
D | circular_deque.h | 134 using pointer = const T*; variable 334 using pointer = T*; variable 408 using pointer = value_type*; variable 541 value_type& back() { in back() function 545 const value_type& back() const { in back() function
|
/third_party/boost/boost/log/attributes/ |
D | named_scope.hpp | 131 typedef log::aux::allocator_traits< allocator_type >::pointer pointer; typedef in boost::attributes::named_scope_list 162 >::type pointer; typedef in boost::attributes::named_scope_list::iter 319 const_reference back() const { return *rbegin(); } in back() function in boost::attributes::named_scope_list
|
/third_party/gn/src/gn/ |
D | immutable_vector.h | 51 const T& back() const { return end()[-1]; } in back() function 58 using pointer = T*; variable
|
/third_party/boost/libs/container/bench/detail/ |
D | varray.hpp | 77 typedef Value* pointer; typedef 99 typedef typename Allocator::pointer pointer; typedef 177 typedef typename Strategy::pointer pointer; typedef 257 typedef typename vt::pointer pointer; typedef in boost::container::dtl::varray 1273 reference back() in back() function in boost::container::dtl::varray 1291 const_reference back() const in back() function in boost::container::dtl::varray 1877 typedef typename vt::pointer pointer; typedef in boost::container::dtl::varray 2066 reference back() in back() function in boost::container::dtl::varray 2073 const_reference back() const in back() function in boost::container::dtl::varray
|