/third_party/skia/include/core/ |
D | SkStringView.h | 21 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/ |
D | ilist_node.h | 168 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()
|
D | ilist_iterator.h | 34 typedef typename OptionsT::const_pointer pointer; 71 typedef typename OptionsT::const_pointer const_pointer;
|
D | ilist.h | 186 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/ |
D | ilist_node.h | 172 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()
|
D | ilist_iterator.h | 33 using pointer = typename OptionsT::const_pointer; 71 using const_pointer = typename OptionsT::const_pointer;
|
D | ilist.h | 171 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/ |
D | MachineInstrBundleIterator.h | 119 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/ |
D | ErrorOr.h | 70 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/ |
D | ErrorOr.h | 80 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()
|
D | Error.h | 646 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/ |
D | IceMemory.h | 59 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/ |
D | vktConstexprVectorUtil.hpp | 48 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/ |
D | vktConstexprVectorUtil.hpp | 48 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/ |
D | PoolAlloc.h | 46 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/ |
D | inlined_vector.h | 163 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()
|
D | unordered_map_members_test.h | 65 typename TypeParam::allocator_type>::const_pointer, in TYPED_TEST_P() 66 typename TypeParam::const_pointer>())); in TYPED_TEST_P()
|
D | counting_allocator.h | 39 using const_pointer = typename AllocatorTraits::const_pointer; variable
|
D | unordered_set_members_test.h | 64 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/ |
D | aco_util.h | 47 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/ |
D | fixed_array.h | 107 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/ |
D | FixedVector.h | 30 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/ |
D | PoolAlloc.h | 274 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/ |
D | PoolAlloc.h | 252 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/ |
D | memory.h | 333 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()
|