Searched refs:kAllocateReturn (Results 1 – 1 of 1) sorted by relevance
91 kAllocateReturn(allocateReturn) {} in TestDriverLatest()125 switch (kAllocateReturn) { in allocate()142 LOG(FATAL) << "Invalid AllocateReturn code " << static_cast<int>(kAllocateReturn); in allocate()148 const AllocateReturn kAllocateReturn; member in __anonc6fc88ec0111::TestDriverLatest289 const AllocateReturn kAllocateReturn = std::get<2>(GetParam()); member in __anonc6fc88ec0111::MemoryDomainTest297 kAllocateReturn); in TEST_P()302 if (kAllocateReturn == AllocateReturn::OK) { in TEST_P()331 createAndRegisterDriver("test_driver_add", {V1_3::OperationType::ADD}, kAllocateReturn); in TEST_P()332 createAndRegisterDriver("test_driver_sub", {V1_3::OperationType::SUB}, kAllocateReturn); in TEST_P()333 createAndRegisterDriver("test_driver_mul", {V1_3::OperationType::MUL}, kAllocateReturn); in TEST_P()[all …]