Home
last modified time | relevance | path

Searched defs:pop_front (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_sleb128.h45 size_t pop_front() { in pop_front() function
H A Dlinked_list.h115 T* pop_front() { in pop_front() function
/aosp12/art/libartbase/base/
H A Dbounded_fifo.h62 void pop_front() { in pop_front() function
H A Dintrusive_forward_list.h191 void pop_front() { in pop_front() function
/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Component.cpp33 std::unique_ptr<C2Work> SimpleC2Component::WorkQueue::pop_front() { in pop_front() function in android::SimpleC2Component::WorkQueue