Records
Functions
-
bool InitLogging (const LoggingSettings & settings)Sets the logging destination.
TODO(jperaza): LOG_TO_FILE is not yet supported.
-
void SetLogMessageHandler (LogMessageHandlerFunction log_message_handler) -
LogMessageHandlerFunction GetLogMessageHandler () -
template <typename t1, typename t2>std::string * MakeCheckOpString (const t1 & v1, const t2 & v2, const char * names)Defined at line 14 of file ../../third_party/mini_chromium/src/base/check_op.h
-
template <, >std::string * CheckEQImpl (const t1 & v1, const t2 & v2, const char * names)Defined at line 40 of file ../../third_party/mini_chromium/src/base/check_op.h
-
std::string * CheckEQImpl (int v1, int v2, const char * names)Defined at line 40 of file ../../third_party/mini_chromium/src/base/check_op.h
-
template <, >std::string * CheckNEImpl (const t1 & v1, const t2 & v2, const char * names)Defined at line 41 of file ../../third_party/mini_chromium/src/base/check_op.h
-
std::string * CheckNEImpl (int v1, int v2, const char * names)Defined at line 41 of file ../../third_party/mini_chromium/src/base/check_op.h
-
template <, >std::string * CheckLEImpl (const t1 & v1, const t2 & v2, const char * names)Defined at line 42 of file ../../third_party/mini_chromium/src/base/check_op.h
-
std::string * CheckLEImpl (int v1, int v2, const char * names)Defined at line 42 of file ../../third_party/mini_chromium/src/base/check_op.h
-
template <, >std::string * CheckLTImpl (const t1 & v1, const t2 & v2, const char * names)Defined at line 43 of file ../../third_party/mini_chromium/src/base/check_op.h
-
std::string * CheckLTImpl (int v1, int v2, const char * names)Defined at line 43 of file ../../third_party/mini_chromium/src/base/check_op.h
-
template <, >std::string * CheckGEImpl (const t1 & v1, const t2 & v2, const char * names)Defined at line 44 of file ../../third_party/mini_chromium/src/base/check_op.h
-
std::string * CheckGEImpl (int v1, int v2, const char * names)Defined at line 44 of file ../../third_party/mini_chromium/src/base/check_op.h
-
template <, >std::string * CheckGTImpl (const t1 & v1, const t2 & v2, const char * names)Defined at line 45 of file ../../third_party/mini_chromium/src/base/check_op.h
-
std::string * CheckGTImpl (int v1int v2const char * names)Defined at line 45 of file ../../third_party/mini_chromium/src/base/check_op.h