Searched refs:allocateReturn (Results 1 – 1 of 1) sorted by relevance
61 std::ostream& operator<<(std::ostream& os, AllocateReturn allocateReturn) { in operator <<() argument62 switch (allocateReturn) { in operator <<()74 LOG(FATAL) << "Invalid AllocateReturn code " << static_cast<int>(allocateReturn); in operator <<()81 AllocateReturn allocateReturn) in TestDriverLatest() argument84 kAllocateReturn(allocateReturn) {} in TestDriverLatest()257 AllocateReturn allocateReturn) { in createAndRegisterDriver() argument259 CHECK(allocateReturn == AllocateReturn::NOT_SUPPORTED); in createAndRegisterDriver()267 new TestDriverLatest(name, std::move(supportedOperations), allocateReturn))); in createAndRegisterDriver()