Home
last modified time | relevance | path

Searched defs:set_current (Results 1 – 2 of 2) 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
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
/third_party/python/Lib/msilib/
D__init__.py415 def set_current(self): member in Feature