Searched refs:valueExpected (Results 1 – 2 of 2) sorted by relevance
223 void ErrorClass::show(Type whatErr, std::string where, cl_ulong valueIs, cl_ulong valueExpected) { in show() argument225 tmp << "(is: " << valueIs << ", expected: " << valueExpected << ")"; in show()
93 void show(Type whatErr, std::string where, cl_ulong valueIs, cl_ulong valueExpected);