Home
last modified time | relevance | path

Searched refs:updateInt (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerIntPair.h67 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal)); in setInt()
75 Value = Info::updateInt(Info::updatePointer(0, PtrVal), in setPointerAndInt()
165 static intptr_t updateInt(intptr_t OrigValue, intptr_t Int) { in updateInt() function
/external/llvm/include/llvm/ADT/
DPointerIntPair.h67 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal)); in setInt()
75 Value = Info::updateInt(Info::updatePointer(0, PtrVal), in setPointerAndInt()
165 static intptr_t updateInt(intptr_t OrigValue, intptr_t Int) { in updateInt() function
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java695 public void updateInt(int columnIndex, int x) throws SQLException { in updateInt() method in Impl_RowSet
698 public void updateInt(String columnName, int x) throws SQLException { in updateInt() method in Impl_RowSet
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSet.java1027 public void updateInt(int colIndex, int b) throws SQLException {
1162 public void updateInt(String colName, int b) throws SQLException {
1164 updateInt(col, b);