Searched refs:allocateReturn (Results 1 – 1 of 1) sorted by relevance
57 std::ostream& operator<<(std::ostream& os, AllocateReturn allocateReturn) { in operator <<() argument58 switch (allocateReturn) { in operator <<()70 LOG(FATAL) << "Invalid AllocateReturn code " << static_cast<int>(allocateReturn); in operator <<()77 AllocateReturn allocateReturn) in TestDriverLatest() argument80 kAllocateReturn(allocateReturn) {} in TestDriverLatest()252 AllocateReturn allocateReturn) { in createAndRegisterDriver() argument255 CHECK(allocateReturn == AllocateReturn::NOT_SUPPORTED); in createAndRegisterDriver()260 driver = new TestDriverLatest(name, std::move(supportedOperations), allocateReturn); in createAndRegisterDriver()