Home
last modified time | relevance | path

Searched refs:MakeCheckOpString (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
Dchecks.h102 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { in MakeCheckOpString() function
113 extern template std::string* MakeCheckOpString<int, int>(
116 std::string* MakeCheckOpString<unsigned long, unsigned long>(
119 std::string* MakeCheckOpString<unsigned long, unsigned int>(
122 std::string* MakeCheckOpString<unsigned int, unsigned long>(
125 std::string* MakeCheckOpString<std::string, std::string>(
140 return rtc::MakeCheckOpString(v1, v2, names); \
146 return rtc::MakeCheckOpString(v1, v2, names); \
Dchecks.cc115 template std::string* MakeCheckOpString<int, int>(
117 template std::string* MakeCheckOpString<unsigned long, unsigned long>(
119 template std::string* MakeCheckOpString<unsigned long, unsigned int>(
121 template std::string* MakeCheckOpString<unsigned int, unsigned long>(
123 template std::string* MakeCheckOpString<std::string, std::string>(
/external/libchrome/base/
Dlogging.h582 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { in MakeCheckOpString() function
595 extern template BASE_EXPORT std::string* MakeCheckOpString<int, int>(
598 std::string* MakeCheckOpString<unsigned long, unsigned long>(
601 std::string* MakeCheckOpString<unsigned long, unsigned int>(
604 std::string* MakeCheckOpString<unsigned int, unsigned long>(
607 std::string* MakeCheckOpString<std::string, std::string>(
619 else return MakeCheckOpString(v1, v2, names); \
623 else return MakeCheckOpString(v1, v2, names); \
Dlogging.cc461 template std::string* MakeCheckOpString<int, int>(
463 template std::string* MakeCheckOpString<unsigned long, unsigned long>(
465 template std::string* MakeCheckOpString<unsigned long, unsigned int>(
467 template std::string* MakeCheckOpString<unsigned int, unsigned long>(
469 template std::string* MakeCheckOpString<std::string, std::string>(
/external/v8/src/base/
Dlogging.h96 std::string* MakeCheckOpString(typename PassType<Lhs>::type lhs, in MakeCheckOpString() function
107 extern template V8_BASE_EXPORT std::string* MakeCheckOpString<type, type>( \
184 : MakeCheckOpString<Lhs, Rhs>(lhs, rhs, msg); \
Dlogging.cc18 template std::string* MakeCheckOpString<type, type>(type, type, char const*);