Searched refs:allocateReturn (Results 1 – 1 of 1) sorted by relevance
68 std::ostream& operator<<(std::ostream& os, AllocateReturn allocateReturn) { in operator <<() argument69 switch (allocateReturn) { in operator <<()81 LOG(FATAL) << "Invalid AllocateReturn code " << static_cast<int>(allocateReturn); in operator <<()88 AllocateReturn allocateReturn) in TestDriverLatest() argument91 kAllocateReturn(allocateReturn) {} in TestDriverLatest()264 AllocateReturn allocateReturn) { in createAndRegisterDriver() argument266 CHECK(allocateReturn == AllocateReturn::NOT_SUPPORTED); in createAndRegisterDriver()274 new TestDriverLatest(name, std::move(supportedOperations), allocateReturn))); in createAndRegisterDriver()