Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/win/
H A Dscoped_pdh_query.h17 struct ScopedPdhQueryTraits { struct
18 static PDH_HQUERY InvalidValue() { return nullptr; } in InvalidValue()
19 static void Free(PDH_HQUERY query) { ::PdhCloseQuery(query); } in Free()