Searched refs:NativeBridgeIsSupported (Results 1 – 5 of 5) sorted by relevance
61 virtual bool NativeBridgeIsSupported(const char*) = 0;100 ON_CALL(*this, NativeBridgeIsSupported(_)).WillByDefault(Return(is_bridged_)); in MockPlatform()127 MOCK_METHOD1(NativeBridgeIsSupported, bool(const char*));173 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function174 return mock->NativeBridgeIsSupported(libpath); in NativeBridgeIsSupported()
314 if (NativeBridgeIsSupported(path_arg)) { in OpenNativeLibrary()
33 ASSERT_FALSE(NativeBridgeIsSupported(nullptr)); in TEST_F()
91 bool NativeBridgeIsSupported(const char* libpath);
578 bool NativeBridgeIsSupported(const char* libpath) { in NativeBridgeIsSupported() function