Home
last modified time | relevance | path

Searched defs:CheckNotNull (Results 1 – 3 of 3) sorted by relevance

/external/ceres-solver/internal/ceres/miniglog/glog/
Dlogging.h364 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/
Dlogging.h1073 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/
Dcommon.h738 T* CheckNotNull(const char *file, int line, const char *name, T* val) { in CheckNotNull() function