Searched refs:AllocateReturn (Results 1 – 1 of 1) sorted by relevance
54 enum class AllocateReturn { OK, BAD_TOKEN, BAD_IBUFFER, BAD_STATUS, NOT_SUPPORTED }; enum57 std::ostream& operator<<(std::ostream& os, AllocateReturn allocateReturn) { in operator <<()59 case AllocateReturn::OK: in operator <<()61 case AllocateReturn::BAD_IBUFFER: in operator <<()63 case AllocateReturn::BAD_TOKEN: in operator <<()65 case AllocateReturn::BAD_STATUS: in operator <<()67 case AllocateReturn::NOT_SUPPORTED: in operator <<()77 AllocateReturn allocateReturn) in TestDriverLatest()112 case AllocateReturn::OK: in allocate()115 case AllocateReturn::BAD_IBUFFER: in allocate()[all …]