Home
last modified time | relevance | path

Searched refs:PopFront (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dparse.cc165 void PopFront() { next_arg_++; } in PopFront() function in absl::flags_internal::__anoneb776fc20511::ArgsList
552 curr_list->PopFront(); in DeduceFlagValue()
662 curr_list.PopFront(); in ParseCommandLineImpl()
706 curr_list.PopFront(); in ParseCommandLineImpl()
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp130 SlabAllocatorImpl::IndexLinkNode* SlabAllocatorImpl::PopFront(Slab* slab) const { in PopFront() function in SlabAllocatorImpl
180 IndexLinkNode* node = PopFront(slab); in Allocate()
DSlabAllocator.h119 IndexLinkNode* PopFront(Slab* slab) const;
/third_party/openh264/test/utils/
DBufferedData.h35 size_t PopFront (uint8_t* ptr, size_t len) { in PopFront() function
/third_party/node/test/cctest/
Dtest_util.cc52 EXPECT_EQ(&one, list.PopFront()); in TEST()
64 EXPECT_EQ(&two, list.PopFront()); in TEST()
/third_party/openh264/test/api/
Ddecode_encode_test.cpp86 return (int) buf_.PopFront (static_cast<uint8_t*> (ptr), len); in read()
/third_party/node/src/
Dutil-inl.h140 T* ListHead<T, M>::PopFront() { in PopFront() function
Dutil.h249 inline T* PopFront();
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp1546 void PopFront();
1851 void List<T>::PopFront() in PopFront() function in D3D12MA::List
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h5360 void PopFront();
5491 void VmaRawList<T>::PopFront() in PopFront() function