Searched defs:CheckNotNull (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/c10/util/ |
H A D | logging_is_not_google_glog.h | 75 T* CheckNotNull(const char* file, int line, const char* names, T* t) { in CheckNotNull() function 80 T& CheckNotNull(const char* file, int line, const char* names, T& t) { in CheckNotNull() function
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/utils/ |
H A D | jni_utils.h | 44 T CheckNotNull(JNIEnv* env, T&& t) { in CheckNotNull() function
|
/aosp_15_r20/system/update_engine/common/ |
H A D | fake_prefs.cc | 31 void CheckNotNull(std::string_view key, void* ptr) { in CheckNotNull() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | logging.h | 163 T* CheckNotNull(const char* /* file */, int /* line */, in CheckNotNull() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | logging.h | 163 T* CheckNotNull(const char* /* file */, int /* line */, in CheckNotNull() function
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | logging.h | 509 T&& CheckNotNull(const char* file, int line, const char* exprtext, T&& t) { in CheckNotNull() function
|