Home
last modified time | relevance | path

Searched refs:MakeCheckOpString (Results 1 – 7 of 7) 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/tensorflow/tensorflow/core/platform/default/
Dlogging.h186 string* MakeCheckOpString(const T1& v1, const T2& v2,
213 string* MakeCheckOpString(const T1& v1, const T2& v2, const char* exprtext) { in MakeCheckOpString() function
233 return ::tensorflow::internal::MakeCheckOpString(v1, v2, exprtext); \
241 return ::tensorflow::internal::MakeCheckOpString(v1, v2, exprtext); \
248 return ::tensorflow::internal::MakeCheckOpString(v1, v2, exprtext); \
/external/libchrome/base/
Dlogging.h727 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { in MakeCheckOpString() function
740 extern template BASE_EXPORT std::string* MakeCheckOpString<int, int>(
743 std::string* MakeCheckOpString<unsigned long, unsigned long>(
746 std::string* MakeCheckOpString<unsigned long, unsigned int>(
749 std::string* MakeCheckOpString<unsigned int, unsigned long>(
752 std::string* MakeCheckOpString<std::string, std::string>(
770 return ::logging::MakeCheckOpString(v1, v2, names); \
776 return ::logging::MakeCheckOpString(v1, v2, names); \
Dlogging.cc516 template std::string* MakeCheckOpString<int, int>(
518 template std::string* MakeCheckOpString<unsigned long, unsigned long>(
520 template std::string* MakeCheckOpString<unsigned long, unsigned int>(
522 template std::string* MakeCheckOpString<unsigned int, unsigned long>(
524 template std::string* MakeCheckOpString<std::string, std::string>(
/external/v8/src/base/
Dlogging.h171 std::string* MakeCheckOpString(Lhs lhs, Rhs rhs, char const* msg) { in DEFINE_PRINT_CHECK_OPERAND_CHAR()
184 extern template V8_BASE_EXPORT std::string* MakeCheckOpString<type, type>( \
291 : MakeCheckOpString<LhsPassT, RhsPassT>(lhs, rhs, msg); \
Dlogging.cc92 template std::string* MakeCheckOpString<type, type>(type, type, \