Home
last modified time | relevance | path

Searched refs:const_pointer (Results 1 – 25 of 90) sorted by relevance

1234

/third_party/skia/include/core/
DSkStringView.h21 using const_pointer = const value_type*; variable
23 using iterator = const_pointer;
34 constexpr string_view(const_pointer data, size_type length) in string_view()
38 string_view(const_pointer data) in string_view()
66 constexpr const_pointer data() const { in data()
136 const_pointer tempData = fData; in swap()
155 const_pointer fData;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node.h168 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr()
176 static typename OptionsT::const_pointer
178 return static_cast<typename OptionsT::const_pointer>(N); in getValuePtr()
204 typedef typename OptionsT::const_pointer const_pointer; typedef
210 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
216 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
Dilist_iterator.h34 typedef typename OptionsT::const_pointer pointer;
71 typedef typename OptionsT::const_pointer const_pointer;
Dilist.h186 typedef typename base_list_type::const_pointer const_pointer;
380 const_pointer getPrevNode(const_reference N) const {
392 const_pointer getNextNode(const_reference N) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_node.h172 getNodePtr(typename OptionsT::const_pointer N) { in getNodePtr()
182 static typename OptionsT::const_pointer
184 return static_cast<typename OptionsT::const_pointer>(N); in getValuePtr()
213 using const_pointer = typename OptionsT::const_pointer; member
220 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()
228 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()
Dilist_iterator.h33 using pointer = typename OptionsT::const_pointer;
71 using const_pointer = typename OptionsT::const_pointer;
Dilist.h171 typedef typename base_list_type::const_pointer const_pointer;
365 const_pointer getPrevNode(const_reference N) const {
377 const_pointer getNextNode(const_reference N) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstrBundleIterator.h119 using const_pointer = typename instr_iterator::const_pointer;
204 friend bool operator==(const MachineInstrBundleIterator &L, const_pointer R) {
207 friend bool operator==(const_pointer L, const MachineInstrBundleIterator &R) {
239 friend bool operator!=(const MachineInstrBundleIterator &L, const_pointer R) {
242 friend bool operator!=(const_pointer L, const MachineInstrBundleIterator &R) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h70 using const_pointer = const typename std::remove_reference<T>::type *; variable
167 const_pointer operator->() const { return toPointer(getStorage()); }
234 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
240 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h80 typedef const typename std::remove_reference<T>::type *const_pointer; typedef
177 const_pointer operator->() const { return toPointer(getStorage()); }
244 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
250 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
DError.h646 typedef const typename std::remove_reference<T>::type *const_pointer; typedef
761 const_pointer operator->() const {
814 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
818 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.h59 using const_pointer = const T *; member
72 const_pointer address(const_reference x) const { in address()
73 return reinterpret_cast<const_pointer>(&reinterpret_cast<const char &>(x)); in address()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktConstexprVectorUtil.hpp48 using const_pointer = const value_type*; typedef in vkt::ConstexprVector
71 inline constexpr const_pointer data() const noexcept { return values; } in data()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
DvktConstexprVectorUtil.hpp48 using const_pointer = const value_type*; typedef in vkt::ConstexprVector
71 inline constexpr const_pointer data() const noexcept { return values; } in data()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DPoolAlloc.h46 typedef const T *const_pointer; typedef
57 const_pointer address(const_reference x) const { return &x; } in address()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h163 using ConstPointer = typename AllocatorTraits::const_pointer;
283 using const_pointer = typename AllocatorTraits::const_pointer; variable
291 using const_iterator = const_pointer;
357 const_pointer GetAllocatedData() const { in GetAllocatedData()
366 const_pointer GetInlinedData() const { in GetInlinedData()
367 return reinterpret_cast<const_pointer>( in GetInlinedData()
517 const_pointer src; in InitFrom()
534 auto values = IteratorValueAdapter<const_pointer>(src); in InitFrom()
Dunordered_map_members_test.h65 typename TypeParam::allocator_type>::const_pointer, in TYPED_TEST_P()
66 typename TypeParam::const_pointer>())); in TYPED_TEST_P()
Dcounting_allocator.h39 using const_pointer = typename AllocatorTraits::const_pointer; variable
Dunordered_set_members_test.h64 typename TypeParam::allocator_type>::const_pointer, in TYPED_TEST_P()
65 typename TypeParam::const_pointer>())); in TYPED_TEST_P()
/third_party/mesa3d/src/amd/compiler/
Daco_util.h47 using const_pointer = const value_type*; variable
51 using const_iterator = const_pointer;
77 return (const_pointer)((uintptr_t)this + offset); in begin()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array.h107 using const_pointer = typename AllocatorTraits::const_pointer; variable
113 using const_iterator = const_pointer;
204 const_pointer data() const { return AsValueType(storage_.begin()); } in data()
/third_party/skia/third_party/externals/angle2/src/common/
DFixedVector.h30 using const_pointer = typename Storage::const_pointer; variable
57 const_pointer data() const;
191 typename FixedVector<T, N, Storage>::const_pointer angle::FixedVector<T, N, Storage>::data() const in data()
/third_party/glslang/glslang/Include/
DPoolAlloc.h274 typedef const T *const_pointer; typedef
283 const_pointer address(const_reference x) const { return &x; } in address()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h252 typedef const T* const_pointer; typedef
262 const_pointer address(const_reference x) const { return &x; } in address()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h333 using const_pointer = const T*; member
354 inline const_pointer address(const_reference x) const;
404 typename StlAllocator<T>::const_pointer StlAllocator<T>::address( in address()

1234