Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h969 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
970 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function