Searched refs:IsOperator (Results 1 – 3 of 3) sorted by relevance
109 bool IsOperator(uint8 byte) const { return byte >= 0x41 && byte <= 0xb9; } in IsOperator() function
1218 if (IsOperator(byte)) { in ParsePCL6()
350 bool IsOperator(const char** expr, char op);1238 if (IsOperator(&expr, '|'))1240 else if (IsOperator(&expr, '&'))1387 Expression<QueryPolicy>::IsOperator(const char** expr, char op)