Searched refs:MakeCheckOpValueString (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/platform/default/ |
D | logging.h | 286 inline void MakeCheckOpValueString(std::ostream* os, const T& v) { in MakeCheckOpValueString() function 293 void MakeCheckOpValueString(std::ostream* os, const char& v); 295 void MakeCheckOpValueString(std::ostream* os, const signed char& v); 297 void MakeCheckOpValueString(std::ostream* os, const unsigned char& v); 302 void MakeCheckOpValueString(std::ostream* os, const std::nullptr_t& p); 346 MakeCheckOpValueString(comb.ForVar1(), v1); in MakeCheckOpString() 347 MakeCheckOpValueString(comb.ForVar2(), v2); in MakeCheckOpString()
|
D | logging.cc | 310 void MakeCheckOpValueString(std::ostream* os, const char& v) { in MakeCheckOpValueString() function 319 void MakeCheckOpValueString(std::ostream* os, const signed char& v) { in MakeCheckOpValueString() function 328 void MakeCheckOpValueString(std::ostream* os, const unsigned char& v) { in MakeCheckOpValueString() function 338 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 | 59 r"tensorflow::internal::MakeCheckOpValueString|"
|