Home
last modified time | relevance | path

Searched refs:set_current (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.cpp31 void CfgAllocatorTraits::set_current(const manager_type *Manager) { in set_current() function in Ice::CfgAllocatorTraits
34 set_current(Allocator); in set_current()
37 void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) { in set_current() function in Ice::CfgAllocatorTraits
41 void CfgAllocatorTraits::set_current(std::nullptr_t) { in set_current() function in Ice::CfgAllocatorTraits
52 void LivenessAllocatorTraits::set_current(const manager_type *Manager) { in set_current() function in Ice::LivenessAllocatorTraits
DIceMemory.h112 Traits::set_current(Manager); in sz_allocator_scope()
115 ~sz_allocator_scope() { Traits::set_current(nullptr); } in ~sz_allocator_scope()
144 static void set_current(const manager_type *Manager);
145 static void set_current(ArenaAllocator *Allocator);
146 static void set_current(std::nullptr_t);
171 static void set_current(const manager_type *Manager);
DIceCfg.cpp64 CfgAllocatorTraits::set_current(Allocator); in createAllocator()
/third_party/python/Lib/msilib/
D__init__.py412 def set_current(self): member in Feature
/third_party/python/Doc/library/
Dmsilib.rst425 .. method:: set_current()