Searched refs:EX_NULL_POINTER (Results 1 – 4 of 4) sorted by relevance
60 EX_NULL_POINTER = -4, enumerator
193 return Status::fromExceptionCode(Status::EX_NULL_POINTER, "can't find dropbox service"); in add()
51 return Return<R>{Status::fromExceptionCode(Status::EX_NULL_POINTER)}; in NullptrStatus()
253 private static final int EX_NULL_POINTER = -4; field in Parcel1875 code = EX_NULL_POINTER; in writeException()2018 case EX_NULL_POINTER: in readException()