Home | History | Annotate | Download | only in tests

Lines Matching full:nullptr

25     ASSERT_TRUE(LoadNativeBridge(kNativeBridgeLibrary, nullptr));
29 ASSERT_TRUE(InitializeNativeBridge(nullptr, nullptr));
33 ASSERT_FALSE(NativeBridgeIsSupported(nullptr));
34 ASSERT_EQ(nullptr, NativeBridgeLoadLibrary(nullptr, 0));
35 ASSERT_EQ(nullptr, NativeBridgeGetTrampoline(nullptr, nullptr, nullptr, 0));