Home | History | Annotate | Download | only in test

Lines Matching refs:AutoHandle

1102   // Tests that the AutoHandle is correctly initialized with a handle.
1103 testing::internal::AutoHandle auto_handle(handle);
1118 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1119 testing::internal::AutoHandle auto_handle2;