Home
last modified time | relevance | path

Searched defs:Front (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/
Dmessage_queue.cpp69 std::pair<uint32_t, MessageDataType> MarkedMessageQueue::Front() in Front() function in Commonlibrary::Concurrent::WorkerModule::MarkedMessageQueue
/commonlibrary/c_utils/base/include/
Dsorted_vector.h166 const TYPE& Front() const { return vec_.front(); } in Front() function