Home
last modified time | relevance | path

Searched defs:const_pointer (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator_adapter.h31 using const_pointer = const void *; // NOLINT(readability-identifier-naming) variable
76 using const_pointer = const T *; // NOLINT(readability-identifier-naming) variable
Drunslots_allocator_stl_adapter.h34 using const_pointer = const void *; variable
76 using const_pointer = const T *; variable
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h32 using const_pointer = const void *; variable
67 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
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h29 using const_pointer = const T *; variable
Dchunk_allocator.h29 using const_pointer = const T *; 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
/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h125 using const_pointer = const value_type *; variable
Dsmall_vector.h94 using const_pointer = typename VectorType::const_pointer; variable
Dbit_vector.h296 using const_pointer = const BitReference *; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dring_buffer.h128 using const_pointer = const value_type *; variable
Dsmall_vector.h88 using const_pointer = typename VectorType::const_pointer; variable
Dbit_vector.h313 using const_pointer = const BitReference *; variable
/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Darray.hpp45 using const_pointer = value_type const *; typedef
Dstring.hpp41 using const_pointer = value_type const *; typedef