Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DUniquePtr.h58 reset();
77 void reset(T* ptr = NULL) {
104 reset();
118 void reset(T* ptr = NULL) {
183 c.reset(new C);
210 c.reset(new C[2]);
DScopedLocalRef.h33 reset(); in ~ScopedLocalRef()
36 void reset(T ptr = NULL) {
DScopedPrimitiveArray.h51 reset(javaArray); \
59 void reset(PRIMITIVE_TYPE ## Array javaArray) { \
116 void reset(PRIMITIVE_TYPE ## Array javaArray) { \
/libnativehelper/
DJNIHelp.cpp49 reset(); in ~scoped_local_ref()
52 void reset(T localRef = NULL) { in reset() function in scoped_local_ref