Searched defs:CheckNotNull (Results 1 – 3 of 3) sorted by relevance
/external/ceres-solver/internal/ceres/miniglog/glog/ |
D | logging.h | 364 T* CheckNotNull(const char *file, int line, const char *names, T* t) { in CheckNotNull() function 369 T& CheckNotNull(const char *file, int line, const char *names, T& t) { in CheckNotNull() function
|
/external/chromium_org/third_party/cld/base/ |
D | logging.h | 1073 T* CheckNotNull(const char *file, int line, const char *names, T* t) { in CheckNotNull() function 1078 T& CheckNotNull(const char *file, int line, const char *names, T& t) { in CheckNotNull() function
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | common.h | 738 T* CheckNotNull(const char *file, int line, const char *name, T* val) { in CheckNotNull() function
|