Searched refs:operator_count (Results 1 – 1 of 1) sorted by relevance
518 const int operator_count = sizeof(operator_strs) / sizeof(operator_strs[0]); in get_operator() local519 for (int op = 0; op < operator_count; op++) { in get_operator()