Home | History | Annotate | Download | only in test

Lines Matching refs:AutoHandle

1166   // Tests that the AutoHandle is correctly initialized with a handle.
1167 testing::internal::AutoHandle auto_handle(handle);
1182 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1183 testing::internal::AutoHandle auto_handle2;