Searched defs:CHECK_NOTNULL (Results 1 - 1 of 1) sorted by relevance

/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h72 // CHECK_NOTNULL(variable) - fails if the variable is NULL.
355 // ---------------------------CHECK_NOTNULL macros ---------------------------
357 // Helpers for CHECK_NOTNULL(). Two are necessary to support both raw pointers
378 #define CHECK_NOTNULL(val) \ macro
382 // Debug only version of CHECK_NOTNULL

Completed in 70 milliseconds