Searched defs:Front (Results 1 – 2 of 2) sorted by relevance
| /commonlibrary/ets_utils/js_concurrent_module/worker/ | ||
| D | message_queue.cpp | 69 std::pair<uint32_t, MessageDataType> MarkedMessageQueue::Front() in Front() function in Commonlibrary::Concurrent::WorkerModule::MarkedMessageQueue |
| /commonlibrary/c_utils/base/include/ | ||
| D | sorted_vector.h | 166 const TYPE& Front() const { return vec_.front(); } in Front() function |