Searched refs:numA (Results 1 – 1 of 1) sorted by relevance
35 int32_t numA = 0; in operator() local37 if (PrintUtil::ConvertToInt(a, numA) && PrintUtil::ConvertToInt(b, numB)) { in operator()38 return numA > numB; in operator()