Home
last modified time | relevance | path

Searched defs:push_front (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h182 constexpr void push_front(const value_type &value) // NOLINT(readability-identifier-naming) in push_front() function
192 constexpr void push_front(value_type &&value) // NOLINT(readability-identifier-naming) in push_front() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dring_buffer.h186 constexpr void push_front(const value_type &value) // NOLINT(readability-identifier-naming) in push_front() function
196 constexpr void push_front(value_type &&value) // NOLINT(readability-identifier-naming) in push_front() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dptr_list_ref.h331 void push_front(pointer value) in push_front() function