Searched defs:MojoTrapEvent (Results 1 – 2 of 2) sorted by relevance
26 struct MOJO_ALIGNAS(8) MojoTrapEvent { struct40 MojoTrapEventFlags flags; argument66 MOJO_STATIC_ASSERT(sizeof(MojoTrapEvent) == 32, argument
225 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F()525 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F()597 [](const MojoTrapEvent&) {}, [&] { wait.Signal(); }); in TEST_F()868 helper.CreateContext([](const MojoTrapEvent&) { NOTREACHED(); }); in TEST_F()1007 [](const MojoTrapEvent&) { NOTREACHED(); }, [&] { wait.Signal(); }); in TEST_F()1071 helper.CreateContext([](const MojoTrapEvent&) { NOTREACHED(); }); in TEST_F()1515 auto ignore_event = [](const MojoTrapEvent&) {}; in TEST_F()