Searched refs:MakeCheckOpValueString (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.h | 155 inline void MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function 162 void MakeCheckOpValueString(std::ostream* os, const char& v); 164 void MakeCheckOpValueString(std::ostream* os, const signed char& v); 166 void MakeCheckOpValueString(std::ostream* os, const unsigned char& v); 171 void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& p); 215 MakeCheckOpValueString(comb.ForVar1(), v1); in MakeCheckOpString() 216 MakeCheckOpValueString(comb.ForVar2(), v2); in MakeCheckOpString()
|
D | logging.cc | 264 void MakeCheckOpValueString(std::ostream* os, const char& v) { in MakeCheckOpValueString() function 273 void MakeCheckOpValueString(std::ostream* os, const signed char& v) { in MakeCheckOpValueString() function 282 void MakeCheckOpValueString(std::ostream* os, const unsigned char& v) { in MakeCheckOpValueString() function 292 void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& p) { in MakeCheckOpValueString() function
|
/external/libchrome/base/ |
D | logging.h | 691 MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function 704 MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function 715 MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function 720 BASE_EXPORT void MakeCheckOpValueString(std::ostream* os, std::nullptr_t p); 730 MakeCheckOpValueString(&ss, v1); in MakeCheckOpString() 732 MakeCheckOpValueString(&ss, v2); in MakeCheckOpString() 924 EAT_STREAM_PARAMETERS << (::logging::MakeCheckOpValueString( \ 926 ::logging::MakeCheckOpValueString( \
|
D | logging.cc | 527 void MakeCheckOpValueString(std::ostream* os, std::nullptr_t p) { in MakeCheckOpValueString() function
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | def_file_filter.py.tpl | 56 r"tensorflow::internal::MakeCheckOpValueString|"
|