Searched refs:AllocateReturn (Results 1 – 1 of 1) sorted by relevance
65 enum class AllocateReturn { OK, BAD_TOKEN, BAD_IBUFFER, BAD_STATUS, NOT_SUPPORTED }; enum68 std::ostream& operator<<(std::ostream& os, AllocateReturn allocateReturn) { in operator <<()70 case AllocateReturn::OK: in operator <<()72 case AllocateReturn::BAD_IBUFFER: in operator <<()74 case AllocateReturn::BAD_TOKEN: in operator <<()76 case AllocateReturn::BAD_STATUS: in operator <<()78 case AllocateReturn::NOT_SUPPORTED: in operator <<()88 AllocateReturn allocateReturn) in TestDriverLatest()126 case AllocateReturn::OK: in allocate()129 case AllocateReturn::BAD_IBUFFER: in allocate()[all …]