Home
last modified time | relevance | path

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

/libnativehelper/include/nativehelper/
DUniquePtr.h62 reset();
81 void reset(T* ptr = NULL) {
115 reset();
129 void reset(T* ptr = NULL) {
196 c.reset(new C);
223 c.reset(new C[2]);
DScopedFd.h32 reset(); in ~ScopedFd()
45 void reset(int new_fd = -1) {
DScopedLocalRef.h32 reset(); in ~ScopedLocalRef()
35 void reset(T ptr = NULL) {
DScopedPrimitiveArray.h44 void reset(PRIMITIVE_TYPE ## Array javaArray) { \
93 void reset(PRIMITIVE_TYPE ## Array javaArray) { \
/libnativehelper/
DJNIHelp.cpp42 reset(); in ~scoped_local_ref()
45 void reset(T localRef = NULL) { in reset() function in scoped_local_ref