Searched defs:emplace_back (Results 1 - 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/libpandabase/utils/ | ||
| H A D | ring_buffer.h | 171 constexpr reference emplace_back(Args... args) // NOLINT(readability-identifier-naming) in emplace_back() function in panda::RingBuffer |
| H A D | small_vector.h | 445 reference emplace_back(_Args &&... values) in emplace_back() function in panda::SmallVector |
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ | ||
| H A D | ring_buffer.h | 175 constexpr reference emplace_back(Args... args) // NOLINT(readability-identifier-naming) in emplace_back() function in ark::RingBuffer |
| H A D | small_vector.h | 449 reference emplace_back(_Args &&...values) in emplace_back() function in ark::SmallVector |
Completed in 4 milliseconds