Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h32 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/
Drunslots_allocator_stl_adapter.h34 using const_pointer = const void *; variable
76 using const_pointer = const T *; variable
129 const_pointer address(const_reference x) const in address()
Dallocator_adapter.h31 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/
Dptr_list_ref.h146 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/
Dchunk_allocator.h29 using const_pointer = const T *; variable
78 const_pointer address(const_reference x) const in address()
Dcaddress_allocator.h29 using const_pointer = const T *; variable
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Darena_allocator_stl_adapter.h33 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/
Dmempool_allocator.h211 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/
Dref_vector.h67 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/
Dme_cfg.h30 using const_pointer = BBPtrHolder::const_pointer; variable
Dme_function.h51 using const_pointer = typename std::add_const<pointer>::type; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dsmall_vector.h94 using const_pointer = typename VectorType::const_pointer; variable
398 const_pointer data() const in data()
Dring_buffer.h125 using const_pointer = const value_type *; variable
Dbit_vector.h296 using const_pointer = const BitReference *; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dsmall_vector.h88 using const_pointer = typename VectorType::const_pointer; variable
402 const_pointer data() const in data()
Dring_buffer.h128 using const_pointer = const value_type *; variable
Dbit_vector.h307 using const_pointer = const BitReference *; variable