| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 32 using const_pointer = const void *; variable 67 using const_pointer = const T *; variable 113 const_pointer address(const_reference x) const in address()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | runslots_allocator_stl_adapter.h | 34 using const_pointer = const void *; variable 76 using const_pointer = const T *; variable 129 const_pointer address(const_reference x) const in address()
|
| D | allocator_adapter.h | 31 using const_pointer = const void *; // NOLINT(readability-identifier-naming) variable 76 using const_pointer = const T *; // NOLINT(readability-identifier-naming) variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | ptr_list_ref.h | 146 using const_pointer = const T *; variable 222 using const_pointer = const T *; variable 412 void insert(const_pointer where, pointer value) in insert() 433 void insertAfter(const_pointer where, pointer value) in insertAfter() 461 void splice(const_pointer where, PtrListRef &other) in splice() 495 iterator erase(const_pointer where) in erase()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk_allocator.h | 29 using const_pointer = const T *; variable 78 const_pointer address(const_reference x) const in address()
|
| D | caddress_allocator.h | 29 using const_pointer = const T *; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena_allocator_stl_adapter.h | 33 using const_pointer = const void *; // NOLINT(readability-identifier-naming) variable 70 using const_pointer = const T *; // NOLINT(readability-identifier-naming) variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | mempool_allocator.h | 211 using const_pointer = const void *; variable 240 using const_pointer = const T *; variable 269 const_pointer address(const_reference x) const in address()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/utils/ |
| D | ref_vector.h | 67 using const_pointer = const value_type *; 69 using const_iterator = mpl_iterator<typename base_vector::const_pointer, ref_vector_tag>; 206 const_pointer data() const noexcept = delete;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_cfg.h | 30 using const_pointer = BBPtrHolder::const_pointer; variable
|
| D | me_function.h | 51 using const_pointer = typename std::add_const<pointer>::type; variable
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | small_vector.h | 94 using const_pointer = typename VectorType::const_pointer; variable 398 const_pointer data() const in data()
|
| D | ring_buffer.h | 125 using const_pointer = const value_type *; variable
|
| D | bit_vector.h | 296 using const_pointer = const BitReference *; variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | small_vector.h | 88 using const_pointer = typename VectorType::const_pointer; variable 402 const_pointer data() const in data()
|
| D | ring_buffer.h | 128 using const_pointer = const value_type *; variable
|
| D | bit_vector.h | 307 using const_pointer = const BitReference *; variable
|