Searched refs:TestFunctionType (Results 1 – 1 of 1) sorted by relevance
260 using TestFunctionType = int(*)(int); in GetValidEntryPointTestImpl() typedef261 TestFunctionType testFunctionPointer = nullptr; in GetValidEntryPointTestImpl()262 …CHECK_NOTHROW(testFunctionPointer = DynamicBackendUtils::GetEntryPoint<TestFunctionType>(sharedObj… in GetValidEntryPointTestImpl()281 using TestFunctionType = int(*)(int); in GetNameMangledEntryPointTestImpl() typedef282 TestFunctionType testFunctionPointer = nullptr; in GetNameMangledEntryPointTestImpl()283 …CHECK_THROWS_AS(testFunctionPointer = DynamicBackendUtils::GetEntryPoint<TestFunctionType>(sharedO… in GetNameMangledEntryPointTestImpl()302 using TestFunctionType = int(*)(int); in GetNoExternEntryPointTestImpl() typedef303 TestFunctionType testFunctionPointer = nullptr; in GetNoExternEntryPointTestImpl()304 …CHECK_THROWS_AS(testFunctionPointer = DynamicBackendUtils::GetEntryPoint<TestFunctionType>(sharedO… in GetNoExternEntryPointTestImpl()323 using TestFunctionType = int(*)(int); in GetNotExistingEntryPointTestImpl() typedef[all …]