Home
last modified time | relevance | path

Searched defs:PushFront (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/assets/
Dasset_manager.cc16 void AssetManager::PushFront(std::unique_ptr<AssetResolver> resolver) { in PushFront() function in flutter::AssetManager
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp114 void SlabAllocatorImpl::PushFront(Slab* slab, IndexLinkNode* node) const { in PushFront() function in SlabAllocatorImpl
/third_party/grpc/src/core/tsi/ssl/session_cache/
Dssl_session_cache.cc169 void SslSessionLRUCache::PushFront(SslSessionLRUCache::Node* node) { in PushFront() function in tsi::SslSessionLRUCache
/third_party/node/src/
Dutil-inl.h126 void ListHead<T, M>::PushFront(T* element) { in PushFront() function
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp1798 typename List<T>::Item* List<T>::PushFront() in PushFront() function in D3D12MA::List
1828 typename List<T>::Item* List<T>::PushFront(const T& value) in PushFront() function in D3D12MA::List
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h5438 VmaListItem<T>* VmaRawList<T>::PushFront() in PushFront() function
5468 VmaListItem<T>* VmaRawList<T>::PushFront(const T& value) in PushFront() function