Files
ortools-clone/docs/cpp/logging__utilities_8cc_source.html

149 lines
76 KiB
HTML
Raw Normal View History

2020-11-18 14:53:30 +01:00
<!-- HTML header for doxygen 1.8.18-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2021-09-20 15:57:27 +02:00
<meta name="generator" content="Doxygen 1.8.15"/>
2020-11-18 14:53:30 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>OR-Tools: logging_utilities.cc Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
2021-09-20 15:57:27 +02:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */</script>
2020-11-18 14:53:30 +01:00
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="styleSheet.tmp.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="orLogo.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">OR-Tools
2021-09-20 15:57:27 +02:00
&#160;<span id="projectnumber">9.1</span>
2020-11-18 14:53:30 +01:00
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-11-18 14:53:30 +01:00
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-11-18 14:53:30 +01:00
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('logging__utilities_8cc_source.html','');});
2020-11-18 14:53:30 +01:00
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">logging_utilities.cc</div> </div>
</div><!--header-->
<div class="contents">
2021-09-20 15:57:27 +02:00
<a href="logging__utilities_8cc.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2010-2021 Google LLC</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">// Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// you may not use this file except in compliance with the License.</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// You may obtain a copy of the License at</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// http://www.apache.org/licenses/LICENSE-2.0</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">// Unless required by applicable law or agreed to in writing, software</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">// distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment">// See the License for the specific language governing permissions and</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment">// limitations under the License.</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;</div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="logging__utilities_8h.html">ortools/base/logging_utilities.h</a>&quot;</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;</div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &lt;signal.h&gt;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &lt;stdio.h&gt;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="preprocessor">#if !defined(_MSC_VER)</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="preprocessor">#include &lt;pwd.h&gt;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="preprocessor">#include &lt;syslog.h&gt;</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#include &lt;unistd.h&gt;</span> <span class="comment">// For geteuid.</span></div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#endif</span></div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#if defined(_MSC_VER) // windows compatibility layer.</span></div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#ifndef WIN32_LEAN_AND_MEAN</span></div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#define WIN32_LEAN_AND_MEAN </span><span class="comment">/* We always want minimal includes */</span><span class="preproc
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_aa5bcfef09a25e887a41b29f9ba9be836"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#aa5bcfef09a25e887a41b29f9ba9be836">google::logging_internal::GetTID</a></div><div class="ttdeci">unsigned int GetTID()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00227">logging_utilities.cc:227</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a3575087756209916cf39e9055a3db0d9"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a3575087756209916cf39e9055a3db0d9">google::logging_internal::g_main_thread_pid</a></div><div class="ttdeci">static int32_t g_main_thread_pid</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00235">logging_utilities.cc:235</a></div></div>
<div class="ttc" id="namespacegoogle_html_ac5c2b8742bf06126bf261af57d826226"><div class="ttname"><a href="namespacegoogle.html#ac5c2b8742bf06126bf261af57d826226">google::g_program_invocation_short_name</a></div><div class="ttdeci">static const char * g_program_invocation_short_name</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00135">logging_utilities.cc:135</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_ade3847fd506fd2139eba5bfb459e74ca"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#ade3847fd506fd2139eba5bfb459e74ca">google::logging_internal::ShutdownGoogleLoggingUtilities</a></div><div class="ttdeci">void ShutdownGoogleLoggingUtilities()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00317">logging_utilities.cc:317</a></div></div>
<div class="ttc" id="structgoogle_1_1logging__internal_1_1_crash_reason_html"><div class="ttname"><a href="structgoogle_1_1logging__internal_1_1_crash_reason.html">google::logging_internal::CrashReason</a></div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00064">logging_utilities.h:64</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a88dfce8ed7ee385f0238de1387ea7845"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a88dfce8ed7ee385f0238de1387ea7845">google::logging_internal::SetCrashReason</a></div><div class="ttdeci">void SetCrashReason(const CrashReason *r)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00299">logging_utilities.cc:299</a></div></div>
<div class="ttc" id="namespacegoogle_html_a22d08fc0b76c06ab090b73db7326fb14"><div class="ttname"><a href="namespacegoogle.html#a22d08fc0b76c06ab090b73db7326fb14">google::DumpStackTraceAndExit</a></div><div class="ttdeci">static void DumpStackTraceAndExit()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00207">logging_utilities.cc:207</a></div></div>
<div class="ttc" id="logging__utilities_8h_html"><div class="ttname"><a href="logging__utilities_8h.html">logging_utilities.h</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_ae48c15a4cb2d1c03ec053b1a20fcde98"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#ae48c15a4cb2d1c03ec053b1a20fcde98">google::logging_internal::sync_val_compare_and_swap</a></div><div class="ttdeci">T sync_val_compare_and_swap(T *ptr, T oldval, T newval)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8h_source.html#l00050">logging_utilities.h:50</a></div></div>
<div class="ttc" id="namespacegoogle_html_a0e8c4aa281121b50ebb0dea4bf96b907"><div class="ttname"><a href="namespacegoogle.html#a0e8c4aa281121b50ebb0dea4bf96b907">google::g_main_thread_id</a></div><div class="ttdeci">static pthread_t g_main_thread_id</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00136">logging_utilities.cc:136</a></div></div>
<div class="ttc" id="io_8h_html"><div class="ttname"><a href="io_8h.html">io.h</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a9c47ee2a56d1ff63fd7be905c3f8216b"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a9c47ee2a56d1ff63fd7be905c3f8216b">google::logging_internal::g_reason</a></div><div class="ttdeci">static const CrashReason * g_reason</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00297">logging_utilities.cc:297</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a07cf4471662221986927d079727609d8"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a07cf4471662221986927d079727609d8">google::logging_internal::DumpStackTraceToString</a></div><div class="ttdeci">void DumpStackTraceToString(std::string *stacktrace)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00291">logging_utilities.cc:291</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_ac6be87e218241680245d9fac1b530ad4"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#ac6be87e218241680245d9fac1b530ad4">google::logging_internal::GetMainThreadPid</a></div><div class="ttdeci">int32_t GetMainThreadPid()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00236">logging_utilities.cc:236</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_af7c52c82f4832b6bfabe0c86a0c19d2e"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#af7c52c82f4832b6bfabe0c86a0c19d2e">google::logging_internal::const_basename</a></div><div class="ttdeci">const char * const_basename(const char *filepath)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00238">logging_utilities.cc:238</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_af8454039845aad804abcbabf98b68b23"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#af8454039845aad804abcbabf98b68b23">google::logging_internal::CycleClock_Now</a></div><div class="ttdeci">int64_t CycleClock_Now()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00231">logging_utilities.cc:231</a></div></div>
<div class="ttc" id="namespacegoogle_html_abd99151836bd291cbea511490fca47d5"><div class="ttname"><a href="namespacegoogle.html#abd99151836bd291cbea511490fca47d5">google::DumpPCAndSymbol</a></div><div class="ttdeci">static void DumpPCAndSymbol(DebugWriter *writerfn, void *arg, void *pc, const char *const prefix)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00170">logging_utilities.cc:170</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a43adca49683a5766aecb000c340e988c"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a43adca49683a5766aecb000c340e988c">google::logging_internal::ProgramInvocationShortName</a></div><div class="ttdeci">const char * ProgramInvocationShortName()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00214">logging_utilities.cc:214</a></div></div>
<div class="ttc" id="classgoogle_1_1logging__internal_1_1_google_initializer_html_a3409a485e69c1266b6a8545024e1c422"><div class="ttname"><a href="classgoogle_1_1logging__internal_1_1_google_initializer.html#a3409a485e69c1266b6a8545024e1c422">google::logging_internal::GoogleInitializer::void_function</a></div><div class="ttdeci">void(* void_function)(void)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00278">logging_utilities.cc:278</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_aa3792ddc75755350b76a7b196369eda3"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#aa3792ddc75755350b76a7b196369eda3">google::logging_internal::IsGoogleLoggingInitialized</a></div><div class="ttdeci">bool IsGoogleLoggingInitialized()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00223">logging_utilities.cc:223</a></div></div>
<div class="ttc" id="namespacegoogle_html_a80d0d63d8be7a9721961916a9ab9a9c3"><div class="ttname"><a href="namespacegoogle.html#a80d0d63d8be7a9721961916a9ab9a9c3">google::InstallFailureFunction</a></div><div class="ttdeci">void InstallFailureFunction(void(*fail_func)())</div><div class="ttdef"><b>Definition:</b> <a href="base_2logging_8cc_source.html#l01389">base/logging.cc:1389</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a7312c5461739019d51af465b36dd3778"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a7312c5461739019d51af465b36dd3778">google::logging_internal::REGISTER_MODULE_INITIALIZER</a></div><div class="ttdeci">REGISTER_MODULE_INITIALIZER(logging_utilities, MyUserNameInitializer())</div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a2cfbf632d17403200c1f304a45831c58"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a2cfbf632d17403200c1f304a45831c58">google::logging_internal::InitGoogleLoggingUtilities</a></div><div class="ttdeci">void InitGoogleLoggingUtilities(const char *argv0)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00304">logging_utilities.cc:304</a></div></div>
<div class="ttc" id="namespacegoogle_html_a7a8ce51948697c6393699eb985d1e9a5"><div class="ttname"><a href="namespacegoogle.html#a7a8ce51948697c6393699eb985d1e9a5">google::DumpPC</a></div><div class="ttdeci">static void DumpPC(DebugWriter *writerfn, void *arg, void *pc, const char *const prefix)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00186">logging_utilities.cc:186</a></div></div>
<div class="ttc" id="commandlineflags_8h_html"><div class="ttname"><a href="commandlineflags_8h.html">commandlineflags.h</a></div></div>
<div class="ttc" id="classgoogle_1_1logging__internal_1_1_google_initializer_html_a1b4efe182e3bdfc9976130e8f194810a"><div class="ttname"><a href="classgoogle_1_1logging__internal_1_1_google_initializer.html#a1b4efe182e3bdfc9976130e8f194810a">google::logging_internal::GoogleInitializer::GoogleInitializer</a></div><div class="ttdeci">GoogleInitializer(const char *, void_function f)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00279">logging_utilities.cc:279</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_ab4b1108b9ae5b83a817cd6a70d5d6f8f"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#ab4b1108b9ae5b83a817cd6a70d5d6f8f">google::logging_internal::MyUserNameInitializer</a></div><div class="ttdeci">static void MyUserNameInitializer()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00248">logging_utilities.cc:248</a></div></div>
<div class="ttc" id="namespacegoogle_html"><div class="ttname"><a href="namespacegoogle.html">google</a></div><div class="ttdef"><b>Definition:</b> <a href="log__severity_8h_source.html#l00024">log_severity.h:24</a></div></div>
<div class="ttc" id="logging__utilities_8cc_html_a7653f0406d2be26eb4cf63d2bddbcb51"><div class="ttname"><a href="logging__utilities_8cc.html#a7653f0406d2be26eb4cf63d2bddbcb51">ABSL_FLAG</a></div><div class="ttdeci">ABSL_FLAG(bool, symbolize_stacktrace, true, &quot;Symbolize the stack trace in the tombstone&quot;)</div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_aa536dcb5cfc111872f678b2b2137226a"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#aa536dcb5cfc111872f678b2b2137226a">google::logging_internal::g_my_user_name</a></div><div class="ttdeci">static std::string g_my_user_name</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00246">logging_utilities.cc:246</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_a524ba2b8ce15ad01369c230545fc3ec6"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#a524ba2b8ce15ad01369c230545fc3ec6">google::logging_internal::MyUserName</a></div><div class="ttdeci">const std::string &amp; MyUserName()</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00247">logging_utilities.cc:247</a></div></div>
<div class="ttc" id="classgoogle_1_1logging__internal_1_1_google_initializer_html"><div class="ttname"><a href="classgoogle_1_1logging__internal_1_1_google_initializer.html">google::logging_internal::GoogleInitializer</a></div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00276">logging_utilities.cc:276</a></div></div>
<div class="ttc" id="namespacegoogle_html_adddb104cc8ef7511c77c7a124147e67c"><div class="ttname"><a href="namespacegoogle.html#adddb104cc8ef7511c77c7a124147e67c">google::DumpStackTrace</a></div><div class="ttdeci">static void DumpStackTrace(int skip_count, DebugWriter *writerfn, void *arg)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00194">logging_utilities.cc:194</a></div></div>
<div class="ttc" id="namespacegoogle_html_aac49e2ae7e39dfc23b850fb4aed029e6"><div class="ttname"><a href="namespacegoogle.html#aac49e2ae7e39dfc23b850fb4aed029e6">google::kPrintfPointerFieldWidth</a></div><div class="ttdeci">static const int kPrintfPointerFieldWidth</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00156">logging_utilities.cc:156</a></div></div>
<div class="ttc" id="namespacegoogle_html_af41b03f65dd52519385ba6182094678c"><div class="ttname"><a href="namespacegoogle.html#af41b03f65dd52519385ba6182094678c">google::DebugWriter</a></div><div class="ttdeci">void DebugWriter(const char *, void *)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00152">logging_utilities.cc:152</a></div></div>
<div class="ttc" id="namespacegoogle_html_a7e0c1cd1ae509826433ab6d6d66e6af7"><div class="ttname"><a href="namespacegoogle.html#a7e0c1cd1ae509826433ab6d6d66e6af7">google::DebugWriteToString</a></div><div class="ttdeci">static void DebugWriteToString(const char *data, void *arg)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00165">logging_utilities.cc:165</a></div></div>
<div class="ttc" id="namespacegoogle_html_a0b4b2082a121da9a86f65d734b627a34"><div class="ttname"><a href="namespacegoogle.html#a0b4b2082a121da9a86f65d734b627a34">google::DebugWriteToStderr</a></div><div class="ttdeci">static void DebugWriteToStderr(const char *data, void *)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00158">logging_utilities.cc:158</a></div></div>
<div class="ttc" id="namespacegoogle_1_1logging__internal_html_aedfcd190e296797088cd453c4d6796a0"><div class="ttname"><a href="namespacegoogle_1_1logging__internal.html#aedfcd190e296797088cd453c4d6796a0">google::logging_internal::UsecToCycles</a></div><div class="ttdeci">int64_t UsecToCycles(int64_t usec)</div><div class="ttdef"><b>Definition:</b> <a href="logging__utilities_8cc_source.html#l00233">logging_utilities.cc:233</a></div></div>
2021-01-26 11:28:50 +01:00
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
2020-11-18 14:53:30 +01:00
<!-- HTML footer for doxygen 1.8.18-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_a7cc1eeded8f693d0da6c729bc88c45a.html">ortools</a></li><li class="navelem"><a class="el" href="dir_8f9dc966244f4c6e9b2fa0dee1e4ef1a.html">base</a></li><li class="navelem"><a class="el" href="logging__utilities_8cc.html">logging_utilities.cc</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
2021-09-20 15:57:27 +02:00
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
2020-11-18 14:53:30 +01:00
</ul>
</div>
</body>
</html>