Searched refs:kAllocateReturn (Results 1 – 1 of 1) sorted by relevance
80 kAllocateReturn(allocateReturn) {} in TestDriverLatest()111 switch (kAllocateReturn) { in allocate()128 LOG(FATAL) << "Invalid AllocateReturn code " << static_cast<int>(kAllocateReturn); in allocate()134 const AllocateReturn kAllocateReturn; member in __anon95d73c260111::TestDriverLatest276 const AllocateReturn kAllocateReturn = std::get<2>(GetParam()); member in __anon95d73c260111::MemoryDomainTest283 kAllocateReturn); in TEST_P()288 if (kAllocateReturn == AllocateReturn::OK) { in TEST_P()317 createAndRegisterDriver("test_driver_add", {OperationType::ADD}, kAllocateReturn); in TEST_P()318 createAndRegisterDriver("test_driver_sub", {OperationType::SUB}, kAllocateReturn); in TEST_P()319 createAndRegisterDriver("test_driver_mul", {OperationType::MUL}, kAllocateReturn); in TEST_P()[all …]