Searched refs:ERR_STRING_CMP (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DExpression.py35 ERR_STRING_CMP = 'Unicode string and general string cannot be compared: [%s %s %s]' variable
193 raise BadExpression(ERR_STRING_CMP % (Oprand1, Operator, Oprand2))
H A DRangeExpression.py35 ERR_STRING_CMP = 'Unicode string and general string cannot be compared: [%s %s %s]' variable

Completed in 8 milliseconds