Home | History | Annotate | Download | only in test

Lines Matching refs:AutoHandle

982   // Tests that the AutoHandle is correctly initialized with a handle.
983 testing::internal::AutoHandle auto_handle(handle);
998 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
999 testing::internal::AutoHandle auto_handle2;