Home
last modified time | relevance | path

Searched +defs:back +defs:pointer (Results 1 – 25 of 66) sorted by relevance

123

/third_party/spirv-tools/source/util/
Dilist.h130 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/
Dilist.h130 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/
Dilist.h130 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/
DFixedVector.h29 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
DFastVector.h30 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/
DFixedVector.h29 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/
Dsub_array.hpp29 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/
DAllocatorList.h79 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
Dsimple_ilist.h91 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/
Daco_util.h46 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/
Drange.hpp144 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/
DSkZip.h31 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/
Dsimple_ilist.h87 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/
Dlist.hpp69 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/
Darray.hpp57 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/
Darray.hpp57 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/
Dfixed_array.h106 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/
Dfixed_array.h111 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/
Dvector_n1962.hpp59 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/
Dspan.h174 using pointer = T*; variable
304 constexpr reference back() const noexcept { in back() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dspan.h174 using pointer = T*; variable
304 constexpr reference back() const noexcept { in back() function
/third_party/gn/src/base/containers/
Dcircular_deque.h134 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/
Dnamed_scope.hpp131 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/
Dimmutable_vector.h51 const T& back() const { return end()[-1]; } in back() function
58 using pointer = T*; variable
/third_party/boost/libs/container/bench/detail/
Dvarray.hpp77 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

123