Home
last modified time | relevance | path

Searched refs:const_reference (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h127 using const_reference = const value_type &; variable
347 constexpr const_reference front() const noexcept // NOLINT(readability-identifier-naming) in front()
363 constexpr const_reference back() const noexcept // NOLINT(readability-identifier-naming) in back()
373 constexpr const_reference operator[](size_type index) const noexcept
Dsmall_vector.h92 using const_reference = typename VectorType::const_reference; variable
540 const_reference operator[](size_t i) const
Dbit_vector.h294 using const_reference = bool; variable
337 const_reference operator[](size_t n) const
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_allocator.h30 using const_reference = const T &; variable
78 const_pointer address(const_reference x) const in address()
Dcaddress_allocator.h30 using const_reference = const T &; variable
/arkcompiler/runtime_core/libpandabase/mem/
Darena_allocator_stl_adapter.h68 using const_reference = const T &; variable
113 const_pointer address(const_reference x) const in address()