Home
last modified time | relevance | path

Searched refs:unique_key (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMJIT.cpp725 static std::atomic<uint64_t> unique_key{ 0 }; in __anon4eae10b20a02() local
726 rr::DebugInfo::NotifyObjectEmitted(unique_key++, obj, l); in __anon4eae10b20a02()
/third_party/python/Modules/_ctypes/
D_ctypes.c2682 unique_key(CDataObject *target, Py_ssize_t index) in unique_key() function
2743 key = unique_key(target, index); in KeepRef()