HomeSort by relevance Sort by last modified time
    Searched refs:MakeCheckOpString (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/base/
checks.cc 115 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>(
checks.h 102 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) {
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/
logging.cc 18 template std::string* MakeCheckOpString<type, type>(type, type, char const*);
logging.h 96 std::string* MakeCheckOpString(typename PassType<Lhs>::type lhs,
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/
logging.h 156 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) {
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/
logging.h 656 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) {
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); \
    [all...]
logging.cc 466 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 241 milliseconds