Lines Matching refs:AutoHandle
7471 AutoHandle write_handle_;
7473 AutoHandle child_handle_;
7478 AutoHandle event_handle_;
8064 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
8736 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
8739 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
8742 AutoHandle::~AutoHandle() { in ~AutoHandle()
8746 AutoHandle::Handle AutoHandle::Get() const { in Get()
8750 void AutoHandle::Reset() { in Reset()
8754 void AutoHandle::Reset(HANDLE handle) { in Reset()
8768 bool AutoHandle::IsCloseable() const { in IsCloseable()