Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DDynamicBackendTests.hpp260 using TestFunctionType = int(*)(int); in GetValidEntryPointTestImpl() typedef
261 TestFunctionType testFunctionPointer = nullptr; in GetValidEntryPointTestImpl()
262 …CHECK_NOTHROW(testFunctionPointer = DynamicBackendUtils::GetEntryPoint<TestFunctionType>(sharedObj… in GetValidEntryPointTestImpl()
281 using TestFunctionType = int(*)(int); in GetNameMangledEntryPointTestImpl() typedef
282 TestFunctionType testFunctionPointer = nullptr; in GetNameMangledEntryPointTestImpl()
283 …CHECK_THROWS_AS(testFunctionPointer = DynamicBackendUtils::GetEntryPoint<TestFunctionType>(sharedO… in GetNameMangledEntryPointTestImpl()
302 using TestFunctionType = int(*)(int); in GetNoExternEntryPointTestImpl() typedef
303 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 …]