Home | History | Annotate | Download | only in test

Lines Matching refs:AutoHandle

1100   // Tests that the AutoHandle is correctly initialized with a handle.
1101 testing::internal::AutoHandle auto_handle(handle);
1116 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1117 testing::internal::AutoHandle auto_handle2;