Lines Matching refs:name
37 // not include the name of the application as is traditional for easier
336 // full name of the lambda will typically include the name of the function that
407 #define CHECK_OP(name, op, val1, val2) CHECK((val1)op(val2))
446 #define CHECK_OP(name, op, val1, val2) \
451 ::logging::Check##name##Impl((val1), (val2), \
534 const char* name);
544 #define DEFINE_CHECK_OP_IMPL(name, op) \
546 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
553 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
672 #define DCHECK_OP(name, op, val1, val2) \
677 DCHECK_IS_ON() ? ::logging::Check##name##Impl( \
696 #define DCHECK_OP(name, op, val1, val2) \
903 // On Linux, with GCC, we can use __PRETTY_FUNCTION__ to get the demangled name