Searched refs:isSigned (Results 1 – 3 of 3) sorted by relevance
1537 bool isSigned = generatedType.kind == SIGNED_INTEGER; in writeJavaRandomCompatibleIntegerAllocation() local1538 file << (isSigned ? "true" : "false") << ", " << generatedType.significantBits; in writeJavaRandomCompatibleIntegerAllocation()1540 bool isSigned = in writeJavaRandomCompatibleIntegerAllocation() local1542 file << (isSigned ? "true" : "false") << ", " in writeJavaRandomCompatibleIntegerAllocation()
48847 method public abstract boolean isSigned(int) throws java.sql.SQLException;49142 method public abstract boolean isSigned(int) throws java.sql.SQLException;
46318 method public abstract boolean isSigned(int) throws java.sql.SQLException;46613 method public abstract boolean isSigned(int) throws java.sql.SQLException;