Home
last modified time | relevance | path

Searched defs:updateObject (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Analysis/inlining/
DRetainCountExamples.m95 void updateObject(DelegateTest *c, ReleaseCallbackTy rel) { function
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java713 public void updateObject(int columnIndex, Object x, int scale) in updateObject() method in Impl_RowSet
717 public void updateObject(int columnIndex, Object x) throws SQLException { in updateObject() method in Impl_RowSet
720 public void updateObject(String columnName, Object x, int scale) in updateObject() method in Impl_RowSet
724 public void updateObject(String columnName, Object x) throws SQLException { in updateObject() method in Impl_RowSet