Searched refs:pop_back (Results 1 - 17 of 17) sorted by relevance

/fuchsia/zircon/system/dev/block/fvm/
H A Dfvm-private.h65 void pop_back() { pslices_.pop_back(); } function in class:fvm::SliceExtent
H A Dfvm.cpp52 pop_back();
847 extent->pop_back();
/fuchsia/zircon/system/ulib/async-testutils/
H A Dtest_loop.cpp104 entry.deadlines.pop_back();
/fuchsia/zircon/system/dev/bus/virtio/
H A Dconsole.cpp111 return queue_.pop_back();
/fuchsia/zircon/system/host/fidl/lib/
H A Dformatter.cpp125 lines.pop_back();
H A Dflat_ast.cpp1284 decls_without_deps.pop_back();
/fuchsia/zircon/kernel/object/
H A Dport_dispatcher.cpp201 auto eport = eports_.pop_back();
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dvector.h60 // and pop_back).
193 void pop_back() {
H A Dintrusive_double_list.h22 // ++ O(k) push_back/pop_back/back (in addition to push_front/pop_front/front)
248 // pop_front and pop_back
254 PtrType pop_back() { return internal_erase(tail()); } function in class:fbl::DoublyLinkedList
H A Dintrusive_wavl_tree.h277 // pop_front and pop_back
283 PtrType pop_back() { return internal_erase(right_most_); } function in class:fbl::WAVLTree
/fuchsia/zircon/system/utest/fbl/
H A Dslab_allocator_tests.cpp291 auto ptr = ref_list.pop_back();
510 auto ptr = ref_list.pop_back();
H A Dvector_tests.cpp368 vector.pop_back();
/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp395 stack_.pop_back();
/fuchsia/zircon/system/utest/fbl/include/fbl/tests/intrusive_containers/
H A Dsequence_container_test_environment.h197 // Remove elements using pop_back. List should shrink each time we
209 PtrType tmp = container().pop_back();
239 PtrType should_be_null = container().pop_back();
/fuchsia/zircon/system/utest/blobfs/
H A Dblobfs.cpp1636 state = bl->list.pop_back();
1657 state = bl->list.pop_back();
1685 state = bl->list.pop_back();
1705 state = bl->list.pop_back();
1723 state = bl->list.pop_back();
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp1332 payload_.pop_back();
1888 prefix.pop_back();
2074 cmdline.pop_back();
/fuchsia/zircon/system/utest/fvm/
H A Dfvm.cpp2761 self->extents.pop_back();

Completed in 212 milliseconds