Home
last modified time | relevance | path

Searched refs:switch_uint (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/files/
Dfile_util_unittest.cc3024 unsigned int switch_uint = 0; in MULTIPROCESS_TEST_MAIN() local
3025 EXPECT_TRUE(StringToUint(switch_string, &switch_uint)); in MULTIPROCESS_TEST_MAIN()
3026 win::ScopedHandle sync_event(win::Uint32ToHandle(switch_uint)); in MULTIPROCESS_TEST_MAIN()
3051 unsigned int switch_uint = 0; in MULTIPROCESS_TEST_MAIN() local
3052 EXPECT_TRUE(StringToUint(switch_string, &switch_uint)); in MULTIPROCESS_TEST_MAIN()
3053 win::ScopedHandle sync_event(win::Uint32ToHandle(switch_uint)); in MULTIPROCESS_TEST_MAIN()