Home
last modified time | relevance | path

Searched defs:cast (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DClass.annotated.java155 @libcore.util.Nullable public T cast(@libcore.util.Nullable java.lang.Object obj) { throw new Runti… in cast() method in Class
/libcore/ojluni/annotations/mmodule/java/lang/
DClass.annotated.java169 public T cast(java.lang.Object obj) { throw new RuntimeException("Stub!"); } in cast() method in Class
/libcore/ojluni/src/main/java/sun/invoke/util/
DWrapper.java438 public <T> T cast(Object x, Class<T> type) { in cast() method in Wrapper
/libcore/ojluni/annotations/hiddenapi/java/lang/
DClass.java350 public T cast(java.lang.Object obj) { in cast() method in Class
/libcore/luni/src/main/native/
Dlibcore_io_Memory.cpp47 template <typename T> static T cast(jlong address) { in cast() function