Home
last modified time | relevance | path

Searched defs:UPtr (Results 1 – 2 of 2) sorted by relevance

/third_party/benchmark/src/
Dsysinfo.cc328 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
/third_party/skia/src/core/
DSkVM.h494 struct UPtr : public Ptr { struct
496 UPtr(int ix_) : Ptr(ix_) {} in UPtr() function