Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc8115 AutoHandle write_handle_;
8117 AutoHandle child_handle_;
8122 AutoHandle event_handle_;
8910 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
9605 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
9608 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
9611 AutoHandle::~AutoHandle() { in ~AutoHandle()
9615 AutoHandle::Handle AutoHandle::Get() const { in Get()
9619 void AutoHandle::Reset() { in Reset()
9623 void AutoHandle::Reset(HANDLE handle) { in Reset()
[all …]
Dgtest.h2896 class GTEST_API_ AutoHandle {
2904 AutoHandle();
2905 explicit AutoHandle(Handle handle);
2907 ~AutoHandle();
2919 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
2935 AutoHandle event_;
3167 AutoHandle thread_;