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

/external/ceres-solver/internal/ceres/miniglog/glog/
H A Dlogging.h393 T& CheckNotNullCommon(const char *file, int line, const char *names, T& t) { function
402 return CheckNotNullCommon(file, line, names, t);
407 return CheckNotNullCommon(file, line, names, t);
/external/chromium_org/third_party/cld/base/
H A Dlogging.h1074 return CheckNotNullCommon(file, line, names, t);
1079 return CheckNotNullCommon(file, line, names, t);
1083 T& CheckNotNullCommon(const char *file, int line, const char *names, T& t) { function

Completed in 1457 milliseconds