Searched refs:MakeCheckOpString (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/base/
H A 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>(
H A Dchecks.h102 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { function in namespace:rtc
111 // Commonly used instantiations of MakeCheckOpString<>. Explicitly instantiated
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); \
/external/v8/src/base/
H A Dlogging.cc18 template std::string* MakeCheckOpString<type, type>(type, type, char const*);
H A Dlogging.h96 std::string* MakeCheckOpString(typename PassType<Lhs>::type lhs, function in namespace:v8::base
104 // Commonly used instantiations of MakeCheckOpString<>. Explicitly instantiated
107 extern template V8_BASE_EXPORT std::string* MakeCheckOpString<type, type>( \
184 : MakeCheckOpString<Lhs, Rhs>(lhs, rhs, msg); \
/external/tensorflow/tensorflow/core/platform/default/
H A Dlogging.h156 string* MakeCheckOpString(const T1& v1, const T2& v2,
160 // statement. See MakeCheckOpString for sample usage. Other
183 string* MakeCheckOpString(const T1& v1, const T2& v2, const char* exprtext) { function in namespace:tensorflow::internal
203 return ::tensorflow::internal::MakeCheckOpString(v1, v2, exprtext); \
211 return ::tensorflow::internal::MakeCheckOpString(v1, v2, exprtext); \
219 return ::tensorflow::internal::MakeCheckOpString(v1, v2, exprtext); \
/external/libchrome/base/
H A Dlogging.h656 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) { function in namespace:logging
667 // Commonly used instantiations of MakeCheckOpString<>. Explicitly instantiated
669 extern template BASE_EXPORT std::string* MakeCheckOpString<int, int>(
672 std::string* MakeCheckOpString<unsigned long, unsigned long>(
675 std::string* MakeCheckOpString<unsigned long, unsigned int>(
678 std::string* MakeCheckOpString<unsigned int, unsigned long>(
681 std::string* MakeCheckOpString<std::string, std::string>(
695 return ::logging::MakeCheckOpString(v1, v2, names); \
701 return ::logging::MakeCheckOpString(v1, v2, names); \
H A Dlogging.cc466 template std::string* MakeCheckOpString<int, int>(
468 template std::string* MakeCheckOpString<unsigned long, unsigned long>(
470 template std::string* MakeCheckOpString<unsigned long, unsigned int>(
472 template std::string* MakeCheckOpString<unsigned int, unsigned long>(
474 template std::string* MakeCheckOpString<std::string, std::string>(

Completed in 459 milliseconds