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

  /external/webrtc/webrtc/base/
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/tensorflow/tensorflow/core/platform/default/
logging.h 186 string* MakeCheckOpString(const T1& v1, const T2& v2,
190 // statement. See MakeCheckOpString for sample usage. Other
213 string* MakeCheckOpString(const T1& v1, const T2& v2, const char* exprtext) {
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/v8/src/base/
logging.h 171 std::string* MakeCheckOpString(Lhs lhs, Rhs rhs, char const* msg) {
181 // Commonly used instantiations of MakeCheckOpString<>. Explicitly instantiated
184 extern template V8_BASE_EXPORT std::string* MakeCheckOpString<type, type>( \
291 : MakeCheckOpString<LhsPassT, RhsPassT>(lhs, rhs, msg); \
  /external/libchrome/base/
logging.h 727 std::string* MakeCheckOpString(const t1& v1, const t2& v2, const char* names) {
738 // Commonly used instantiations of MakeCheckOpString<>. Explicitly instantiated
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>(
    [all...]

Completed in 929 milliseconds