Update documentation to master ad9887ee0dc0

This commit is contained in:
Mark Mentovai 2015-10-28 16:54:59 -04:00
parent 390b6f2336
commit 3a37f8fe92
52 changed files with 301 additions and 236 deletions

View File

@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>This is the complete list of members for <a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html">crashpad::CompositeHTTPBodyStream</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#acadd842a8a9d844fd13f482858290993">CompositeHTTPBodyStream</a>(const PartsList &amp;parts)</td><td class="entry"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html">crashpad::CompositeHTTPBodyStream</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a8ed6efc6155915b464f0b8a02d67605b">GetBytesBuffer</a>(uint8_t *buffer, size_t max_len) override</td><td class="entry"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html">crashpad::CompositeHTTPBodyStream</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a66355480dd05beba77261f0a512d3e70">GetBytesBuffer</a>(uint8_t *buffer, size_t max_len) override</td><td class="entry"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html">crashpad::CompositeHTTPBodyStream</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HTTPBodyStream</b>() (defined in <a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>PartsList</b> typedef (defined in <a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html">crashpad::CompositeHTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html">crashpad::CompositeHTTPBodyStream</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~CompositeHTTPBodyStream</b>() override (defined in <a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html">crashpad::CompositeHTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html">crashpad::CompositeHTTPBodyStream</a></td><td class="entry"></td></tr>

View File

@ -122,9 +122,9 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:acadd842a8a9d844fd13f482858290993"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#acadd842a8a9d844fd13f482858290993">CompositeHTTPBodyStream</a> (const PartsList &amp;parts)</td></tr>
<tr class="memdesc:acadd842a8a9d844fd13f482858290993"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a stream from an array of other stream parts. <a href="#acadd842a8a9d844fd13f482858290993">More...</a><br /></td></tr>
<tr class="separator:acadd842a8a9d844fd13f482858290993"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ed6efc6155915b464f0b8a02d67605b"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a8ed6efc6155915b464f0b8a02d67605b">GetBytesBuffer</a> (uint8_t *buffer, size_t max_len) override</td></tr>
<tr class="memdesc:a8ed6efc6155915b464f0b8a02d67605b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies up to <em>max_len</em> bytes into the user-supplied buffer. <a href="#a8ed6efc6155915b464f0b8a02d67605b">More...</a><br /></td></tr>
<tr class="separator:a8ed6efc6155915b464f0b8a02d67605b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a66355480dd05beba77261f0a512d3e70"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a66355480dd05beba77261f0a512d3e70">GetBytesBuffer</a> (uint8_t *buffer, size_t max_len) override</td></tr>
<tr class="memdesc:a66355480dd05beba77261f0a512d3e70"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies up to <em>max_len</em> bytes into the user-supplied buffer. <a href="#a66355480dd05beba77261f0a512d3e70">More...</a><br /></td></tr>
<tr class="separator:a66355480dd05beba77261f0a512d3e70"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An implementation of <a class="el" href="classcrashpad_1_1HTTPBodyStream.html" title="An interface to a stream that can be used for an HTTP request body. ">HTTPBodyStream</a> that combines an array of several other <a class="el" href="classcrashpad_1_1HTTPBodyStream.html" title="An interface to a stream that can be used for an HTTP request body. ">HTTPBodyStream</a> objects into a single, unified stream. </p>
@ -162,7 +162,7 @@ Public Member Functions</h2></td></tr>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a8ed6efc6155915b464f0b8a02d67605b"></a>
<a class="anchor" id="a66355480dd05beba77261f0a512d3e70"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -170,7 +170,7 @@ Public Member Functions</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ssize_t crashpad::CompositeHTTPBodyStream::GetBytesBuffer </td>
<td class="memname">FileOperationResult crashpad::CompositeHTTPBodyStream::GetBytesBuffer </td>
<td>(</td>
<td class="paramtype">uint8_t *&#160;</td>
<td class="paramname"><em>buffer</em>, </td>
@ -204,7 +204,7 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>On success, a positive number indicating the number of bytes actually copied to <em>buffer</em>. On failure, a negative number. When the stream has no more data, returns <code>0</code>. </dd></dl>
<p>Implements <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#a1bb6a644866c3e01f15818be23bde9ef">crashpad::HTTPBodyStream</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#aa6a460e23c34ff7b2edc056a5ffd11b2">crashpad::HTTPBodyStream</a>.</p>
</div>
</div>

View File

@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>This is the complete list of members for <a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html">crashpad::FileHTTPBodyStream</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#acd103e1d8dd909c4487f55ddc41297f1">FileHTTPBodyStream</a>(const base::FilePath &amp;path)</td><td class="entry"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html">crashpad::FileHTTPBodyStream</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#af6774ed1f81fe667da00cd071b32a9c6">GetBytesBuffer</a>(uint8_t *buffer, size_t max_len) override</td><td class="entry"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html">crashpad::FileHTTPBodyStream</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#a0495ba46a1dcdaedaf525d340972d771">GetBytesBuffer</a>(uint8_t *buffer, size_t max_len) override</td><td class="entry"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html">crashpad::FileHTTPBodyStream</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HTTPBodyStream</b>() (defined in <a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~FileHTTPBodyStream</b>() override (defined in <a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html">crashpad::FileHTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html">crashpad::FileHTTPBodyStream</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~HTTPBodyStream</b>() (defined in <a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>

View File

@ -115,9 +115,9 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:acd103e1d8dd909c4487f55ddc41297f1"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#acd103e1d8dd909c4487f55ddc41297f1">FileHTTPBodyStream</a> (const base::FilePath &amp;path)</td></tr>
<tr class="memdesc:acd103e1d8dd909c4487f55ddc41297f1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a stream for reading the file at the specified <em>path</em>. <a href="#acd103e1d8dd909c4487f55ddc41297f1">More...</a><br /></td></tr>
<tr class="separator:acd103e1d8dd909c4487f55ddc41297f1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af6774ed1f81fe667da00cd071b32a9c6"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#af6774ed1f81fe667da00cd071b32a9c6">GetBytesBuffer</a> (uint8_t *buffer, size_t max_len) override</td></tr>
<tr class="memdesc:af6774ed1f81fe667da00cd071b32a9c6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies up to <em>max_len</em> bytes into the user-supplied buffer. <a href="#af6774ed1f81fe667da00cd071b32a9c6">More...</a><br /></td></tr>
<tr class="separator:af6774ed1f81fe667da00cd071b32a9c6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0495ba46a1dcdaedaf525d340972d771"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#a0495ba46a1dcdaedaf525d340972d771">GetBytesBuffer</a> (uint8_t *buffer, size_t max_len) override</td></tr>
<tr class="memdesc:a0495ba46a1dcdaedaf525d340972d771"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies up to <em>max_len</em> bytes into the user-supplied buffer. <a href="#a0495ba46a1dcdaedaf525d340972d771">More...</a><br /></td></tr>
<tr class="separator:a0495ba46a1dcdaedaf525d340972d771"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An implementation of <a class="el" href="classcrashpad_1_1HTTPBodyStream.html" title="An interface to a stream that can be used for an HTTP request body. ">HTTPBodyStream</a> that reads from the specified file and provides its contents for an HTTP body. </p>
@ -155,7 +155,7 @@ Public Member Functions</h2></td></tr>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="af6774ed1f81fe667da00cd071b32a9c6"></a>
<a class="anchor" id="a0495ba46a1dcdaedaf525d340972d771"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -163,7 +163,7 @@ Public Member Functions</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ssize_t crashpad::FileHTTPBodyStream::GetBytesBuffer </td>
<td class="memname">FileOperationResult crashpad::FileHTTPBodyStream::GetBytesBuffer </td>
<td>(</td>
<td class="paramtype">uint8_t *&#160;</td>
<td class="paramname"><em>buffer</em>, </td>
@ -197,7 +197,7 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>On success, a positive number indicating the number of bytes actually copied to <em>buffer</em>. On failure, a negative number. When the stream has no more data, returns <code>0</code>. </dd></dl>
<p>Implements <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#a1bb6a644866c3e01f15818be23bde9ef">crashpad::HTTPBodyStream</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#aa6a460e23c34ff7b2edc056a5ffd11b2">crashpad::HTTPBodyStream</a>.</p>
</div>
</div>

View File

@ -98,7 +98,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html#a95e3c16213d1b2eb9a6896057afd7463">Close</a>()</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html">crashpad::FileReader</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>FileReader</b>() (defined in <a class="el" href="classcrashpad_1_1FileReader.html">crashpad::FileReader</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html">crashpad::FileReader</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html#a7b1d936d3040a4ba89fca13fc6566ddd">Open</a>(const base::FilePath &amp;path)</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html">crashpad::FileReader</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html#a21e7cad5ba35ac895a3640e06ec75783">Read</a>(void *data, size_t size) override</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html">crashpad::FileReader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html#a71bb3e12f135a0e84b1385ab89e46611">Read</a>(void *data, size_t size) override</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html">crashpad::FileReader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a>(void *data, size_t size)</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html#aa468e6ee52895d46173aed720230f4b8">Seek</a>(FileOffset offset, int whence) override</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReader.html">crashpad::FileReader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a49a884bfb0a61461b0291c975aa15382">SeekGet</a>()</td><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td><td class="entry"></td></tr>

View File

@ -119,15 +119,15 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:a95e3c16213d1b2eb9a6896057afd7463"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReader.html#a95e3c16213d1b2eb9a6896057afd7463">Close</a> ()</td></tr>
<tr class="memdesc:a95e3c16213d1b2eb9a6896057afd7463"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps CheckedCloseHandle(). <a href="#a95e3c16213d1b2eb9a6896057afd7463">More...</a><br /></td></tr>
<tr class="separator:a95e3c16213d1b2eb9a6896057afd7463"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a21e7cad5ba35ac895a3640e06ec75783"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReader.html#a21e7cad5ba35ac895a3640e06ec75783">Read</a> (void *data, size_t size) override</td></tr>
<tr class="memdesc:a21e7cad5ba35ac895a3640e06ec75783"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#a21e7cad5ba35ac895a3640e06ec75783">More...</a><br /></td></tr>
<tr class="separator:a21e7cad5ba35ac895a3640e06ec75783"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a71bb3e12f135a0e84b1385ab89e46611"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReader.html#a71bb3e12f135a0e84b1385ab89e46611">Read</a> (void *data, size_t size) override</td></tr>
<tr class="memdesc:a71bb3e12f135a0e84b1385ab89e46611"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#a71bb3e12f135a0e84b1385ab89e46611">More...</a><br /></td></tr>
<tr class="separator:a71bb3e12f135a0e84b1385ab89e46611"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa468e6ee52895d46173aed720230f4b8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReader.html#aa468e6ee52895d46173aed720230f4b8">Seek</a> (<a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a> offset, int whence) override</td></tr>
<tr class="memdesc:aa468e6ee52895d46173aed720230f4b8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a3d6cedc10e24145d4a0c1000c33f8a10" title="Wraps lseek() or SetFilePointerEx(). Logs an error if the operation fails. ">LoggingSeekFile()</a> or provides an alternate implementation with identical semantics. <a href="#aa468e6ee52895d46173aed720230f4b8">More...</a><br /></td></tr>
<tr class="separator:aa468e6ee52895d46173aed720230f4b8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classcrashpad_1_1FileReaderInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classcrashpad_1_1FileReaderInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td></tr>
<tr class="memitem:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a> (void *data, size_t size)</td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="separator:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classcrashpad_1_1FileSeekerInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classcrashpad_1_1FileSeekerInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td></tr>
<tr class="memitem:a49a884bfb0a61461b0291c975aa15382 inherit pub_methods_classcrashpad_1_1FileSeekerInterface"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a49a884bfb0a61461b0291c975aa15382">SeekGet</a> ()</td></tr>
@ -178,7 +178,7 @@ Public Member Functions</h2></td></tr>
</div>
</div>
<a class="anchor" id="a21e7cad5ba35ac895a3640e06ec75783"></a>
<a class="anchor" id="a71bb3e12f135a0e84b1385ab89e46611"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -186,7 +186,7 @@ Public Member Functions</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ssize_t crashpad::FileReader::Read </td>
<td class="memname">FileOperationResult crashpad::FileReader::Read </td>
<td>(</td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>data</em>, </td>
@ -210,11 +210,11 @@ Public Member Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<p>Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<dl class="section return"><dt>Returns</dt><dd>The number of bytes actually read if the operation succeeded, which may be <code>0</code> or any positive value less than or equal to <em>size</em>. <code>-1</code> if the operation failed, with an error message logged.</dd></dl>
<dl class="section note"><dt>Note</dt><dd>It is only valid to call this method between a successful <a class="el" href="classcrashpad_1_1FileReader.html#a7b1d936d3040a4ba89fca13fc6566ddd" title="Wraps LoggingOpenFileForRead(). ">Open()</a> and a <a class="el" href="classcrashpad_1_1FileReader.html#a95e3c16213d1b2eb9a6896057afd7463" title="Wraps CheckedCloseHandle(). ">Close()</a>. </dd></dl>
<p>Implements <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503">crashpad::FileReaderInterface</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1">crashpad::FileReaderInterface</a>.</p>
</div>
</div>

View File

@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>This is the complete list of members for <a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503">Read</a>(void *data, size_t size)=0</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1">Read</a>(void *data, size_t size)=0</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a>(void *data, size_t size)</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a8d56f7d12dfcce3e4a39ad1524302aa1">Seek</a>(FileOffset offset, int whence)=0</td><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a49a884bfb0a61461b0291c975aa15382">SeekGet</a>()</td><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td><td class="entry"></td></tr>

View File

@ -116,11 +116,11 @@ Inheritance diagram for crashpad::FileReaderInterface:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a67ef8aff0f95c94627479f2fe48e0503"><td class="memItemLeft" align="right" valign="top">virtual ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503">Read</a> (void *data, size_t size)=0</td></tr>
<tr class="memdesc:a67ef8aff0f95c94627479f2fe48e0503"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#a67ef8aff0f95c94627479f2fe48e0503">More...</a><br /></td></tr>
<tr class="separator:a67ef8aff0f95c94627479f2fe48e0503"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad9035ff345274f33cef248712d53d9e1"><td class="memItemLeft" align="right" valign="top">virtual FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1">Read</a> (void *data, size_t size)=0</td></tr>
<tr class="memdesc:ad9035ff345274f33cef248712d53d9e1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#ad9035ff345274f33cef248712d53d9e1">More...</a><br /></td></tr>
<tr class="separator:ad9035ff345274f33cef248712d53d9e1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad046f1ebf1071eb6b92a2a8d06c14a56"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a> (void *data, size_t size)</td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="separator:ad046f1ebf1071eb6b92a2a8d06c14a56"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classcrashpad_1_1FileSeekerInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classcrashpad_1_1FileSeekerInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td></tr>
<tr class="memitem:a8d56f7d12dfcce3e4a39ad1524302aa1 inherit pub_methods_classcrashpad_1_1FileSeekerInterface"><td class="memItemLeft" align="right" valign="top">virtual <a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a8d56f7d12dfcce3e4a39ad1524302aa1">Seek</a> (<a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a> offset, int whence)=0</td></tr>
@ -136,7 +136,7 @@ Public Member Functions</h2></td></tr>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An interface to read to files and other file-like objects with semantics matching the underlying platform (POSIX or Windows). </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a67ef8aff0f95c94627479f2fe48e0503"></a>
<a class="anchor" id="ad9035ff345274f33cef248712d53d9e1"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -144,7 +144,7 @@ Public Member Functions</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual ssize_t crashpad::FileReaderInterface::Read </td>
<td class="memname">virtual FileOperationResult crashpad::FileReaderInterface::Read </td>
<td>(</td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>data</em>, </td>
@ -168,10 +168,10 @@ Public Member Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<p>Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<dl class="section return"><dt>Returns</dt><dd>The number of bytes actually read if the operation succeeded, which may be <code>0</code> or any positive value less than or equal to <em>size</em>. <code>-1</code> if the operation failed, with an error message logged. </dd></dl>
<p>Implemented in <a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#aae561c70f5e31f3bf6f04e39195f5d35">crashpad::WeakStdioFileReader</a>, <a class="el" href="classcrashpad_1_1FileReader.html#a21e7cad5ba35ac895a3640e06ec75783">crashpad::FileReader</a>, <a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#abdc97d363cd4142317ec7c2ffd482992">crashpad::WeakFileHandleFileReader</a>, and <a class="el" href="classcrashpad_1_1StringFile.html#ae3090a365d3db2cbf4e0bb816ce4ba03">crashpad::StringFile</a>.</p>
<p>Implemented in <a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#adcedaed4a1465abddb7ac3c1f3643ff8">crashpad::WeakStdioFileReader</a>, <a class="el" href="classcrashpad_1_1FileReader.html#a71bb3e12f135a0e84b1385ab89e46611">crashpad::FileReader</a>, <a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#adabfaf3549ac5a3269475a567645e095">crashpad::WeakFileHandleFileReader</a>, and <a class="el" href="classcrashpad_1_1StringFile.html#a05de4b2d8ef91a974181d7340c61b346">crashpad::StringFile</a>.</p>
</div>
</div>
@ -199,7 +199,7 @@ Public Member Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. </p>
<p>Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. </p>
<p>Semantically, this behaves as <a class="el" href="namespacecrashpad.html#abd2a51526c1f15e3f21a962457cbc53a" title="Wraps ReadFile(), ensuring that exactly size bytes are read. ">LoggingReadFile()</a>.</p>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> if the operation succeeded, <code>false</code> if it failed, with an error message logged. Short reads are treated as failures. </dd></dl>

View File

@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>This is the complete list of members for <a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html#a1bb6a644866c3e01f15818be23bde9ef">GetBytesBuffer</a>(uint8_t *buffer, size_t max_len)=0</td><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html#aa6a460e23c34ff7b2edc056a5ffd11b2">GetBytesBuffer</a>(uint8_t *buffer, size_t max_len)=0</td><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>HTTPBodyStream</b>() (defined in <a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~HTTPBodyStream</b>() (defined in <a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->

View File

@ -114,14 +114,14 @@ Inheritance diagram for crashpad::HTTPBodyStream:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a1bb6a644866c3e01f15818be23bde9ef"><td class="memItemLeft" align="right" valign="top">virtual ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html#a1bb6a644866c3e01f15818be23bde9ef">GetBytesBuffer</a> (uint8_t *buffer, size_t max_len)=0</td></tr>
<tr class="memdesc:a1bb6a644866c3e01f15818be23bde9ef"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies up to <em>max_len</em> bytes into the user-supplied buffer. <a href="#a1bb6a644866c3e01f15818be23bde9ef">More...</a><br /></td></tr>
<tr class="separator:a1bb6a644866c3e01f15818be23bde9ef"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa6a460e23c34ff7b2edc056a5ffd11b2"><td class="memItemLeft" align="right" valign="top">virtual FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html#aa6a460e23c34ff7b2edc056a5ffd11b2">GetBytesBuffer</a> (uint8_t *buffer, size_t max_len)=0</td></tr>
<tr class="memdesc:aa6a460e23c34ff7b2edc056a5ffd11b2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies up to <em>max_len</em> bytes into the user-supplied buffer. <a href="#aa6a460e23c34ff7b2edc056a5ffd11b2">More...</a><br /></td></tr>
<tr class="separator:aa6a460e23c34ff7b2edc056a5ffd11b2"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An interface to a stream that can be used for an HTTP request body. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a1bb6a644866c3e01f15818be23bde9ef"></a>
<a class="anchor" id="aa6a460e23c34ff7b2edc056a5ffd11b2"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -129,7 +129,7 @@ Public Member Functions</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual ssize_t crashpad::HTTPBodyStream::GetBytesBuffer </td>
<td class="memname">virtual FileOperationResult crashpad::HTTPBodyStream::GetBytesBuffer </td>
<td>(</td>
<td class="paramtype">uint8_t *&#160;</td>
<td class="paramname"><em>buffer</em>, </td>
@ -163,7 +163,7 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>On success, a positive number indicating the number of bytes actually copied to <em>buffer</em>. On failure, a negative number. When the stream has no more data, returns <code>0</code>. </dd></dl>
<p>Implemented in <a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a8ed6efc6155915b464f0b8a02d67605b">crashpad::CompositeHTTPBodyStream</a>, <a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#af6774ed1f81fe667da00cd071b32a9c6">crashpad::FileHTTPBodyStream</a>, and <a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#aef52b9001e6111900c7836d601dee2b3">crashpad::StringHTTPBodyStream</a>.</p>
<p>Implemented in <a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a66355480dd05beba77261f0a512d3e70">crashpad::CompositeHTTPBodyStream</a>, <a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#a0495ba46a1dcdaedaf525d340972d771">crashpad::FileHTTPBodyStream</a>, and <a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#afa56035c89a4cfcc0e028c8c1838a56d">crashpad::StringHTTPBodyStream</a>.</p>
</div>
</div>

View File

@ -110,7 +110,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html#ac412fbdc86c4b0862f74f7b06170469a">Size</a>() const =0</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a5ec8c62e1ff32421b01bf2677ad66761">SourceVersion</a>(uint16_t *version_0, uint16_t *version_1, uint16_t *version_2, uint16_t *version_3) const =0</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a061dbd6816d0524396af0063e6976adb">Timestamp</a>() const =0</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1">UUID</a>(crashpad::UUID *uuid) const =0</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119">UUIDAndAge</a>(crashpad::UUID *uuid, uint32_t *age) const =0</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">pure virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~ModuleSnapshot</b>() (defined in <a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->

View File

@ -150,9 +150,9 @@ virtual uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el
virtual <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d87ece6e04d48d219f7">ModuleType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html#abbed0f3c66180be9ab625fc07375dea8">GetModuleType</a> () const =0</td></tr>
<tr class="memdesc:abbed0f3c66180be9ab625fc07375dea8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules type. <br /></td></tr>
<tr class="separator:abbed0f3c66180be9ab625fc07375dea8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abe496c52eb77c0dced87a644331ea9b1"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1">UUID</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid) const =0</td></tr>
<tr class="memdesc:abe496c52eb77c0dced87a644331ea9b1"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. <a href="#abe496c52eb77c0dced87a644331ea9b1">More...</a><br /></td></tr>
<tr class="separator:abe496c52eb77c0dced87a644331ea9b1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a24a9de66bb92e51ac5bb3f04f076a119"><td class="memItemLeft" align="right" valign="top">virtual void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119">UUIDAndAge</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid, uint32_t *age) const =0</td></tr>
<tr class="memdesc:a24a9de66bb92e51ac5bb3f04f076a119"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. <a href="#a24a9de66bb92e51ac5bb3f04f076a119">More...</a><br /></td></tr>
<tr class="separator:a24a9de66bb92e51ac5bb3f04f076a119"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a11075b25729fda7cf96ed8c8b25061a2"><td class="memItemLeft" align="right" valign="top">virtual std::vector&lt; std::string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a11075b25729fda7cf96ed8c8b25061a2">AnnotationsVector</a> () const =0</td></tr>
<tr class="memdesc:a11075b25729fda7cf96ed8c8b25061a2"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns string annotations recorded in the module. <a href="#a11075b25729fda7cf96ed8c8b25061a2">More...</a><br /></td></tr>
<tr class="separator:a11075b25729fda7cf96ed8c8b25061a2"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -418,7 +418,7 @@ virtual <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d
</div>
</div>
<a class="anchor" id="abe496c52eb77c0dced87a644331ea9b1"></a>
<a class="anchor" id="a24a9de66bb92e51ac5bb3f04f076a119"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -426,11 +426,21 @@ virtual <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual void crashpad::ModuleSnapshot::UUID </td>
<td class="memname">virtual void crashpad::ModuleSnapshot::UUIDAndAge </td>
<td>(</td>
<td class="paramtype"><a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *&#160;</td>
<td class="paramname"><em>uuid</em></td><td>)</td>
<td> const</td>
<td class="paramname"><em>uuid</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint32_t *&#160;</td>
<td class="paramname"><em>age</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</td>
@ -440,10 +450,11 @@ virtual <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d
</table>
</div><div class="memdoc">
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out. </p>
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out.</p>
<p><em>age</em> is the number of times the <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> has been reused. This occurs on Windows with incremental linking. On other platforms <em>age</em> will always be <code>0</code>. </p>
<p>Implemented in <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#af1420f760358c7946669c9ed46e5b3a4">crashpad::test::TestModuleSnapshot</a>, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a6dd6d469da8f26dee4c96aedf01d8557">crashpad::internal::ModuleSnapshotWin</a>, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a926b8fb41ff115085d2118d54a2580ad">crashpad::internal::ModuleSnapshotMac</a>, and <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#aa9c70e3ae61087d8197d48b5e1d697f3">crashpad::internal::ModuleSnapshotMinidump</a>.</p>
<p>Implemented in <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#a74ace0376367c9f1fccdbc52f8922de0">crashpad::test::TestModuleSnapshot</a>, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a7a18b084cf48b7a53f9d660e9339428f">crashpad::internal::ModuleSnapshotWin</a>, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a83c57596fdff2d1bc67d2727be72c2ee">crashpad::internal::ModuleSnapshotMac</a>, and <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#ac874f6717e8e81464bff57db2274add5">crashpad::internal::ModuleSnapshotMinidump</a>.</p>
</div>
</div>

View File

@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>This is the complete list of members for <a class="el" href="classcrashpad_1_1StringFile.html">crashpad::StringFile</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1StringFile.html#ae3090a365d3db2cbf4e0bb816ce4ba03">Read</a>(void *data, size_t size) override</td><td class="entry"><a class="el" href="classcrashpad_1_1StringFile.html">crashpad::StringFile</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1StringFile.html#a05de4b2d8ef91a974181d7340c61b346">Read</a>(void *data, size_t size) override</td><td class="entry"><a class="el" href="classcrashpad_1_1StringFile.html">crashpad::StringFile</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a>(void *data, size_t size)</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1StringFile.html#acc9180465c3147b38c6d6aa4049f8958">Reset</a>()</td><td class="entry"><a class="el" href="classcrashpad_1_1StringFile.html">crashpad::StringFile</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1StringFile.html#acabb59b99e86bea5949f7a9a47c6dbcc">Seek</a>(FileOffset offset, int whence) override</td><td class="entry"><a class="el" href="classcrashpad_1_1StringFile.html">crashpad::StringFile</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>

View File

@ -127,9 +127,9 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="clas
void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1StringFile.html#acc9180465c3147b38c6d6aa4049f8958">Reset</a> ()</td></tr>
<tr class="memdesc:acc9180465c3147b38c6d6aa4049f8958"><td class="mdescLeft">&#160;</td><td class="mdescRight">Resets the virtual files contents to be empty, and resets its file position to <code>0</code>. <br /></td></tr>
<tr class="separator:acc9180465c3147b38c6d6aa4049f8958"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae3090a365d3db2cbf4e0bb816ce4ba03"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1StringFile.html#ae3090a365d3db2cbf4e0bb816ce4ba03">Read</a> (void *data, size_t size) override</td></tr>
<tr class="memdesc:ae3090a365d3db2cbf4e0bb816ce4ba03"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#ae3090a365d3db2cbf4e0bb816ce4ba03">More...</a><br /></td></tr>
<tr class="separator:ae3090a365d3db2cbf4e0bb816ce4ba03"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a05de4b2d8ef91a974181d7340c61b346"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1StringFile.html#a05de4b2d8ef91a974181d7340c61b346">Read</a> (void *data, size_t size) override</td></tr>
<tr class="memdesc:a05de4b2d8ef91a974181d7340c61b346"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#a05de4b2d8ef91a974181d7340c61b346">More...</a><br /></td></tr>
<tr class="separator:a05de4b2d8ef91a974181d7340c61b346"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa7e22ad48bbedf3e1e6a257cfba0c137"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1StringFile.html#aa7e22ad48bbedf3e1e6a257cfba0c137">Write</a> (const void *data, size_t size) override</td></tr>
<tr class="memdesc:aa7e22ad48bbedf3e1e6a257cfba0c137"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8a91af9c690d2a280c463596bf82070b" title="Wraps WriteFile(), ensuring that exactly size bytes are written. ">LoggingWriteFile()</a>, or provides an implementation with identical semantics. <a href="#aa7e22ad48bbedf3e1e6a257cfba0c137">More...</a><br /></td></tr>
<tr class="separator:aa7e22ad48bbedf3e1e6a257cfba0c137"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -141,7 +141,7 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="clas
<tr class="separator:acabb59b99e86bea5949f7a9a47c6dbcc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classcrashpad_1_1FileReaderInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classcrashpad_1_1FileReaderInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td></tr>
<tr class="memitem:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a> (void *data, size_t size)</td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="separator:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classcrashpad_1_1FileSeekerInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classcrashpad_1_1FileSeekerInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td></tr>
<tr class="memitem:a49a884bfb0a61461b0291c975aa15382 inherit pub_methods_classcrashpad_1_1FileSeekerInterface"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a49a884bfb0a61461b0291c975aa15382">SeekGet</a> ()</td></tr>
@ -155,7 +155,7 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="clas
<div class="textblock"><p>A file reader and writer backed by a virtual file, as opposed to a file on disk or other operating system file descriptor-based file. </p>
<p>The virtual file is a buffer in memory. This class is convenient for use with other code that normally expects to read or write files, when it is impractical or inconvenient to read or write a file. It is expected that tests, in particular, will benefit from using this class. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="ae3090a365d3db2cbf4e0bb816ce4ba03"></a>
<a class="anchor" id="a05de4b2d8ef91a974181d7340c61b346"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -163,7 +163,7 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="clas
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ssize_t crashpad::StringFile::Read </td>
<td class="memname">FileOperationResult crashpad::StringFile::Read </td>
<td>(</td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>data</em>, </td>
@ -187,10 +187,10 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="clas
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<p>Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<dl class="section return"><dt>Returns</dt><dd>The number of bytes actually read if the operation succeeded, which may be <code>0</code> or any positive value less than or equal to <em>size</em>. <code>-1</code> if the operation failed, with an error message logged. </dd></dl>
<p>Implements <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503">crashpad::FileReaderInterface</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1">crashpad::FileReaderInterface</a>.</p>
</div>
</div>

View File

@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>This is the complete list of members for <a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html">crashpad::StringHTTPBodyStream</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#aef52b9001e6111900c7836d601dee2b3">GetBytesBuffer</a>(uint8_t *buffer, size_t max_len) override</td><td class="entry"><a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html">crashpad::StringHTTPBodyStream</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#afa56035c89a4cfcc0e028c8c1838a56d">GetBytesBuffer</a>(uint8_t *buffer, size_t max_len) override</td><td class="entry"><a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html">crashpad::StringHTTPBodyStream</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>HTTPBodyStream</b>() (defined in <a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">protected</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#a22c14df64745c7aeca6da61004a30a7b">StringHTTPBodyStream</a>(const std::string &amp;string)</td><td class="entry"><a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html">crashpad::StringHTTPBodyStream</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~HTTPBodyStream</b>() (defined in <a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1HTTPBodyStream.html">crashpad::HTTPBodyStream</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>

View File

@ -115,9 +115,9 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:a22c14df64745c7aeca6da61004a30a7b"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#a22c14df64745c7aeca6da61004a30a7b">StringHTTPBodyStream</a> (const std::string &amp;string)</td></tr>
<tr class="memdesc:a22c14df64745c7aeca6da61004a30a7b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a stream with the specified string. <a href="#a22c14df64745c7aeca6da61004a30a7b">More...</a><br /></td></tr>
<tr class="separator:a22c14df64745c7aeca6da61004a30a7b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aef52b9001e6111900c7836d601dee2b3"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#aef52b9001e6111900c7836d601dee2b3">GetBytesBuffer</a> (uint8_t *buffer, size_t max_len) override</td></tr>
<tr class="memdesc:aef52b9001e6111900c7836d601dee2b3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies up to <em>max_len</em> bytes into the user-supplied buffer. <a href="#aef52b9001e6111900c7836d601dee2b3">More...</a><br /></td></tr>
<tr class="separator:aef52b9001e6111900c7836d601dee2b3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afa56035c89a4cfcc0e028c8c1838a56d"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#afa56035c89a4cfcc0e028c8c1838a56d">GetBytesBuffer</a> (uint8_t *buffer, size_t max_len) override</td></tr>
<tr class="memdesc:afa56035c89a4cfcc0e028c8c1838a56d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Copies up to <em>max_len</em> bytes into the user-supplied buffer. <a href="#afa56035c89a4cfcc0e028c8c1838a56d">More...</a><br /></td></tr>
<tr class="separator:afa56035c89a4cfcc0e028c8c1838a56d"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>An implementation of <a class="el" href="classcrashpad_1_1HTTPBodyStream.html" title="An interface to a stream that can be used for an HTTP request body. ">HTTPBodyStream</a> that turns a fixed string into a stream. </p>
@ -155,7 +155,7 @@ Public Member Functions</h2></td></tr>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="aef52b9001e6111900c7836d601dee2b3"></a>
<a class="anchor" id="afa56035c89a4cfcc0e028c8c1838a56d"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -163,7 +163,7 @@ Public Member Functions</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ssize_t crashpad::StringHTTPBodyStream::GetBytesBuffer </td>
<td class="memname">FileOperationResult crashpad::StringHTTPBodyStream::GetBytesBuffer </td>
<td>(</td>
<td class="paramtype">uint8_t *&#160;</td>
<td class="paramname"><em>buffer</em>, </td>
@ -197,7 +197,7 @@ Public Member Functions</h2></td></tr>
</dl>
<dl class="section return"><dt>Returns</dt><dd>On success, a positive number indicating the number of bytes actually copied to <em>buffer</em>. On failure, a negative number. When the stream has no more data, returns <code>0</code>. </dd></dl>
<p>Implements <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#a1bb6a644866c3e01f15818be23bde9ef">crashpad::HTTPBodyStream</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#aa6a460e23c34ff7b2edc056a5ffd11b2">crashpad::HTTPBodyStream</a>.</p>
</div>
</div>

View File

@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>This is the complete list of members for <a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html">crashpad::WeakFileHandleFileReader</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>FileReader</b> (defined in <a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html">crashpad::WeakFileHandleFileReader</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html">crashpad::WeakFileHandleFileReader</a></td><td class="entry"><span class="mlabel">friend</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#abdc97d363cd4142317ec7c2ffd482992">Read</a>(void *data, size_t size) override</td><td class="entry"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html">crashpad::WeakFileHandleFileReader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#adabfaf3549ac5a3269475a567645e095">Read</a>(void *data, size_t size) override</td><td class="entry"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html">crashpad::WeakFileHandleFileReader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a>(void *data, size_t size)</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#a8374ad1eb0a03bfb5f36d6a5e8959f98">Seek</a>(FileOffset offset, int whence) override</td><td class="entry"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html">crashpad::WeakFileHandleFileReader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a49a884bfb0a61461b0291c975aa15382">SeekGet</a>()</td><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td><td class="entry"></td></tr>

View File

@ -117,15 +117,15 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:a7519ba1a757e902c30c259dc3829f9f5"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7519ba1a757e902c30c259dc3829f9f5"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>WeakFileHandleFileReader</b> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file_handle)</td></tr>
<tr class="separator:a7519ba1a757e902c30c259dc3829f9f5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abdc97d363cd4142317ec7c2ffd482992"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#abdc97d363cd4142317ec7c2ffd482992">Read</a> (void *data, size_t size) override</td></tr>
<tr class="memdesc:abdc97d363cd4142317ec7c2ffd482992"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#abdc97d363cd4142317ec7c2ffd482992">More...</a><br /></td></tr>
<tr class="separator:abdc97d363cd4142317ec7c2ffd482992"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adabfaf3549ac5a3269475a567645e095"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#adabfaf3549ac5a3269475a567645e095">Read</a> (void *data, size_t size) override</td></tr>
<tr class="memdesc:adabfaf3549ac5a3269475a567645e095"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#adabfaf3549ac5a3269475a567645e095">More...</a><br /></td></tr>
<tr class="separator:adabfaf3549ac5a3269475a567645e095"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8374ad1eb0a03bfb5f36d6a5e8959f98"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#a8374ad1eb0a03bfb5f36d6a5e8959f98">Seek</a> (<a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a> offset, int whence) override</td></tr>
<tr class="memdesc:a8374ad1eb0a03bfb5f36d6a5e8959f98"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a3d6cedc10e24145d4a0c1000c33f8a10" title="Wraps lseek() or SetFilePointerEx(). Logs an error if the operation fails. ">LoggingSeekFile()</a> or provides an alternate implementation with identical semantics. <a href="#a8374ad1eb0a03bfb5f36d6a5e8959f98">More...</a><br /></td></tr>
<tr class="separator:a8374ad1eb0a03bfb5f36d6a5e8959f98"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classcrashpad_1_1FileReaderInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classcrashpad_1_1FileReaderInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td></tr>
<tr class="memitem:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a> (void *data, size_t size)</td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="separator:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classcrashpad_1_1FileSeekerInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classcrashpad_1_1FileSeekerInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td></tr>
<tr class="memitem:a49a884bfb0a61461b0291c975aa15382 inherit pub_methods_classcrashpad_1_1FileSeekerInterface"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a49a884bfb0a61461b0291c975aa15382">SeekGet</a> ()</td></tr>
@ -146,7 +146,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>FileReader</b></td><
<p><a class="el" href="classcrashpad_1_1FileReader.html" title="A file reader implementation that wraps traditional system file operations on files accessed through ...">FileReader</a> requires users to provide a FilePath to open, but this class accepts an already-open FileHandle instead. Like <a class="el" href="classcrashpad_1_1FileReader.html" title="A file reader implementation that wraps traditional system file operations on files accessed through ...">FileReader</a>, this class may read from a filesystem-based file, but unlike <a class="el" href="classcrashpad_1_1FileReader.html" title="A file reader implementation that wraps traditional system file operations on files accessed through ...">FileReader</a>, this class is not responsible for opening or closing the file. Users of this class must ensure that the file handle is closed appropriately elsewhere. Objects of this class may be used to read from file handles not associated with filesystem-based files, although special attention should be paid to the <a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#a8374ad1eb0a03bfb5f36d6a5e8959f98" title="Wraps LoggingSeekFile() or provides an alternate implementation with identical semantics. ">Seek()</a> method, which may not function on file handles that do not refer to disk-based files.</p>
<p>This class is expected to be used when other code is responsible for opening files and already provides file handles. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="abdc97d363cd4142317ec7c2ffd482992"></a>
<a class="anchor" id="adabfaf3549ac5a3269475a567645e095"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -154,7 +154,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>FileReader</b></td><
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ssize_t crashpad::WeakFileHandleFileReader::Read </td>
<td class="memname">FileOperationResult crashpad::WeakFileHandleFileReader::Read </td>
<td>(</td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>data</em>, </td>
@ -178,10 +178,10 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>FileReader</b></td><
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<p>Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<dl class="section return"><dt>Returns</dt><dd>The number of bytes actually read if the operation succeeded, which may be <code>0</code> or any positive value less than or equal to <em>size</em>. <code>-1</code> if the operation failed, with an error message logged. </dd></dl>
<p>Implements <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503">crashpad::FileReaderInterface</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1">crashpad::FileReaderInterface</a>.</p>
</div>
</div>

View File

@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>This is the complete list of members for <a class="el" href="classcrashpad_1_1WeakStdioFileReader.html">crashpad::WeakStdioFileReader</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#aae561c70f5e31f3bf6f04e39195f5d35">Read</a>(void *data, size_t size) override</td><td class="entry"><a class="el" href="classcrashpad_1_1WeakStdioFileReader.html">crashpad::WeakStdioFileReader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#adcedaed4a1465abddb7ac3c1f3643ff8">Read</a>(void *data, size_t size) override</td><td class="entry"><a class="el" href="classcrashpad_1_1WeakStdioFileReader.html">crashpad::WeakStdioFileReader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a>(void *data, size_t size)</td><td class="entry"><a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#aadfb883a076615e7f6c2b4e4f29ce3a5">Seek</a>(FileOffset offset, int whence) override</td><td class="entry"><a class="el" href="classcrashpad_1_1WeakStdioFileReader.html">crashpad::WeakStdioFileReader</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a49a884bfb0a61461b0291c975aa15382">SeekGet</a>()</td><td class="entry"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td><td class="entry"></td></tr>

View File

@ -116,15 +116,15 @@ Public Member Functions</h2></td></tr>
<tr class="memitem:a12380a9e99a3b3461c6f271a64c11db0"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a12380a9e99a3b3461c6f271a64c11db0"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>WeakStdioFileReader</b> (FILE *file)</td></tr>
<tr class="separator:a12380a9e99a3b3461c6f271a64c11db0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aae561c70f5e31f3bf6f04e39195f5d35"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#aae561c70f5e31f3bf6f04e39195f5d35">Read</a> (void *data, size_t size) override</td></tr>
<tr class="memdesc:aae561c70f5e31f3bf6f04e39195f5d35"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#aae561c70f5e31f3bf6f04e39195f5d35">More...</a><br /></td></tr>
<tr class="separator:aae561c70f5e31f3bf6f04e39195f5d35"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adcedaed4a1465abddb7ac3c1f3643ff8"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#adcedaed4a1465abddb7ac3c1f3643ff8">Read</a> (void *data, size_t size) override</td></tr>
<tr class="memdesc:adcedaed4a1465abddb7ac3c1f3643ff8"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. <a href="#adcedaed4a1465abddb7ac3c1f3643ff8">More...</a><br /></td></tr>
<tr class="separator:adcedaed4a1465abddb7ac3c1f3643ff8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aadfb883a076615e7f6c2b4e4f29ce3a5"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#aadfb883a076615e7f6c2b4e4f29ce3a5">Seek</a> (<a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a> offset, int whence) override</td></tr>
<tr class="memdesc:aadfb883a076615e7f6c2b4e4f29ce3a5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a3d6cedc10e24145d4a0c1000c33f8a10" title="Wraps lseek() or SetFilePointerEx(). Logs an error if the operation fails. ">LoggingSeekFile()</a> or provides an alternate implementation with identical semantics. <a href="#aadfb883a076615e7f6c2b4e4f29ce3a5">More...</a><br /></td></tr>
<tr class="separator:aadfb883a076615e7f6c2b4e4f29ce3a5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classcrashpad_1_1FileReaderInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classcrashpad_1_1FileReaderInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classcrashpad_1_1FileReaderInterface.html">crashpad::FileReaderInterface</a></td></tr>
<tr class="memitem:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56">ReadExactly</a> (void *data, size_t size)</td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="memdesc:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1" title="Wraps ReadFile(), or provides an implementation with identical semantics. ">Read()</a>, ensuring that the read succeeded and exactly <em>size</em> bytes were read. <a href="#ad046f1ebf1071eb6b92a2a8d06c14a56">More...</a><br /></td></tr>
<tr class="separator:ad046f1ebf1071eb6b92a2a8d06c14a56 inherit pub_methods_classcrashpad_1_1FileReaderInterface"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classcrashpad_1_1FileSeekerInterface"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classcrashpad_1_1FileSeekerInterface')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classcrashpad_1_1FileSeekerInterface.html">crashpad::FileSeekerInterface</a></td></tr>
<tr class="memitem:a49a884bfb0a61461b0291c975aa15382 inherit pub_methods_classcrashpad_1_1FileSeekerInterface"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacecrashpad.html#a1e53a1957d9edcba8b406ea632b6daf2">FileOffset</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1FileSeekerInterface.html#a49a884bfb0a61461b0291c975aa15382">SeekGet</a> ()</td></tr>
@ -139,7 +139,7 @@ Public Member Functions</h2></td></tr>
<p>This class accepts an already-open <code>FILE*</code>. It is not responsible for opening or closing this <code>FILE*</code>. Users of this class must ensure that the <code>FILE*</code> is closed appropriately elsewhere. Objects of this class may be used to read from <code>FILE*</code> objects not associated with filesystem-based files, although special attention should be paid to the <a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#aadfb883a076615e7f6c2b4e4f29ce3a5" title="Wraps LoggingSeekFile() or provides an alternate implementation with identical semantics. ">Seek()</a> method, which may not function on <code>FILE*</code> objects that do not refer to disk-based files.</p>
<p>This class is expected to be used when other code is responsible for opening <code>FILE*</code> objects and already provides <code>FILE*</code> objects. A good use would be a <a class="el" href="classcrashpad_1_1WeakStdioFileReader.html" title="A file reader backed by a standard input/output FILE*. ">WeakStdioFileReader</a> for <code>stdin</code>. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="aae561c70f5e31f3bf6f04e39195f5d35"></a>
<a class="anchor" id="adcedaed4a1465abddb7ac3c1f3643ff8"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -147,7 +147,7 @@ Public Member Functions</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">ssize_t crashpad::WeakStdioFileReader::Read </td>
<td class="memname">FileOperationResult crashpad::WeakStdioFileReader::Read </td>
<td>(</td>
<td class="paramtype">void *&#160;</td>
<td class="paramname"><em>data</em>, </td>
@ -171,10 +171,10 @@ Public Member Functions</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<p>Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, or provides an implementation with identical semantics. </p>
<dl class="section return"><dt>Returns</dt><dd>The number of bytes actually read if the operation succeeded, which may be <code>0</code> or any positive value less than or equal to <em>size</em>. <code>-1</code> if the operation failed, with an error message logged. </dd></dl>
<p>Implements <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503">crashpad::FileReaderInterface</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1">crashpad::FileReaderInterface</a>.</p>
</div>
</div>

View File

@ -113,7 +113,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<tr><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a084373912d84b791e4c13a2229976e06">Size</a>() const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html">crashpad::internal::ModuleSnapshotMac</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a457e1c01f5506646c24b721fa89eec99">SourceVersion</a>(uint16_t *version_0, uint16_t *version_1, uint16_t *version_2, uint16_t *version_3) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html">crashpad::internal::ModuleSnapshotMac</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a85f4158887da0a68166d878c2b2c8af9">Timestamp</a>() const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html">crashpad::internal::ModuleSnapshotMac</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a926b8fb41ff115085d2118d54a2580ad">UUID</a>(crashpad::UUID *uuid) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html">crashpad::internal::ModuleSnapshotMac</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a83c57596fdff2d1bc67d2727be72c2ee">UUIDAndAge</a>(crashpad::UUID *uuid, uint32_t *age) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html">crashpad::internal::ModuleSnapshotMac</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~ModuleSnapshot</b>() (defined in <a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~ModuleSnapshotMac</b>() override (defined in <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html">crashpad::internal::ModuleSnapshotMac</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html">crashpad::internal::ModuleSnapshotMac</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->

View File

@ -143,9 +143,9 @@ uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="
<a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d87ece6e04d48d219f7">ModuleType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a32938e5be450dedd07418f0ef233513b">GetModuleType</a> () const override</td></tr>
<tr class="memdesc:a32938e5be450dedd07418f0ef233513b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules type. <br /></td></tr>
<tr class="separator:a32938e5be450dedd07418f0ef233513b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a926b8fb41ff115085d2118d54a2580ad"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a926b8fb41ff115085d2118d54a2580ad">UUID</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid) const override</td></tr>
<tr class="memdesc:a926b8fb41ff115085d2118d54a2580ad"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. <a href="#a926b8fb41ff115085d2118d54a2580ad">More...</a><br /></td></tr>
<tr class="separator:a926b8fb41ff115085d2118d54a2580ad"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a83c57596fdff2d1bc67d2727be72c2ee"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a83c57596fdff2d1bc67d2727be72c2ee">UUIDAndAge</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid, uint32_t *age) const override</td></tr>
<tr class="memdesc:a83c57596fdff2d1bc67d2727be72c2ee"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. <a href="#a83c57596fdff2d1bc67d2727be72c2ee">More...</a><br /></td></tr>
<tr class="separator:a83c57596fdff2d1bc67d2727be72c2ee"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8c043511c3c3c543993da252948dfea9"><td class="memItemLeft" align="right" valign="top">std::vector&lt; std::string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a8c043511c3c3c543993da252948dfea9">AnnotationsVector</a> () const override</td></tr>
<tr class="memdesc:a8c043511c3c3c543993da252948dfea9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns string annotations recorded in the module. <a href="#a8c043511c3c3c543993da252948dfea9">More...</a><br /></td></tr>
<tr class="separator:a8c043511c3c3c543993da252948dfea9"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -443,7 +443,7 @@ Additional Inherited Members</h2></td></tr>
</div>
</div>
<a class="anchor" id="a926b8fb41ff115085d2118d54a2580ad"></a>
<a class="anchor" id="a83c57596fdff2d1bc67d2727be72c2ee"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -451,11 +451,21 @@ Additional Inherited Members</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void crashpad::internal::ModuleSnapshotMac::UUID </td>
<td class="memname">void crashpad::internal::ModuleSnapshotMac::UUIDAndAge </td>
<td>(</td>
<td class="paramtype"><a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *&#160;</td>
<td class="paramname"><em>uuid</em></td><td>)</td>
<td> const</td>
<td class="paramname"><em>uuid</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint32_t *&#160;</td>
<td class="paramname"><em>age</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</td>
@ -465,10 +475,11 @@ Additional Inherited Members</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out. </p>
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out.</p>
<p><em>age</em> is the number of times the <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> has been reused. This occurs on Windows with incremental linking. On other platforms <em>age</em> will always be <code>0</code>. </p>
<p>Implements <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1">crashpad::ModuleSnapshot</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119">crashpad::ModuleSnapshot</a>.</p>
</div>
</div>

View File

@ -112,7 +112,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#a8b7ca559f3006665795118852f2bab89">Size</a>() const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html">crashpad::internal::ModuleSnapshotMinidump</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#a8184f644b6d4eace129f9918673789de">SourceVersion</a>(uint16_t *version_0, uint16_t *version_1, uint16_t *version_2, uint16_t *version_3) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html">crashpad::internal::ModuleSnapshotMinidump</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#a875a58ab05c48a7009eb82455a0376c6">Timestamp</a>() const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html">crashpad::internal::ModuleSnapshotMinidump</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#aa9c70e3ae61087d8197d48b5e1d697f3">UUID</a>(crashpad::UUID *uuid) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html">crashpad::internal::ModuleSnapshotMinidump</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#ac874f6717e8e81464bff57db2274add5">UUIDAndAge</a>(crashpad::UUID *uuid, uint32_t *age) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html">crashpad::internal::ModuleSnapshotMinidump</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~ModuleSnapshot</b>() (defined in <a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~ModuleSnapshotMinidump</b>() override (defined in <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html">crashpad::internal::ModuleSnapshotMinidump</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html">crashpad::internal::ModuleSnapshotMinidump</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->

View File

@ -140,9 +140,9 @@ uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="
<a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d87ece6e04d48d219f7">ModuleType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#a65a35264229425a915be34472bfa70cc">GetModuleType</a> () const override</td></tr>
<tr class="memdesc:a65a35264229425a915be34472bfa70cc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules type. <br /></td></tr>
<tr class="separator:a65a35264229425a915be34472bfa70cc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa9c70e3ae61087d8197d48b5e1d697f3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#aa9c70e3ae61087d8197d48b5e1d697f3">UUID</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid) const override</td></tr>
<tr class="memdesc:aa9c70e3ae61087d8197d48b5e1d697f3"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. <a href="#aa9c70e3ae61087d8197d48b5e1d697f3">More...</a><br /></td></tr>
<tr class="separator:aa9c70e3ae61087d8197d48b5e1d697f3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac874f6717e8e81464bff57db2274add5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#ac874f6717e8e81464bff57db2274add5">UUIDAndAge</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid, uint32_t *age) const override</td></tr>
<tr class="memdesc:ac874f6717e8e81464bff57db2274add5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. <a href="#ac874f6717e8e81464bff57db2274add5">More...</a><br /></td></tr>
<tr class="separator:ac874f6717e8e81464bff57db2274add5"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a19863780827939572c3ea36ef0077dbe"><td class="memItemLeft" align="right" valign="top">std::vector&lt; std::string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#a19863780827939572c3ea36ef0077dbe">AnnotationsVector</a> () const override</td></tr>
<tr class="memdesc:a19863780827939572c3ea36ef0077dbe"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns string annotations recorded in the module. <a href="#a19863780827939572c3ea36ef0077dbe">More...</a><br /></td></tr>
<tr class="separator:a19863780827939572c3ea36ef0077dbe"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -423,7 +423,7 @@ Additional Inherited Members</h2></td></tr>
</div>
</div>
<a class="anchor" id="aa9c70e3ae61087d8197d48b5e1d697f3"></a>
<a class="anchor" id="ac874f6717e8e81464bff57db2274add5"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -431,11 +431,21 @@ Additional Inherited Members</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void crashpad::internal::ModuleSnapshotMinidump::UUID </td>
<td class="memname">void crashpad::internal::ModuleSnapshotMinidump::UUIDAndAge </td>
<td>(</td>
<td class="paramtype"><a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *&#160;</td>
<td class="paramname"><em>uuid</em></td><td>)</td>
<td> const</td>
<td class="paramname"><em>uuid</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint32_t *&#160;</td>
<td class="paramname"><em>age</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</td>
@ -445,10 +455,11 @@ Additional Inherited Members</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out. </p>
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out.</p>
<p><em>age</em> is the number of times the <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> has been reused. This occurs on Windows with incremental linking. On other platforms <em>age</em> will always be <code>0</code>. </p>
<p>Implements <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1">crashpad::ModuleSnapshot</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119">crashpad::ModuleSnapshot</a>.</p>
</div>
</div>

View File

@ -114,7 +114,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#af3935e2bc946adce23c3fb95cc8456d9">Size</a>() const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html">crashpad::internal::ModuleSnapshotWin</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a51fff655bd3faecb23127fd2f39777fc">SourceVersion</a>(uint16_t *version_0, uint16_t *version_1, uint16_t *version_2, uint16_t *version_3) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html">crashpad::internal::ModuleSnapshotWin</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a713af5d32c8dbe656520fe780b1d2fdc">Timestamp</a>() const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html">crashpad::internal::ModuleSnapshotWin</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a6dd6d469da8f26dee4c96aedf01d8557">UUID</a>(crashpad::UUID *uuid) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html">crashpad::internal::ModuleSnapshotWin</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a7a18b084cf48b7a53f9d660e9339428f">UUIDAndAge</a>(crashpad::UUID *uuid, uint32_t *age) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html">crashpad::internal::ModuleSnapshotWin</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~ModuleSnapshot</b>() (defined in <a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~ModuleSnapshotWin</b>() override (defined in <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html">crashpad::internal::ModuleSnapshotWin</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html">crashpad::internal::ModuleSnapshotWin</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->

View File

@ -147,9 +147,9 @@ uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="
<a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d87ece6e04d48d219f7">ModuleType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a7ae6fbe01d2eb43f956c415ff318c658">GetModuleType</a> () const override</td></tr>
<tr class="memdesc:a7ae6fbe01d2eb43f956c415ff318c658"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules type. <br /></td></tr>
<tr class="separator:a7ae6fbe01d2eb43f956c415ff318c658"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6dd6d469da8f26dee4c96aedf01d8557"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a6dd6d469da8f26dee4c96aedf01d8557">UUID</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid) const override</td></tr>
<tr class="memdesc:a6dd6d469da8f26dee4c96aedf01d8557"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. <a href="#a6dd6d469da8f26dee4c96aedf01d8557">More...</a><br /></td></tr>
<tr class="separator:a6dd6d469da8f26dee4c96aedf01d8557"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7a18b084cf48b7a53f9d660e9339428f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a7a18b084cf48b7a53f9d660e9339428f">UUIDAndAge</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid, uint32_t *age) const override</td></tr>
<tr class="memdesc:a7a18b084cf48b7a53f9d660e9339428f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. <a href="#a7a18b084cf48b7a53f9d660e9339428f">More...</a><br /></td></tr>
<tr class="separator:a7a18b084cf48b7a53f9d660e9339428f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6fdf9a63074896bf2c12e6df89689411"><td class="memItemLeft" align="right" valign="top">std::vector&lt; std::string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a6fdf9a63074896bf2c12e6df89689411">AnnotationsVector</a> () const override</td></tr>
<tr class="memdesc:a6fdf9a63074896bf2c12e6df89689411"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns string annotations recorded in the module. <a href="#a6fdf9a63074896bf2c12e6df89689411">More...</a><br /></td></tr>
<tr class="separator:a6fdf9a63074896bf2c12e6df89689411"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -447,7 +447,7 @@ Additional Inherited Members</h2></td></tr>
</div>
</div>
<a class="anchor" id="a6dd6d469da8f26dee4c96aedf01d8557"></a>
<a class="anchor" id="a7a18b084cf48b7a53f9d660e9339428f"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -455,11 +455,21 @@ Additional Inherited Members</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void crashpad::internal::ModuleSnapshotWin::UUID </td>
<td class="memname">void crashpad::internal::ModuleSnapshotWin::UUIDAndAge </td>
<td>(</td>
<td class="paramtype"><a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *&#160;</td>
<td class="paramname"><em>uuid</em></td><td>)</td>
<td> const</td>
<td class="paramname"><em>uuid</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint32_t *&#160;</td>
<td class="paramname"><em>age</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</td>
@ -469,10 +479,11 @@ Additional Inherited Members</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out. </p>
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out.</p>
<p><em>age</em> is the number of times the <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> has been reused. This occurs on Windows with incremental linking. On other platforms <em>age</em> will always be <code>0</code>. </p>
<p>Implements <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1">crashpad::ModuleSnapshot</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119">crashpad::ModuleSnapshot</a>.</p>
</div>
</div>

View File

@ -115,12 +115,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<tr bgcolor="#f0f0f0"><td class="entry"><b>SetName</b>(const std::string &amp;name) (defined in <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetSourceVersion</b>(uint16_t source_version_0, uint16_t source_version_1, uint16_t source_version_2, uint16_t source_version_3) (defined in <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>SetTimestamp</b>(time_t timestamp) (defined in <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetUUID</b>(const crashpad::UUID &amp;uuid) (defined in <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetUUIDAndAge</b>(const crashpad::UUID &amp;uuid, uint32_t age) (defined in <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#ac0d8018d626a6d53f6a9bd674e0a9623">Size</a>() const override</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#ad276752e9ca47b67d5e36991f0816009">SourceVersion</a>(uint16_t *version_0, uint16_t *version_1, uint16_t *version_2, uint16_t *version_3) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>TestModuleSnapshot</b>() (defined in <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#a2117384e0e2a32c50b5f79a37c8cbc69">Timestamp</a>() const override</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#af1420f760358c7946669c9ed46e5b3a4">UUID</a>(crashpad::UUID *uuid) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#a74ace0376367c9f1fccdbc52f8922de0">UUIDAndAge</a>(crashpad::UUID *uuid, uint32_t *age) const override</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>~ModuleSnapshot</b>() (defined in <a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1ModuleSnapshot.html">crashpad::ModuleSnapshot</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">virtual</span></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~TestModuleSnapshot</b>() override (defined in <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a>)</td><td class="entry"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html">crashpad::test::TestModuleSnapshot</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->

View File

@ -130,9 +130,9 @@ void&#160;</td><td class="memItemRight" valign="bottom"><b>SetSourceVersion</b>
<tr class="memitem:a81ec67a1db61c94f4e3de59441c03182"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a81ec67a1db61c94f4e3de59441c03182"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>SetModuleType</b> (<a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d87ece6e04d48d219f7">ModuleType</a> module_type)</td></tr>
<tr class="separator:a81ec67a1db61c94f4e3de59441c03182"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4bac2eb4cfa838e1425123dabe29fcbb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4bac2eb4cfa838e1425123dabe29fcbb"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>SetUUID</b> (const <a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> &amp;uuid)</td></tr>
<tr class="separator:a4bac2eb4cfa838e1425123dabe29fcbb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acea7946f48070a99e0081d7de74021fd"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acea7946f48070a99e0081d7de74021fd"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>SetUUIDAndAge</b> (const <a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> &amp;uuid, uint32_t age)</td></tr>
<tr class="separator:acea7946f48070a99e0081d7de74021fd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad11c971dc6d9c8482a8d687b97dac7ae"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad11c971dc6d9c8482a8d687b97dac7ae"></a>
void&#160;</td><td class="memItemRight" valign="bottom"><b>SetAnnotationsVector</b> (const std::vector&lt; std::string &gt; &amp;annotations_vector)</td></tr>
<tr class="separator:ad11c971dc6d9c8482a8d687b97dac7ae"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -163,9 +163,9 @@ uint64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="
<a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a7fd77f711ef04d87ece6e04d48d219f7">ModuleType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#a91434689ef1037cb0e1a22e2902d1ebd">GetModuleType</a> () const override</td></tr>
<tr class="memdesc:a91434689ef1037cb0e1a22e2902d1ebd"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules type. <br /></td></tr>
<tr class="separator:a91434689ef1037cb0e1a22e2902d1ebd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af1420f760358c7946669c9ed46e5b3a4"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#af1420f760358c7946669c9ed46e5b3a4">UUID</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid) const override</td></tr>
<tr class="memdesc:af1420f760358c7946669c9ed46e5b3a4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. <a href="#af1420f760358c7946669c9ed46e5b3a4">More...</a><br /></td></tr>
<tr class="separator:af1420f760358c7946669c9ed46e5b3a4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a74ace0376367c9f1fccdbc52f8922de0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#a74ace0376367c9f1fccdbc52f8922de0">UUIDAndAge</a> (<a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *uuid, uint32_t *age) const override</td></tr>
<tr class="memdesc:a74ace0376367c9f1fccdbc52f8922de0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. <a href="#a74ace0376367c9f1fccdbc52f8922de0">More...</a><br /></td></tr>
<tr class="separator:a74ace0376367c9f1fccdbc52f8922de0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a97cdfcc95cf23d6be000e59baa7b457b"><td class="memItemLeft" align="right" valign="top">std::vector&lt; std::string &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#a97cdfcc95cf23d6be000e59baa7b457b">AnnotationsVector</a> () const override</td></tr>
<tr class="memdesc:a97cdfcc95cf23d6be000e59baa7b457b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns string annotations recorded in the module. <a href="#a97cdfcc95cf23d6be000e59baa7b457b">More...</a><br /></td></tr>
<tr class="separator:a97cdfcc95cf23d6be000e59baa7b457b"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -403,7 +403,7 @@ Additional Inherited Members</h2></td></tr>
</div>
</div>
<a class="anchor" id="af1420f760358c7946669c9ed46e5b3a4"></a>
<a class="anchor" id="a74ace0376367c9f1fccdbc52f8922de0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
@ -411,11 +411,21 @@ Additional Inherited Members</h2></td></tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void crashpad::test::TestModuleSnapshot::UUID </td>
<td class="memname">void crashpad::test::TestModuleSnapshot::UUIDAndAge </td>
<td>(</td>
<td class="paramtype"><a class="el" href="structcrashpad_1_1UUID.html">crashpad::UUID</a> *&#160;</td>
<td class="paramname"><em>uuid</em></td><td>)</td>
<td> const</td>
<td class="paramname"><em>uuid</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint32_t *&#160;</td>
<td class="paramname"><em>age</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> const</td>
</tr>
</table>
</td>
@ -425,10 +435,11 @@ Additional Inherited Members</h2></td></tr>
</table>
</div><div class="memdoc">
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out. </p>
<p>Returns the modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in the <em>uuid</em> parameter, and the age of that <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> in <em>age</em>. </p>
<p>A snapshot modules <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> is taken directly from the module itself. If the module does not have a <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a>, the <em>uuid</em> parameter will be zeroed out.</p>
<p><em>age</em> is the number of times the <a class="el" href="structcrashpad_1_1UUID.html" title="A universally unique identifier (UUID). ">UUID</a> has been reused. This occurs on Windows with incremental linking. On other platforms <em>age</em> will always be <code>0</code>. </p>
<p>Implements <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1">crashpad::ModuleSnapshot</a>.</p>
<p>Implements <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119">crashpad::ModuleSnapshot</a>.</p>
</div>
</div>

View File

@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<p>This is the complete list of members for <a class="el" href="classlogging_1_1NtstatusLogMessage.html">logging::NtstatusLogMessage</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NtstatusLogMessage</b>(const char *function, const char *file_path, int line, LogSeverity severity, DWORD ntstatus) (defined in <a class="el" href="classlogging_1_1NtstatusLogMessage.html">logging::NtstatusLogMessage</a>)</td><td class="entry"><a class="el" href="classlogging_1_1NtstatusLogMessage.html">logging::NtstatusLogMessage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NtstatusLogMessage</b>(const char *file_path, int line, LogSeverity severity, DWORD ntstatus) (defined in <a class="el" href="classlogging_1_1NtstatusLogMessage.html">logging::NtstatusLogMessage</a>)</td><td class="entry"><a class="el" href="classlogging_1_1NtstatusLogMessage.html">logging::NtstatusLogMessage</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>~NtstatusLogMessage</b>() (defined in <a class="el" href="classlogging_1_1NtstatusLogMessage.html">logging::NtstatusLogMessage</a>)</td><td class="entry"><a class="el" href="classlogging_1_1NtstatusLogMessage.html">logging::NtstatusLogMessage</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->

View File

@ -106,9 +106,9 @@ Inheritance diagram for logging::NtstatusLogMessage:</div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a606104f5de6f5e4a83c09a44d7fc4615"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a606104f5de6f5e4a83c09a44d7fc4615"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>NtstatusLogMessage</b> (const char *function, const char *file_path, int line, LogSeverity severity, DWORD ntstatus)</td></tr>
<tr class="separator:a606104f5de6f5e4a83c09a44d7fc4615"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad801df1a1a2238e8b14778e3df423b8a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ad801df1a1a2238e8b14778e3df423b8a"></a>
&#160;</td><td class="memItemRight" valign="bottom"><b>NtstatusLogMessage</b> (const char *file_path, int line, LogSeverity severity, DWORD ntstatus)</td></tr>
<tr class="separator:ad801df1a1a2238e8b14778e3df423b8a"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>util/win/ntstatus_logging.h</li>

View File

@ -126,6 +126,9 @@ using&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="nam
using&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a9daa1b956487883acd9f43d13cc77339">crashpad::ScopedFileHandle</a> = base::ScopedFD</td></tr>
<tr class="memdesc:a9daa1b956487883acd9f43d13cc77339"><td class="mdescLeft">&#160;</td><td class="mdescRight">Scoped wrapper of a FileHandle. <br /></td></tr>
<tr class="separator:a9daa1b956487883acd9f43d13cc77339"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a25465a3a2d289a06addf93c346c6f917"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a25465a3a2d289a06addf93c346c6f917"></a>
using&#160;</td><td class="memItemRight" valign="bottom"><b>crashpad::FileOperationResult</b> = ssize_t</td></tr>
<tr class="separator:a25465a3a2d289a06addf93c346c6f917"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="enum-members"></a>
Enumerations</h2></td></tr>
@ -141,26 +144,26 @@ Enumerations</h2></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ab67b32918c334cd86e1d2ebf367badaa"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa">crashpad::ReadFile</a> (FileHandle file, void *buffer, size_t size)</td></tr>
<tr class="memdesc:ab67b32918c334cd86e1d2ebf367badaa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reads from a file, retrying when interrupted on POSIX or following a short read. <a href="#ab67b32918c334cd86e1d2ebf367badaa">More...</a><br /></td></tr>
<tr class="separator:ab67b32918c334cd86e1d2ebf367badaa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a58d321f56b7052dfa4eafeb66e329611"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611">crashpad::WriteFile</a> (FileHandle file, const void *buffer, size_t size)</td></tr>
<tr class="memdesc:a58d321f56b7052dfa4eafeb66e329611"><td class="mdescLeft">&#160;</td><td class="mdescRight">Writes to a file, retrying when interrupted or following a short write on POSIX. <a href="#a58d321f56b7052dfa4eafeb66e329611">More...</a><br /></td></tr>
<tr class="separator:a58d321f56b7052dfa4eafeb66e329611"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8599600814a17d622766decd5f122a96"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96">crashpad::ReadFile</a> (FileHandle file, void *buffer, size_t size)</td></tr>
<tr class="memdesc:a8599600814a17d622766decd5f122a96"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reads from a file, retrying when interrupted on POSIX or following a short read. <a href="#a8599600814a17d622766decd5f122a96">More...</a><br /></td></tr>
<tr class="separator:a8599600814a17d622766decd5f122a96"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab9dded3137add283f6cf32facb86641a"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a">crashpad::WriteFile</a> (FileHandle file, const void *buffer, size_t size)</td></tr>
<tr class="memdesc:ab9dded3137add283f6cf32facb86641a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Writes to a file, retrying when interrupted or following a short write on POSIX. <a href="#ab9dded3137add283f6cf32facb86641a">More...</a><br /></td></tr>
<tr class="separator:ab9dded3137add283f6cf32facb86641a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abd2a51526c1f15e3f21a962457cbc53a"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#abd2a51526c1f15e3f21a962457cbc53a">crashpad::LoggingReadFile</a> (FileHandle file, void *buffer, size_t size)</td></tr>
<tr class="memdesc:abd2a51526c1f15e3f21a962457cbc53a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. <a href="#abd2a51526c1f15e3f21a962457cbc53a">More...</a><br /></td></tr>
<tr class="memdesc:abd2a51526c1f15e3f21a962457cbc53a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. <a href="#abd2a51526c1f15e3f21a962457cbc53a">More...</a><br /></td></tr>
<tr class="separator:abd2a51526c1f15e3f21a962457cbc53a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8a91af9c690d2a280c463596bf82070b"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a8a91af9c690d2a280c463596bf82070b">crashpad::LoggingWriteFile</a> (FileHandle file, const void *buffer, size_t size)</td></tr>
<tr class="memdesc:a8a91af9c690d2a280c463596bf82070b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. <a href="#a8a91af9c690d2a280c463596bf82070b">More...</a><br /></td></tr>
<tr class="memdesc:a8a91af9c690d2a280c463596bf82070b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. <a href="#a8a91af9c690d2a280c463596bf82070b">More...</a><br /></td></tr>
<tr class="separator:a8a91af9c690d2a280c463596bf82070b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aee611c7116746b846a3cf79e65619f4d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#aee611c7116746b846a3cf79e65619f4d">crashpad::CheckedReadFile</a> (FileHandle file, void *buffer, size_t size)</td></tr>
<tr class="memdesc:aee611c7116746b846a3cf79e65619f4d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. <a href="#aee611c7116746b846a3cf79e65619f4d">More...</a><br /></td></tr>
<tr class="memdesc:aee611c7116746b846a3cf79e65619f4d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. <a href="#aee611c7116746b846a3cf79e65619f4d">More...</a><br /></td></tr>
<tr class="separator:aee611c7116746b846a3cf79e65619f4d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a74c74fefa3b1f5e0c1b885755c9f9cf6"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a74c74fefa3b1f5e0c1b885755c9f9cf6">crashpad::CheckedWriteFile</a> (FileHandle file, const void *buffer, size_t size)</td></tr>
<tr class="memdesc:a74c74fefa3b1f5e0c1b885755c9f9cf6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. <a href="#a74c74fefa3b1f5e0c1b885755c9f9cf6">More...</a><br /></td></tr>
<tr class="memdesc:a74c74fefa3b1f5e0c1b885755c9f9cf6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. <a href="#a74c74fefa3b1f5e0c1b885755c9f9cf6">More...</a><br /></td></tr>
<tr class="separator:a74c74fefa3b1f5e0c1b885755c9f9cf6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac8e7e1b1a4b89b489964ffee54d0d9df"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#ac8e7e1b1a4b89b489964ffee54d0d9df">crashpad::CheckedReadFileAtEOF</a> (FileHandle file)</td></tr>
<tr class="memdesc:ac8e7e1b1a4b89b489964ffee54d0d9df"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that it indicates end-of-file. <a href="#ac8e7e1b1a4b89b489964ffee54d0d9df">More...</a><br /></td></tr>
<tr class="memdesc:ac8e7e1b1a4b89b489964ffee54d0d9df"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that it indicates end-of-file. <a href="#ac8e7e1b1a4b89b489964ffee54d0d9df">More...</a><br /></td></tr>
<tr class="separator:ac8e7e1b1a4b89b489964ffee54d0d9df"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7987df05e1260e6d8d93ee3a21e9b0eb"><td class="memItemLeft" align="right" valign="top">FileHandle&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a7987df05e1260e6d8d93ee3a21e9b0eb">crashpad::OpenFileForRead</a> (const base::FilePath &amp;path)</td></tr>
<tr class="memdesc:a7987df05e1260e6d8d93ee3a21e9b0eb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <code>open()</code> or <code>CreateFile()</code>, opening an existing file for reading. <a href="#a7987df05e1260e6d8d93ee3a21e9b0eb">More...</a><br /></td></tr>

View File

@ -127,10 +127,10 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
: <a class="el" href="classcrashpad_1_1HTTPMultipartBuilder.html#a44bee6ddacb6b526b1a170e893d6b2b4">crashpad::HTTPMultipartBuilder</a>
</li>
<li>GetBytesBuffer()
: <a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a8ed6efc6155915b464f0b8a02d67605b">crashpad::CompositeHTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#af6774ed1f81fe667da00cd071b32a9c6">crashpad::FileHTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#a1bb6a644866c3e01f15818be23bde9ef">crashpad::HTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#aef52b9001e6111900c7836d601dee2b3">crashpad::StringHTTPBodyStream</a>
: <a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a66355480dd05beba77261f0a512d3e70">crashpad::CompositeHTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#a0495ba46a1dcdaedaf525d340972d771">crashpad::FileHTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#aa6a460e23c34ff7b2edc056a5ffd11b2">crashpad::HTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#afa56035c89a4cfcc0e028c8c1838a56d">crashpad::StringHTTPBodyStream</a>
</li>
<li>GetClientID()
: <a class="el" href="classcrashpad_1_1Settings.html#a5daa0f1799126f64ad515b9da08ef622">crashpad::Settings</a>

View File

@ -124,16 +124,16 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<h3><a class="anchor" id="index_r"></a>- r -</h3><ul>
<li>Read()
: <a class="el" href="classcrashpad_1_1FileReader.html#a21e7cad5ba35ac895a3640e06ec75783">crashpad::FileReader</a>
, <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503">crashpad::FileReaderInterface</a>
: <a class="el" href="classcrashpad_1_1FileReader.html#a71bb3e12f135a0e84b1385ab89e46611">crashpad::FileReader</a>
, <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1">crashpad::FileReaderInterface</a>
, <a class="el" href="classcrashpad_1_1internal_1_1MemorySnapshotMac.html#abf526f199ea6f4e0b49e5fd14098b384">crashpad::internal::MemorySnapshotMac</a>
, <a class="el" href="classcrashpad_1_1internal_1_1MemorySnapshotWin.html#a565c0d86ca3c1a8fa3bc6ab296962de0">crashpad::internal::MemorySnapshotWin</a>
, <a class="el" href="classcrashpad_1_1MemorySnapshot.html#ad7bd3e85268e7b8d9d78e03be977ee52">crashpad::MemorySnapshot</a>
, <a class="el" href="classcrashpad_1_1StringFile.html#ae3090a365d3db2cbf4e0bb816ce4ba03">crashpad::StringFile</a>
, <a class="el" href="classcrashpad_1_1StringFile.html#a05de4b2d8ef91a974181d7340c61b346">crashpad::StringFile</a>
, <a class="el" href="classcrashpad_1_1TaskMemory.html#a323d157824f62eb286e4c39f8d99e3a9">crashpad::TaskMemory</a>
, <a class="el" href="classcrashpad_1_1test_1_1TestMemorySnapshot.html#a89b8798372679d4aef3cf823b165d1d3">crashpad::test::TestMemorySnapshot</a>
, <a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#abdc97d363cd4142317ec7c2ffd482992">crashpad::WeakFileHandleFileReader</a>
, <a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#aae561c70f5e31f3bf6f04e39195f5d35">crashpad::WeakStdioFileReader</a>
, <a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#adabfaf3549ac5a3269475a567645e095">crashpad::WeakFileHandleFileReader</a>
, <a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#adcedaed4a1465abddb7ac3c1f3643ff8">crashpad::WeakStdioFileReader</a>
</li>
<li>ReadAvailableMemory()
: <a class="el" href="classcrashpad_1_1ProcessReaderWin.html#abf3e0d5ec58bfc9bd0b67382e067afff">crashpad::ProcessReaderWin</a>

View File

@ -142,13 +142,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
: <a class="el" href="classcrashpad_1_1internal_1_1MinidumpUTF8StringWriter.html#af1fcd3b9fd56ce2557fd8201fa544748">crashpad::internal::MinidumpUTF8StringWriter</a>
</li>
<li>UUID()
: <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a926b8fb41ff115085d2118d54a2580ad">crashpad::internal::ModuleSnapshotMac</a>
, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#aa9c70e3ae61087d8197d48b5e1d697f3">crashpad::internal::ModuleSnapshotMinidump</a>
, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a6dd6d469da8f26dee4c96aedf01d8557">crashpad::internal::ModuleSnapshotWin</a>
, <a class="el" href="classcrashpad_1_1MachOImageReader.html#ae3478d0dd59d9a226b525529968f2f04">crashpad::MachOImageReader</a>
, <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1">crashpad::ModuleSnapshot</a>
, <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#af1420f760358c7946669c9ed46e5b3a4">crashpad::test::TestModuleSnapshot</a>
, <a class="el" href="structcrashpad_1_1UUID.html#a3f009620a21ceead5be155368b261030">crashpad::UUID</a>
: <a class="el" href="classcrashpad_1_1MachOImageReader.html#ae3478d0dd59d9a226b525529968f2f04">crashpad::MachOImageReader</a>
, <a class="el" href="structcrashpad_1_1UUID.html#aca29088774d8d366aaf9465f5ea407f3">crashpad::UUID</a>
</li>
<li>UUIDAndAge()
: <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a83c57596fdff2d1bc67d2727be72c2ee">crashpad::internal::ModuleSnapshotMac</a>
, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#ac874f6717e8e81464bff57db2274add5">crashpad::internal::ModuleSnapshotMinidump</a>
, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a7a18b084cf48b7a53f9d660e9339428f">crashpad::internal::ModuleSnapshotWin</a>
, <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119">crashpad::ModuleSnapshot</a>
, <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#a74ace0376367c9f1fccdbc52f8922de0">crashpad::test::TestModuleSnapshot</a>
</li>
</ul>
</div><!-- contents -->

View File

@ -128,10 +128,10 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
: <a class="el" href="classcrashpad_1_1HTTPMultipartBuilder.html#a44bee6ddacb6b526b1a170e893d6b2b4">crashpad::HTTPMultipartBuilder</a>
</li>
<li>GetBytesBuffer()
: <a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a8ed6efc6155915b464f0b8a02d67605b">crashpad::CompositeHTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#af6774ed1f81fe667da00cd071b32a9c6">crashpad::FileHTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#a1bb6a644866c3e01f15818be23bde9ef">crashpad::HTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#aef52b9001e6111900c7836d601dee2b3">crashpad::StringHTTPBodyStream</a>
: <a class="el" href="classcrashpad_1_1CompositeHTTPBodyStream.html#a66355480dd05beba77261f0a512d3e70">crashpad::CompositeHTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1FileHTTPBodyStream.html#a0495ba46a1dcdaedaf525d340972d771">crashpad::FileHTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1HTTPBodyStream.html#aa6a460e23c34ff7b2edc056a5ffd11b2">crashpad::HTTPBodyStream</a>
, <a class="el" href="classcrashpad_1_1StringHTTPBodyStream.html#afa56035c89a4cfcc0e028c8c1838a56d">crashpad::StringHTTPBodyStream</a>
</li>
<li>GetClientID()
: <a class="el" href="classcrashpad_1_1Settings.html#a5daa0f1799126f64ad515b9da08ef622">crashpad::Settings</a>

View File

@ -125,12 +125,12 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<h3><a class="anchor" id="index_r"></a>- r -</h3><ul>
<li>Read()
: <a class="el" href="classcrashpad_1_1FileReader.html#a21e7cad5ba35ac895a3640e06ec75783">crashpad::FileReader</a>
, <a class="el" href="classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503">crashpad::FileReaderInterface</a>
: <a class="el" href="classcrashpad_1_1FileReader.html#a71bb3e12f135a0e84b1385ab89e46611">crashpad::FileReader</a>
, <a class="el" href="classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1">crashpad::FileReaderInterface</a>
, <a class="el" href="classcrashpad_1_1internal_1_1MemorySnapshotMac.html#abf526f199ea6f4e0b49e5fd14098b384">crashpad::internal::MemorySnapshotMac</a>
, <a class="el" href="classcrashpad_1_1internal_1_1MemorySnapshotWin.html#a565c0d86ca3c1a8fa3bc6ab296962de0">crashpad::internal::MemorySnapshotWin</a>
, <a class="el" href="classcrashpad_1_1MemorySnapshot.html#ad7bd3e85268e7b8d9d78e03be977ee52">crashpad::MemorySnapshot</a>
, <a class="el" href="classcrashpad_1_1StringFile.html#ae3090a365d3db2cbf4e0bb816ce4ba03">crashpad::StringFile</a>
, <a class="el" href="classcrashpad_1_1StringFile.html#a05de4b2d8ef91a974181d7340c61b346">crashpad::StringFile</a>
, <a class="el" href="classcrashpad_1_1TaskMemory.html#a323d157824f62eb286e4c39f8d99e3a9">crashpad::TaskMemory</a>
, <a class="el" href="classcrashpad_1_1test_1_1TestMemorySnapshot.html#a89b8798372679d4aef3cf823b165d1d3">crashpad::test::TestMemorySnapshot</a>
</li>
@ -138,8 +138,8 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
: <a class="el" href="structcrashpad_1_1test_1_1WinChildProcess_1_1Handles.html#afdb549c4b1fd8c86b64dccc3cbdc08b2">crashpad::test::WinChildProcess::Handles</a>
</li>
<li>Read()
: <a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#abdc97d363cd4142317ec7c2ffd482992">crashpad::WeakFileHandleFileReader</a>
, <a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#aae561c70f5e31f3bf6f04e39195f5d35">crashpad::WeakStdioFileReader</a>
: <a class="el" href="classcrashpad_1_1WeakFileHandleFileReader.html#adabfaf3549ac5a3269475a567645e095">crashpad::WeakFileHandleFileReader</a>
, <a class="el" href="classcrashpad_1_1WeakStdioFileReader.html#adcedaed4a1465abddb7ac3c1f3643ff8">crashpad::WeakStdioFileReader</a>
</li>
<li>ReadAvailableMemory()
: <a class="el" href="classcrashpad_1_1ProcessReaderWin.html#abf3e0d5ec58bfc9bd0b67382e067afff">crashpad::ProcessReaderWin</a>

View File

@ -585,21 +585,19 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
, <a class="el" href="classcrashpad_1_1ProcessReader.html#ac48f413de66e80699710f864def6db83">crashpad::ProcessReader</a>
, <a class="el" href="classcrashpad_1_1ProcessReaderWin.html#a0ada8be820819cc21b16afb0e26742f7">crashpad::ProcessReaderWin</a>
</li>
<li>state()
: <a class="el" href="classcrashpad_1_1InitializationState.html#af16920bba154b9c1d159eba5c204eab5">crashpad::InitializationState</a>
</li>
<li>State
: <a class="el" href="classcrashpad_1_1InitializationState.html#a044ea6d40e23683d6d1bb5ce30dafd88">crashpad::InitializationState</a>
</li>
<li>state()
: <a class="el" href="classcrashpad_1_1InitializationState.html#af16920bba154b9c1d159eba5c204eab5">crashpad::InitializationState</a>
, <a class="el" href="classcrashpad_1_1InitializationStateDcheck.html#a21085a8c0b7d75977a6e29b8bb498eb1">crashpad::InitializationStateDcheck</a>
: <a class="el" href="classcrashpad_1_1InitializationStateDcheck.html#a21085a8c0b7d75977a6e29b8bb498eb1">crashpad::InitializationStateDcheck</a>
, <a class="el" href="classcrashpad_1_1internal_1_1MinidumpWritable.html#a665d2de47970d796e904f0dfce406814">crashpad::internal::MinidumpWritable</a>
</li>
<li>State
: <a class="el" href="classcrashpad_1_1internal_1_1MinidumpWritable.html#ac14e05f291f5fa713b5ec82a208fa7c7">crashpad::internal::MinidumpWritable</a>
</li>
<li>state()
: <a class="el" href="classcrashpad_1_1internal_1_1MinidumpWritable.html#a665d2de47970d796e904f0dfce406814">crashpad::internal::MinidumpWritable</a>
</li>
<li>State
: <a class="el" href="structMINIDUMP__MEMORY__INFO.html#a27341e73a6433d98e4742e71788f7cc4">MINIDUMP_MEMORY_INFO</a>
, <a class="el" href="structMINIDUMP__MEMORY__INFO.html#a27341e73a6433d98e4742e71788f7cc4">MINIDUMP_MEMORY_INFO</a>
</li>
<li>stdin_write_handle()
: <a class="el" href="classcrashpad_1_1test_1_1ChildLauncher.html#a13f50ad94b1804224ee4d9cae158bb0e">crashpad::test::ChildLauncher</a>

View File

@ -157,13 +157,15 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
, <a class="el" href="structcrashpad_1_1CrashReportDatabase_1_1Report.html#afab0cc6f40b7ca127ecddd4625284a86">crashpad::CrashReportDatabase::Report</a>
</li>
<li>UUID()
: <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a926b8fb41ff115085d2118d54a2580ad">crashpad::internal::ModuleSnapshotMac</a>
, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#aa9c70e3ae61087d8197d48b5e1d697f3">crashpad::internal::ModuleSnapshotMinidump</a>
, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a6dd6d469da8f26dee4c96aedf01d8557">crashpad::internal::ModuleSnapshotWin</a>
, <a class="el" href="classcrashpad_1_1MachOImageReader.html#ae3478d0dd59d9a226b525529968f2f04">crashpad::MachOImageReader</a>
, <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1">crashpad::ModuleSnapshot</a>
, <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#af1420f760358c7946669c9ed46e5b3a4">crashpad::test::TestModuleSnapshot</a>
, <a class="el" href="structcrashpad_1_1UUID.html#aca29088774d8d366aaf9465f5ea407f3">crashpad::UUID</a>
: <a class="el" href="classcrashpad_1_1MachOImageReader.html#ae3478d0dd59d9a226b525529968f2f04">crashpad::MachOImageReader</a>
, <a class="el" href="structcrashpad_1_1UUID.html#a3f009620a21ceead5be155368b261030">crashpad::UUID</a>
</li>
<li>UUIDAndAge()
: <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a83c57596fdff2d1bc67d2727be72c2ee">crashpad::internal::ModuleSnapshotMac</a>
, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#ac874f6717e8e81464bff57db2274add5">crashpad::internal::ModuleSnapshotMinidump</a>
, <a class="el" href="classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a7a18b084cf48b7a53f9d660e9339428f">crashpad::internal::ModuleSnapshotWin</a>
, <a class="el" href="classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119">crashpad::ModuleSnapshot</a>
, <a class="el" href="classcrashpad_1_1test_1_1TestModuleSnapshot.html#a74ace0376367c9f1fccdbc52f8922de0">crashpad::test::TestModuleSnapshot</a>
</li>
</ul>
</div><!-- contents -->

View File

@ -479,6 +479,9 @@ using&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="nam
using&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a9daa1b956487883acd9f43d13cc77339">ScopedFileHandle</a> = base::ScopedFD</td></tr>
<tr class="memdesc:a9daa1b956487883acd9f43d13cc77339"><td class="mdescLeft">&#160;</td><td class="mdescRight">Scoped wrapper of a FileHandle. <br /></td></tr>
<tr class="separator:a9daa1b956487883acd9f43d13cc77339"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a25465a3a2d289a06addf93c346c6f917"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a25465a3a2d289a06addf93c346c6f917"></a>
using&#160;</td><td class="memItemRight" valign="bottom"><b>FileOperationResult</b> = ssize_t</td></tr>
<tr class="separator:a25465a3a2d289a06addf93c346c6f917"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8d7f0170c573e59ca6b02e29735f4fad"><td class="memItemLeft" align="right" valign="top">using&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a8d7f0170c573e59ca6b02e29735f4fad">CheckedMachAddressRange</a> = <a class="el" href="classcrashpad_1_1internal_1_1CheckedAddressRangeGeneric.html">internal::CheckedAddressRangeGeneric</a>&lt; mach_vm_address_t, mach_vm_size_t &gt;</td></tr>
<tr class="memdesc:a8d7f0170c573e59ca6b02e29735f4fad"><td class="mdescLeft">&#160;</td><td class="mdescRight">Ensures that a range, composed of a base and a size, does not overflow the pointer type of the process it describes a range in. <a href="#a8d7f0170c573e59ca6b02e29735f4fad">More...</a><br /></td></tr>
<tr class="separator:a8d7f0170c573e59ca6b02e29735f4fad"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -620,29 +623,29 @@ template bool&#160;</td><td class="memItemRight" valign="bottom"><b>PEImageReade
template bool&#160;</td><td class="memItemRight" valign="bottom"><b>PEImageReader::GetCrashpadInfo&lt; process_types::internal::Traits64 &gt;</b> (<a class="el" href="structcrashpad_1_1process__types_1_1CrashpadInfo.html">process_types::CrashpadInfo</a>&lt; <a class="el" href="structcrashpad_1_1process__types_1_1internal_1_1Traits64.html">process_types::internal::Traits64</a> &gt; *crashpad_info) const </td></tr>
<tr class="separator:ad67447ca75ce6f05f079884cfd48f724"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abd2a51526c1f15e3f21a962457cbc53a"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#abd2a51526c1f15e3f21a962457cbc53a">LoggingReadFile</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file, void *buffer, size_t size)</td></tr>
<tr class="memdesc:abd2a51526c1f15e3f21a962457cbc53a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. <a href="#abd2a51526c1f15e3f21a962457cbc53a">More...</a><br /></td></tr>
<tr class="memdesc:abd2a51526c1f15e3f21a962457cbc53a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. <a href="#abd2a51526c1f15e3f21a962457cbc53a">More...</a><br /></td></tr>
<tr class="separator:abd2a51526c1f15e3f21a962457cbc53a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8a91af9c690d2a280c463596bf82070b"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a8a91af9c690d2a280c463596bf82070b">LoggingWriteFile</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file, const void *buffer, size_t size)</td></tr>
<tr class="memdesc:a8a91af9c690d2a280c463596bf82070b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. <a href="#a8a91af9c690d2a280c463596bf82070b">More...</a><br /></td></tr>
<tr class="memdesc:a8a91af9c690d2a280c463596bf82070b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. <a href="#a8a91af9c690d2a280c463596bf82070b">More...</a><br /></td></tr>
<tr class="separator:a8a91af9c690d2a280c463596bf82070b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aee611c7116746b846a3cf79e65619f4d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#aee611c7116746b846a3cf79e65619f4d">CheckedReadFile</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file, void *buffer, size_t size)</td></tr>
<tr class="memdesc:aee611c7116746b846a3cf79e65619f4d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. <a href="#aee611c7116746b846a3cf79e65619f4d">More...</a><br /></td></tr>
<tr class="memdesc:aee611c7116746b846a3cf79e65619f4d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. <a href="#aee611c7116746b846a3cf79e65619f4d">More...</a><br /></td></tr>
<tr class="separator:aee611c7116746b846a3cf79e65619f4d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a74c74fefa3b1f5e0c1b885755c9f9cf6"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a74c74fefa3b1f5e0c1b885755c9f9cf6">CheckedWriteFile</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file, const void *buffer, size_t size)</td></tr>
<tr class="memdesc:a74c74fefa3b1f5e0c1b885755c9f9cf6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. <a href="#a74c74fefa3b1f5e0c1b885755c9f9cf6">More...</a><br /></td></tr>
<tr class="memdesc:a74c74fefa3b1f5e0c1b885755c9f9cf6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. <a href="#a74c74fefa3b1f5e0c1b885755c9f9cf6">More...</a><br /></td></tr>
<tr class="separator:a74c74fefa3b1f5e0c1b885755c9f9cf6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac8e7e1b1a4b89b489964ffee54d0d9df"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#ac8e7e1b1a4b89b489964ffee54d0d9df">CheckedReadFileAtEOF</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file)</td></tr>
<tr class="memdesc:ac8e7e1b1a4b89b489964ffee54d0d9df"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that it indicates end-of-file. <a href="#ac8e7e1b1a4b89b489964ffee54d0d9df">More...</a><br /></td></tr>
<tr class="memdesc:ac8e7e1b1a4b89b489964ffee54d0d9df"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that it indicates end-of-file. <a href="#ac8e7e1b1a4b89b489964ffee54d0d9df">More...</a><br /></td></tr>
<tr class="separator:ac8e7e1b1a4b89b489964ffee54d0d9df"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac7cb2e4837a6fda169cbe92d1603460f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#ac7cb2e4837a6fda169cbe92d1603460f">CheckedCloseFile</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file)</td></tr>
<tr class="memdesc:ac7cb2e4837a6fda169cbe92d1603460f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <code>close()</code> or <code>CloseHandle()</code>, ensuring that it succeeds. <a href="#ac7cb2e4837a6fda169cbe92d1603460f">More...</a><br /></td></tr>
<tr class="separator:ac7cb2e4837a6fda169cbe92d1603460f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab67b32918c334cd86e1d2ebf367badaa"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa">ReadFile</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file, void *buffer, size_t size)</td></tr>
<tr class="memdesc:ab67b32918c334cd86e1d2ebf367badaa"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reads from a file, retrying when interrupted on POSIX or following a short read. <a href="#ab67b32918c334cd86e1d2ebf367badaa">More...</a><br /></td></tr>
<tr class="separator:ab67b32918c334cd86e1d2ebf367badaa"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a58d321f56b7052dfa4eafeb66e329611"><td class="memItemLeft" align="right" valign="top">ssize_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611">WriteFile</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file, const void *buffer, size_t size)</td></tr>
<tr class="memdesc:a58d321f56b7052dfa4eafeb66e329611"><td class="mdescLeft">&#160;</td><td class="mdescRight">Writes to a file, retrying when interrupted or following a short write on POSIX. <a href="#a58d321f56b7052dfa4eafeb66e329611">More...</a><br /></td></tr>
<tr class="separator:a58d321f56b7052dfa4eafeb66e329611"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8599600814a17d622766decd5f122a96"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96">ReadFile</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file, void *buffer, size_t size)</td></tr>
<tr class="memdesc:a8599600814a17d622766decd5f122a96"><td class="mdescLeft">&#160;</td><td class="mdescRight">Reads from a file, retrying when interrupted on POSIX or following a short read. <a href="#a8599600814a17d622766decd5f122a96">More...</a><br /></td></tr>
<tr class="separator:a8599600814a17d622766decd5f122a96"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab9dded3137add283f6cf32facb86641a"><td class="memItemLeft" align="right" valign="top">FileOperationResult&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a">WriteFile</a> (<a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a> file, const void *buffer, size_t size)</td></tr>
<tr class="memdesc:ab9dded3137add283f6cf32facb86641a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Writes to a file, retrying when interrupted or following a short write on POSIX. <a href="#ab9dded3137add283f6cf32facb86641a">More...</a><br /></td></tr>
<tr class="separator:ab9dded3137add283f6cf32facb86641a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7987df05e1260e6d8d93ee3a21e9b0eb"><td class="memItemLeft" align="right" valign="top"><a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespacecrashpad.html#a7987df05e1260e6d8d93ee3a21e9b0eb">OpenFileForRead</a> (const base::FilePath &amp;path)</td></tr>
<tr class="memdesc:a7987df05e1260e6d8d93ee3a21e9b0eb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Wraps <code>open()</code> or <code>CreateFile()</code>, opening an existing file for reading. <a href="#a7987df05e1260e6d8d93ee3a21e9b0eb">More...</a><br /></td></tr>
<tr class="separator:a7987df05e1260e6d8d93ee3a21e9b0eb"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -2127,11 +2130,11 @@ template&lt;typename Destination , typename Source &gt; </div>
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. </p>
<p>If <em>size</em> is out of the range of possible <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> return values, if the underlying <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> fails, or if other than <em>size</em> bytes were read, this function causes execution to terminate without returning.</p>
<p>Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. </p>
<p>If <em>size</em> is out of the range of possible <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> return values, if the underlying <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> fails, or if other than <em>size</em> bytes were read, this function causes execution to terminate without returning.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacecrashpad.html#a74c74fefa3b1f5e0c1b885755c9f9cf6" title="Wraps WriteFile(), ensuring that exactly size bytes are written. ">CheckedWriteFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile</a> </dd>
<a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#abd2a51526c1f15e3f21a962457cbc53a" title="Wraps ReadFile(), ensuring that exactly size bytes are read. ">LoggingReadFile</a> </dd>
<dd>
@ -2153,11 +2156,11 @@ template&lt;typename Destination , typename Source &gt; </div>
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that it indicates end-of-file. </p>
<p>Attempts to read a single byte from <em>file</em>, expecting no data to be read. If the underlying <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> fails, or if a byte actually is read, this function causes execution to terminate without returning.</p>
<p>Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that it indicates end-of-file. </p>
<p>Attempts to read a single byte from <em>file</em>, expecting no data to be read. If the underlying <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> fails, or if a byte actually is read, this function causes execution to terminate without returning.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacecrashpad.html#aee611c7116746b846a3cf79e65619f4d" title="Wraps ReadFile(), ensuring that exactly size bytes are read. ">CheckedReadFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile</a> </dd></dl>
<a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile</a> </dd></dl>
</div>
</div>
@ -2191,11 +2194,11 @@ template&lt;typename Destination , typename Source &gt; </div>
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. </p>
<p>If <em>size</em> is out of the range of possible <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a> return values, if the underlying <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a> fails, or if other than <em>size</em> bytes were written, this function causes execution to terminate without returning.</p>
<p>Wraps <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. </p>
<p>If <em>size</em> is out of the range of possible <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a> return values, if the underlying <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a> fails, or if other than <em>size</em> bytes were written, this function causes execution to terminate without returning.</p>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacecrashpad.html#aee611c7116746b846a3cf79e65619f4d" title="Wraps ReadFile(), ensuring that exactly size bytes are read. ">CheckedReadFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile</a> </dd>
<a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#a8a91af9c690d2a280c463596bf82070b" title="Wraps WriteFile(), ensuring that exactly size bytes are written. ">LoggingWriteFile</a> </dd></dl>
@ -3711,11 +3714,11 @@ template&lt;typename Destination , typename Source &gt; </div>
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. </p>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> on success. If <em>size</em> is out of the range of possible <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> return values, if the underlying <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> fails, or if other than <em>size</em> bytes were read, this function logs a message and returns <code>false</code>.</dd></dl>
<p>Wraps <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a>, ensuring that exactly <em>size</em> bytes are read. </p>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> on success. If <em>size</em> is out of the range of possible <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> return values, if the underlying <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile()</a> fails, or if other than <em>size</em> bytes were read, this function logs a message and returns <code>false</code>.</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacecrashpad.html#a8a91af9c690d2a280c463596bf82070b" title="Wraps WriteFile(), ensuring that exactly size bytes are written. ">LoggingWriteFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile</a> </dd>
<a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#aee611c7116746b846a3cf79e65619f4d" title="Wraps ReadFile(), ensuring that exactly size bytes are read. ">CheckedReadFile</a> </dd>
<dd>
@ -3834,11 +3837,11 @@ template&lt;typename Destination , typename Source &gt; </div>
</table>
</div><div class="memdoc">
<p>Wraps <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. </p>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> on success. If <em>size</em> is out of the range of possible <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a> return values, if the underlying <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a> fails, or if other than <em>size</em> bytes were written, this function logs a message and returns <code>false</code>.</dd></dl>
<p>Wraps <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a>, ensuring that exactly <em>size</em> bytes are written. </p>
<dl class="section return"><dt>Returns</dt><dd><code>true</code> on success. If <em>size</em> is out of the range of possible <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a> return values, if the underlying <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile()</a> fails, or if other than <em>size</em> bytes were written, this function logs a message and returns <code>false</code>.</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacecrashpad.html#abd2a51526c1f15e3f21a962457cbc53a" title="Wraps ReadFile(), ensuring that exactly size bytes are read. ">LoggingReadFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile</a> </dd>
<a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#a74c74fefa3b1f5e0c1b885755c9f9cf6" title="Wraps WriteFile(), ensuring that exactly size bytes are written. ">CheckedWriteFile</a> </dd></dl>
@ -4366,12 +4369,12 @@ template&lt;typename T &gt; </div>
</div>
</div>
<a class="anchor" id="ab67b32918c334cd86e1d2ebf367badaa"></a>
<a class="anchor" id="a8599600814a17d622766decd5f122a96"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t crashpad::ReadFile </td>
<td class="memname">FileOperationResult crashpad::ReadFile </td>
<td>(</td>
<td class="paramtype"><a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a>&#160;</td>
<td class="paramname"><em>file</em>, </td>
@ -4399,7 +4402,7 @@ template&lt;typename T &gt; </div>
<p>Reads from a file, retrying when interrupted on POSIX or following a short read. </p>
<p>This function reads into <em>buffer</em>, stopping only when <em>size</em> bytes have been read or when end-of-file has been reached. On Windows, reading from sockets is not currently supported.</p>
<dl class="section return"><dt>Returns</dt><dd>The number of bytes read and placed into <em>buffer</em>, or <code>-1</code> on error, with <code>errno</code> or <code>GetLastError()</code> set appropriately. On error, a portion of <em>file</em> may have been read into <em>buffer</em>.</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile</a> </dd>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a" title="Writes to a file, retrying when interrupted or following a short write on POSIX. ">WriteFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#abd2a51526c1f15e3f21a962457cbc53a" title="Wraps ReadFile(), ensuring that exactly size bytes are read. ">LoggingReadFile</a> </dd>
<dd>
@ -5430,12 +5433,12 @@ This function is provided because <code>SMJobCopyDictionary()</code> is deprecat
</div>
</div>
<a class="anchor" id="a58d321f56b7052dfa4eafeb66e329611"></a>
<a class="anchor" id="ab9dded3137add283f6cf32facb86641a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ssize_t crashpad::WriteFile </td>
<td class="memname">FileOperationResult crashpad::WriteFile </td>
<td>(</td>
<td class="paramtype"><a class="el" href="namespacecrashpad.html#a07f8e33c4fdeba3783277f9f2563e48a">FileHandle</a>&#160;</td>
<td class="paramname"><em>file</em>, </td>
@ -5463,7 +5466,7 @@ This function is provided because <code>SMJobCopyDictionary()</code> is deprecat
<p>Writes to a file, retrying when interrupted or following a short write on POSIX. </p>
<p>This function writes to <em>file</em>, stopping only when <em>size</em> bytes have been written.</p>
<dl class="section return"><dt>Returns</dt><dd>The number of bytes written from <em>buffer</em>, or <code>-1</code> on error, with <code>errno</code> or <code>GetLastError()</code> set appropriately. On error, a portion of <em>buffer</em> may have been written to <em>file</em>.</dd></dl>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile</a> </dd>
<dl class="section see"><dt>See also</dt><dd><a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96" title="Reads from a file, retrying when interrupted on POSIX or following a short read. ">ReadFile</a> </dd>
<dd>
<a class="el" href="namespacecrashpad.html#a8a91af9c690d2a280c463596bf82070b" title="Wraps WriteFile(), ensuring that exactly size bytes are written. ">LoggingWriteFile</a> </dd>
<dd>

View File

@ -512,7 +512,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<h3><a class="anchor" id="index_r"></a>- r -</h3><ul>
<li>ReadFile()
: <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa">crashpad</a>
: <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96">crashpad</a>
</li>
<li>ReadMinidumpSimpleStringDictionary()
: <a class="el" href="namespacecrashpad_1_1internal.html#aa9b358d36faf271ec17d7e9a829610a9">crashpad::internal</a>
@ -628,7 +628,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<h3><a class="anchor" id="index_w"></a>- w -</h3><ul>
<li>WriteFile()
: <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611">crashpad</a>
: <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a">crashpad</a>
</li>
<li>WriteXattr()
: <a class="el" href="namespacecrashpad.html#a6842e0ae3110f04477765c771c04dc60">crashpad</a>

View File

@ -122,7 +122,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
<h3><a class="anchor" id="index_r"></a>- r -</h3><ul>
<li>ReadFile()
: <a class="el" href="namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa">crashpad</a>
: <a class="el" href="namespacecrashpad.html#a8599600814a17d622766decd5f122a96">crashpad</a>
</li>
<li>ReadMinidumpSimpleStringDictionary()
: <a class="el" href="namespacecrashpad_1_1internal.html#aa9b358d36faf271ec17d7e9a829610a9">crashpad::internal</a>

View File

@ -128,7 +128,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
: <a class="el" href="namespacecrashpad.html#a1bac9f2a189b24737e743d6690362239">crashpad</a>
</li>
<li>WriteFile()
: <a class="el" href="namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611">crashpad</a>
: <a class="el" href="namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a">crashpad</a>
</li>
<li>WriteXattr()
: <a class="el" href="namespacecrashpad.html#a6842e0ae3110f04477765c771c04dc60">crashpad</a>

View File

@ -1,12 +1,12 @@
var searchData=
[
['read',['read',['../structcrashpad_1_1test_1_1WinChildProcess_1_1Handles.html#afdb549c4b1fd8c86b64dccc3cbdc08b2',1,'crashpad::test::WinChildProcess::Handles::read()'],['../classcrashpad_1_1internal_1_1MemorySnapshotMac.html#abf526f199ea6f4e0b49e5fd14098b384',1,'crashpad::internal::MemorySnapshotMac::Read()'],['../classcrashpad_1_1MemorySnapshot.html#ad7bd3e85268e7b8d9d78e03be977ee52',1,'crashpad::MemorySnapshot::Read()'],['../classcrashpad_1_1test_1_1TestMemorySnapshot.html#a89b8798372679d4aef3cf823b165d1d3',1,'crashpad::test::TestMemorySnapshot::Read()'],['../classcrashpad_1_1internal_1_1MemorySnapshotWin.html#a565c0d86ca3c1a8fa3bc6ab296962de0',1,'crashpad::internal::MemorySnapshotWin::Read()'],['../classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503',1,'crashpad::FileReaderInterface::Read()'],['../classcrashpad_1_1WeakFileHandleFileReader.html#abdc97d363cd4142317ec7c2ffd482992',1,'crashpad::WeakFileHandleFileReader::Read()'],['../classcrashpad_1_1FileReader.html#a21e7cad5ba35ac895a3640e06ec75783',1,'crashpad::FileReader::Read()'],['../classcrashpad_1_1WeakStdioFileReader.html#aae561c70f5e31f3bf6f04e39195f5d35',1,'crashpad::WeakStdioFileReader::Read()'],['../classcrashpad_1_1StringFile.html#ae3090a365d3db2cbf4e0bb816ce4ba03',1,'crashpad::StringFile::Read()'],['../classcrashpad_1_1TaskMemory.html#a323d157824f62eb286e4c39f8d99e3a9',1,'crashpad::TaskMemory::Read()']]],
['read',['read',['../structcrashpad_1_1test_1_1WinChildProcess_1_1Handles.html#afdb549c4b1fd8c86b64dccc3cbdc08b2',1,'crashpad::test::WinChildProcess::Handles::read()'],['../classcrashpad_1_1internal_1_1MemorySnapshotMac.html#abf526f199ea6f4e0b49e5fd14098b384',1,'crashpad::internal::MemorySnapshotMac::Read()'],['../classcrashpad_1_1MemorySnapshot.html#ad7bd3e85268e7b8d9d78e03be977ee52',1,'crashpad::MemorySnapshot::Read()'],['../classcrashpad_1_1test_1_1TestMemorySnapshot.html#a89b8798372679d4aef3cf823b165d1d3',1,'crashpad::test::TestMemorySnapshot::Read()'],['../classcrashpad_1_1internal_1_1MemorySnapshotWin.html#a565c0d86ca3c1a8fa3bc6ab296962de0',1,'crashpad::internal::MemorySnapshotWin::Read()'],['../classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1',1,'crashpad::FileReaderInterface::Read()'],['../classcrashpad_1_1WeakFileHandleFileReader.html#adabfaf3549ac5a3269475a567645e095',1,'crashpad::WeakFileHandleFileReader::Read()'],['../classcrashpad_1_1FileReader.html#a71bb3e12f135a0e84b1385ab89e46611',1,'crashpad::FileReader::Read()'],['../classcrashpad_1_1WeakStdioFileReader.html#adcedaed4a1465abddb7ac3c1f3643ff8',1,'crashpad::WeakStdioFileReader::Read()'],['../classcrashpad_1_1StringFile.html#a05de4b2d8ef91a974181d7340c61b346',1,'crashpad::StringFile::Read()'],['../classcrashpad_1_1TaskMemory.html#a323d157824f62eb286e4c39f8d99e3a9',1,'crashpad::TaskMemory::Read()']]],
['readavailablememory',['ReadAvailableMemory',['../classcrashpad_1_1ProcessReaderWin.html#abf3e0d5ec58bfc9bd0b67382e067afff',1,'crashpad::ProcessReaderWin']]],
['readcstring',['ReadCString',['../classcrashpad_1_1TaskMemory_1_1MappedMemory.html#aaa82d4276500ce99fd7b3d251cee78a0',1,'crashpad::TaskMemory::MappedMemory::ReadCString()'],['../classcrashpad_1_1TaskMemory.html#a9365a798d8140094cda73606ec132e87',1,'crashpad::TaskMemory::ReadCString()']]],
['readcstringsizelimited',['ReadCStringSizeLimited',['../classcrashpad_1_1TaskMemory.html#a51092ce134b41d605a9a4ae470826eb6',1,'crashpad::TaskMemory']]],
['reader',['reader',['../structcrashpad_1_1ProcessReader_1_1Module.html#a3be41f4fae388989c30bbb3046f2a854',1,'crashpad::ProcessReader::Module']]],
['readexactly',['ReadExactly',['../classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56',1,'crashpad::FileReaderInterface']]],
['readfile',['ReadFile',['../namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa',1,'crashpad']]],
['readfile',['ReadFile',['../namespacecrashpad.html#a8599600814a17d622766decd5f122a96',1,'crashpad']]],
['readmapped',['ReadMapped',['../classcrashpad_1_1TaskMemory.html#a17fe571f49eb7fef909b02937caff766',1,'crashpad::TaskMemory']]],
['readmemory',['ReadMemory',['../classcrashpad_1_1ProcessReaderWin.html#a65d2258f0dcad73e223f904f7089e9f0',1,'crashpad::ProcessReaderWin']]],
['readminidumpsimplestringdictionary',['ReadMinidumpSimpleStringDictionary',['../namespacecrashpad_1_1internal.html#aa9b358d36faf271ec17d7e9a829610a9',1,'crashpad::internal']]],

View File

@ -148,7 +148,7 @@ var searchData=
['starthandler',['StartHandler',['../classcrashpad_1_1CrashpadClient.html#aff59b81264227e71e3b5d205e9bd517a',1,'crashpad::CrashpadClient']]],
['startofmemoryrange',['StartOfMemoryRange',['../structMINIDUMP__MEMORY__DESCRIPTOR.html#ac6d589aa4a3b82315866f2a27bee770c',1,'MINIDUMP_MEMORY_DESCRIPTOR']]],
['starttime',['StartTime',['../classcrashpad_1_1ProcessReader.html#ac48f413de66e80699710f864def6db83',1,'crashpad::ProcessReader::StartTime()'],['../classcrashpad_1_1ProcessReaderWin.html#a0ada8be820819cc21b16afb0e26742f7',1,'crashpad::ProcessReaderWin::StartTime()'],['../classcrashpad_1_1ProcessInfo.html#a3f14fd51b2ca3d5c557e60e109f719a7',1,'crashpad::ProcessInfo::StartTime()']]],
['state',['State',['../classcrashpad_1_1internal_1_1MinidumpWritable.html#ac14e05f291f5fa713b5ec82a208fa7c7',1,'crashpad::internal::MinidumpWritable::State()'],['../classcrashpad_1_1InitializationState.html#a044ea6d40e23683d6d1bb5ce30dafd88',1,'crashpad::InitializationState::State()'],['../structMINIDUMP__MEMORY__INFO.html#a27341e73a6433d98e4742e71788f7cc4',1,'MINIDUMP_MEMORY_INFO::State()'],['../classcrashpad_1_1internal_1_1MinidumpWritable.html#a665d2de47970d796e904f0dfce406814',1,'crashpad::internal::MinidumpWritable::state()'],['../classcrashpad_1_1InitializationState.html#af16920bba154b9c1d159eba5c204eab5',1,'crashpad::InitializationState::state()'],['../classcrashpad_1_1InitializationStateDcheck.html#a21085a8c0b7d75977a6e29b8bb498eb1',1,'crashpad::InitializationStateDcheck::state()']]],
['state',['state',['../classcrashpad_1_1internal_1_1MinidumpWritable.html#a665d2de47970d796e904f0dfce406814',1,'crashpad::internal::MinidumpWritable::state()'],['../classcrashpad_1_1InitializationState.html#af16920bba154b9c1d159eba5c204eab5',1,'crashpad::InitializationState::state()'],['../classcrashpad_1_1InitializationStateDcheck.html#a21085a8c0b7d75977a6e29b8bb498eb1',1,'crashpad::InitializationStateDcheck::state()'],['../classcrashpad_1_1internal_1_1MinidumpWritable.html#ac14e05f291f5fa713b5ec82a208fa7c7',1,'crashpad::internal::MinidumpWritable::State()'],['../classcrashpad_1_1InitializationState.html#a044ea6d40e23683d6d1bb5ce30dafd88',1,'crashpad::InitializationState::State()'],['../structMINIDUMP__MEMORY__INFO.html#a27341e73a6433d98e4742e71788f7cc4',1,'MINIDUMP_MEMORY_INFO::State()']]],
['stdin_5fwrite_5fhandle',['stdin_write_handle',['../classcrashpad_1_1test_1_1ChildLauncher.html#a13f50ad94b1804224ee4d9cae158bb0e',1,'crashpad::test::ChildLauncher']]],
['stdio_5fplog',['STDIO_PLOG',['../file__io_8h.html#a2f8d366bb03ceee04e91bb38c9c41e5e',1,'file_io.h']]],
['stdout_5fread_5fhandle',['stdout_read_handle',['../classcrashpad_1_1test_1_1ChildLauncher.html#a5f320f17a2a9d2eea3004760bad9fe61',1,'crashpad::test::ChildLauncher']]],

View File

@ -38,7 +38,7 @@ var searchData=
['time_5fzone_5finformation',['TIME_ZONE_INFORMATION',['../structTIME__ZONE__INFORMATION.html',1,'']]],
['timedatestamp',['TimeDateStamp',['../structMINIDUMP__HEADER.html#a5f3811a143f2a6405e721d03d8c86f1d',1,'MINIDUMP_HEADER::TimeDateStamp()'],['../structMINIDUMP__MODULE.html#ae03bd3bf01de8e08c9a6abf37a9dfbbb',1,'MINIDUMP_MODULE::TimeDateStamp()']]],
['timedwait',['TimedWait',['../classcrashpad_1_1Semaphore.html#af22faf8672a7d7a6dd96aefc53560712',1,'crashpad::Semaphore']]],
['timestamp',['Timestamp',['../classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a85f4158887da0a68166d878c2b2c8af9',1,'crashpad::internal::ModuleSnapshotMac::Timestamp()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#a875a58ab05c48a7009eb82455a0376c6',1,'crashpad::internal::ModuleSnapshotMinidump::Timestamp()'],['../classcrashpad_1_1ModuleSnapshot.html#a061dbd6816d0524396af0063e6976adb',1,'crashpad::ModuleSnapshot::Timestamp()'],['../classcrashpad_1_1test_1_1TestModuleSnapshot.html#a2117384e0e2a32c50b5f79a37c8cbc69',1,'crashpad::test::TestModuleSnapshot::Timestamp()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a713af5d32c8dbe656520fe780b1d2fdc',1,'crashpad::internal::ModuleSnapshotWin::Timestamp()'],['../structcrashpad_1_1ProcessReader_1_1Module.html#a6e5283523fbb890bbb49d8dd61a3a294',1,'crashpad::ProcessReader::Module::timestamp()'],['../structcrashpad_1_1CodeViewRecordPDB20.html#aec8f91274534e13cdacb21e7427c32e4',1,'crashpad::CodeViewRecordPDB20::timestamp()'],['../structcrashpad_1_1ProcessInfo_1_1Module.html#a6e025a10695661cc96c876d73d78bc23',1,'crashpad::ProcessInfo::Module::timestamp()']]],
['timestamp',['timestamp',['../structcrashpad_1_1ProcessReader_1_1Module.html#a6e5283523fbb890bbb49d8dd61a3a294',1,'crashpad::ProcessReader::Module::timestamp()'],['../structcrashpad_1_1CodeViewRecordPDB20.html#aec8f91274534e13cdacb21e7427c32e4',1,'crashpad::CodeViewRecordPDB20::timestamp()'],['../structcrashpad_1_1ProcessInfo_1_1Module.html#a6e025a10695661cc96c876d73d78bc23',1,'crashpad::ProcessInfo::Module::timestamp()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a85f4158887da0a68166d878c2b2c8af9',1,'crashpad::internal::ModuleSnapshotMac::Timestamp()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#a875a58ab05c48a7009eb82455a0376c6',1,'crashpad::internal::ModuleSnapshotMinidump::Timestamp()'],['../classcrashpad_1_1ModuleSnapshot.html#a061dbd6816d0524396af0063e6976adb',1,'crashpad::ModuleSnapshot::Timestamp()'],['../classcrashpad_1_1test_1_1TestModuleSnapshot.html#a2117384e0e2a32c50b5f79a37c8cbc69',1,'crashpad::test::TestModuleSnapshot::Timestamp()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a713af5d32c8dbe656520fe780b1d2fdc',1,'crashpad::internal::ModuleSnapshotWin::Timestamp()']]],
['timeval',['timeval',['../structtimeval.html',1,'']]],
['timezone',['TimeZone',['../structMINIDUMP__MISC__INFO__3.html#aed5a62e4763420e86a7477138f85f23d',1,'MINIDUMP_MISC_INFO_3::TimeZone()'],['../classcrashpad_1_1internal_1_1SystemSnapshotMac.html#a44c833dd1344a4020ff36fbe2fe33e87',1,'crashpad::internal::SystemSnapshotMac::TimeZone()'],['../classcrashpad_1_1SystemSnapshot.html#ab3af063628dcf35890ca77c19bb71ccf',1,'crashpad::SystemSnapshot::TimeZone()'],['../classcrashpad_1_1internal_1_1SystemSnapshotWin.html#a891f3627dc14992dd898fe4eda5726c9',1,'crashpad::internal::SystemSnapshotWin::TimeZone()']]],
['timezoneid',['TimeZoneId',['../structMINIDUMP__MISC__INFO__3.html#a65b9873189c3dad3f692b6792771f27b',1,'MINIDUMP_MISC_INFO_3']]],

View File

@ -14,6 +14,7 @@ var searchData=
['usehandler',['UseHandler',['../classcrashpad_1_1CrashpadClient.html#a58476a5f7a1910ad67ba2bce69ead38e',1,'crashpad::CrashpadClient']]],
['usesystemdefaulthandler',['UseSystemDefaultHandler',['../classcrashpad_1_1CrashpadClient.html#a1a6a1e62d90a67db782664b1fe5a952f',1,'crashpad::CrashpadClient']]],
['utf8',['UTF8',['../classcrashpad_1_1internal_1_1MinidumpUTF8StringWriter.html#af1fcd3b9fd56ce2557fd8201fa544748',1,'crashpad::internal::MinidumpUTF8StringWriter']]],
['uuid',['UUID',['../classcrashpad_1_1MachOImageReader.html#ae3478d0dd59d9a226b525529968f2f04',1,'crashpad::MachOImageReader::UUID()'],['../structcrashpad_1_1UUID.html#a8e9aa2f5c0496c220dfe05f9c64284b1',1,'crashpad::UUID::UUID()'],['../structcrashpad_1_1UUID.html#aca29088774d8d366aaf9465f5ea407f3',1,'crashpad::UUID::UUID(InitializeWithNewTag)'],['../structcrashpad_1_1UUID.html#a3f009620a21ceead5be155368b261030',1,'crashpad::UUID::UUID(const uint8_t *bytes)'],['../structcrashpad_1_1CrashReportDatabase_1_1Report.html#afab0cc6f40b7ca127ecddd4625284a86',1,'crashpad::CrashReportDatabase::Report::uuid()'],['../structcrashpad_1_1CrashReportDatabase_1_1NewReport.html#ae6c8dd52e30be462e2190f6feea5a3a5',1,'crashpad::CrashReportDatabase::NewReport::uuid()'],['../structcrashpad_1_1CodeViewRecordPDB70.html#a54022132ea5911f0c9682a4fda52b7b7',1,'crashpad::CodeViewRecordPDB70::uuid()']]],
['uuid',['UUID',['../structcrashpad_1_1UUID.html',1,'crashpad']]],
['uuid',['uuid',['../structcrashpad_1_1CrashReportDatabase_1_1Report.html#afab0cc6f40b7ca127ecddd4625284a86',1,'crashpad::CrashReportDatabase::Report::uuid()'],['../structcrashpad_1_1CrashReportDatabase_1_1NewReport.html#ae6c8dd52e30be462e2190f6feea5a3a5',1,'crashpad::CrashReportDatabase::NewReport::uuid()'],['../structcrashpad_1_1CodeViewRecordPDB70.html#a54022132ea5911f0c9682a4fda52b7b7',1,'crashpad::CodeViewRecordPDB70::uuid()'],['../classcrashpad_1_1MachOImageReader.html#ae3478d0dd59d9a226b525529968f2f04',1,'crashpad::MachOImageReader::UUID()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a926b8fb41ff115085d2118d54a2580ad',1,'crashpad::internal::ModuleSnapshotMac::UUID()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#aa9c70e3ae61087d8197d48b5e1d697f3',1,'crashpad::internal::ModuleSnapshotMinidump::UUID()'],['../classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1',1,'crashpad::ModuleSnapshot::UUID()'],['../classcrashpad_1_1test_1_1TestModuleSnapshot.html#af1420f760358c7946669c9ed46e5b3a4',1,'crashpad::test::TestModuleSnapshot::UUID()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a6dd6d469da8f26dee4c96aedf01d8557',1,'crashpad::internal::ModuleSnapshotWin::UUID()'],['../structcrashpad_1_1UUID.html#a8e9aa2f5c0496c220dfe05f9c64284b1',1,'crashpad::UUID::UUID()'],['../structcrashpad_1_1UUID.html#aca29088774d8d366aaf9465f5ea407f3',1,'crashpad::UUID::UUID(InitializeWithNewTag)'],['../structcrashpad_1_1UUID.html#a3f009620a21ceead5be155368b261030',1,'crashpad::UUID::UUID(const uint8_t *bytes)']]]
['uuidandage',['UUIDAndAge',['../classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a83c57596fdff2d1bc67d2727be72c2ee',1,'crashpad::internal::ModuleSnapshotMac::UUIDAndAge()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#ac874f6717e8e81464bff57db2274add5',1,'crashpad::internal::ModuleSnapshotMinidump::UUIDAndAge()'],['../classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119',1,'crashpad::ModuleSnapshot::UUIDAndAge()'],['../classcrashpad_1_1test_1_1TestModuleSnapshot.html#a74ace0376367c9f1fccdbc52f8922de0',1,'crashpad::test::TestModuleSnapshot::UUIDAndAge()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a7a18b084cf48b7a53f9d660e9339428f',1,'crashpad::internal::ModuleSnapshotWin::UUIDAndAge()']]]
];

View File

@ -21,7 +21,7 @@ var searchData=
['writableiovec',['WritableIoVec',['../structcrashpad_1_1WritableIoVec.html',1,'crashpad']]],
['write',['Write',['../classcrashpad_1_1FileWriterInterface.html#a34e3a6edac09771c7746901b77acc5b1',1,'crashpad::FileWriterInterface::Write()'],['../classcrashpad_1_1WeakFileHandleFileWriter.html#a8caefa3cd0fbd84fa79695cbe3e13d94',1,'crashpad::WeakFileHandleFileWriter::Write()'],['../classcrashpad_1_1FileWriter.html#a88df535e600f9c9b57a44130de1d0eb0',1,'crashpad::FileWriter::Write()'],['../classcrashpad_1_1StringFile.html#aa7e22ad48bbedf3e1e6a257cfba0c137',1,'crashpad::StringFile::Write()'],['../structcrashpad_1_1test_1_1WinChildProcess_1_1Handles.html#a3c7e9f99c926f659b3168ec33592059d',1,'crashpad::test::WinChildProcess::Handles::write()']]],
['writeeverything',['WriteEverything',['../classcrashpad_1_1MinidumpFileWriter.html#ad8eeea6397f565a17455c091b0a3f6a6',1,'crashpad::MinidumpFileWriter::WriteEverything()'],['../classcrashpad_1_1internal_1_1MinidumpWritable.html#a24507e918299cb566c7f15207de83a7f',1,'crashpad::internal::MinidumpWritable::WriteEverything()']]],
['writefile',['WriteFile',['../namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611',1,'crashpad']]],
['writefile',['WriteFile',['../namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a',1,'crashpad']]],
['writeiovec',['WriteIoVec',['../classcrashpad_1_1FileWriterInterface.html#a056d01fcfa12a49cff735cf4f63bc1ba',1,'crashpad::FileWriterInterface::WriteIoVec()'],['../classcrashpad_1_1WeakFileHandleFileWriter.html#aa8aa7c9034126003912e7349a1e3adc3',1,'crashpad::WeakFileHandleFileWriter::WriteIoVec()'],['../classcrashpad_1_1FileWriter.html#a841442d50f6edaacdfeafe859c42a876',1,'crashpad::FileWriter::WriteIoVec()'],['../classcrashpad_1_1StringFile.html#aa5b57a3a13ee4f973dc7984fbc6e3237',1,'crashpad::StringFile::WriteIoVec()']]],
['writeobject',['WriteObject',['../classcrashpad_1_1MinidumpContextX86Writer.html#a1bd12750e144f63410d9babf976cceef',1,'crashpad::MinidumpContextX86Writer::WriteObject()'],['../classcrashpad_1_1MinidumpContextAMD64Writer.html#a452865342aef365377d6f059b902ba59',1,'crashpad::MinidumpContextAMD64Writer::WriteObject()'],['../classcrashpad_1_1MinidumpCrashpadInfoWriter.html#a438010ef37056aaeba48f26680265cfa',1,'crashpad::MinidumpCrashpadInfoWriter::WriteObject()'],['../classcrashpad_1_1MinidumpExceptionWriter.html#aac2513645536298482694da6c26ed3b0',1,'crashpad::MinidumpExceptionWriter::WriteObject()'],['../classcrashpad_1_1MinidumpFileWriter.html#abad1dd1348b1224b051014498070dd9e',1,'crashpad::MinidumpFileWriter::WriteObject()'],['../classcrashpad_1_1MinidumpHandleDataWriter.html#ac9fd688ebfcec0654d3fea41ac2b8e05',1,'crashpad::MinidumpHandleDataWriter::WriteObject()'],['../classcrashpad_1_1MinidumpMemoryInfoListWriter.html#a4fea0452602af61481528f14280babab',1,'crashpad::MinidumpMemoryInfoListWriter::WriteObject()'],['../classcrashpad_1_1MinidumpMemoryListWriter.html#a9c5cd4c45f2726044aa68dc84f95ddda',1,'crashpad::MinidumpMemoryListWriter::WriteObject()'],['../classcrashpad_1_1MinidumpMiscInfoWriter.html#acf044a02623faf79c1ce99c541656981',1,'crashpad::MinidumpMiscInfoWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleCrashpadInfoWriter.html#a1d7c04c213d805e76571ff165eb53135',1,'crashpad::MinidumpModuleCrashpadInfoWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleCrashpadInfoListWriter.html#a31a7559378b582330ca3f0107420fce2',1,'crashpad::MinidumpModuleCrashpadInfoListWriter::WriteObject()'],['../classcrashpad_1_1internal_1_1MinidumpModuleCodeViewRecordPDBLinkWriter.html#a697e2c1bd9e93d74cf68a84d9074b346',1,'crashpad::internal::MinidumpModuleCodeViewRecordPDBLinkWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleMiscDebugRecordWriter.html#a0b84546996b7e289f9732e9e078815d8',1,'crashpad::MinidumpModuleMiscDebugRecordWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleWriter.html#ac89d6271ee0515937052afad8ba15cf1',1,'crashpad::MinidumpModuleWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleListWriter.html#a59b068e4b3a256ea9378355d76cb48ef',1,'crashpad::MinidumpModuleListWriter::WriteObject()'],['../classcrashpad_1_1internal_1_1MinidumpRVAListWriter.html#ae888ae943306ead6c87cf1c560a583c9',1,'crashpad::internal::MinidumpRVAListWriter::WriteObject()'],['../classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter.html#a2b308901e5fdaac226c400b4da033c67',1,'crashpad::MinidumpSimpleStringDictionaryEntryWriter::WriteObject()'],['../classcrashpad_1_1MinidumpSimpleStringDictionaryWriter.html#a6364bf64fdb470e5549e7d5626e08fdc',1,'crashpad::MinidumpSimpleStringDictionaryWriter::WriteObject()'],['../classcrashpad_1_1internal_1_1MinidumpStringWriter.html#a8c9d56b1b0468a07effb67973369b913',1,'crashpad::internal::MinidumpStringWriter::WriteObject()'],['../classcrashpad_1_1MinidumpSystemInfoWriter.html#a703099c51937c32e4ab063badc858409',1,'crashpad::MinidumpSystemInfoWriter::WriteObject()'],['../classcrashpad_1_1MinidumpThreadWriter.html#ac8c63d982e88f2624885d3c94b5f5edc',1,'crashpad::MinidumpThreadWriter::WriteObject()'],['../classcrashpad_1_1MinidumpThreadListWriter.html#aa700bd00164ae912a518f74160d8ebda',1,'crashpad::MinidumpThreadListWriter::WriteObject()'],['../classcrashpad_1_1internal_1_1MinidumpWritable.html#a2d3472b11ec3c12184f5d8f946fbb4a1',1,'crashpad::internal::MinidumpWritable::WriteObject()'],['../classcrashpad_1_1test_1_1TestMinidumpMemoryWriter.html#ad43c37e90e653697452c24170dc9f360',1,'crashpad::test::TestMinidumpMemoryWriter::WriteObject()'],['../classcrashpad_1_1test_1_1TestUInt32MinidumpWritable.html#a7a04afb96009539a3064c2819d84bb74',1,'crashpad::test::TestUInt32MinidumpWritable::WriteObject()']]],
['writepaddingandobject',['WritePaddingAndObject',['../classcrashpad_1_1internal_1_1MinidumpWritable.html#ab82b1e92ae0eced8b8e2efe957411773',1,'crashpad::internal::MinidumpWritable']]],

View File

@ -7,7 +7,7 @@ var searchData=
['get_5ffunction_2eh',['get_function.h',['../get__function_8h.html',1,'']]],
['get_5ffunction_5frequired',['GET_FUNCTION_REQUIRED',['../get__function_8h.html#ae87bc4c8800c7e6f35c06bf48cb636f3',1,'get_function.h']]],
['getbodystream',['GetBodyStream',['../classcrashpad_1_1HTTPMultipartBuilder.html#a44bee6ddacb6b526b1a170e893d6b2b4',1,'crashpad::HTTPMultipartBuilder']]],
['getbytesbuffer',['GetBytesBuffer',['../classcrashpad_1_1HTTPBodyStream.html#a1bb6a644866c3e01f15818be23bde9ef',1,'crashpad::HTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1StringHTTPBodyStream.html#aef52b9001e6111900c7836d601dee2b3',1,'crashpad::StringHTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1FileHTTPBodyStream.html#af6774ed1f81fe667da00cd071b32a9c6',1,'crashpad::FileHTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1CompositeHTTPBodyStream.html#a8ed6efc6155915b464f0b8a02d67605b',1,'crashpad::CompositeHTTPBodyStream::GetBytesBuffer()']]],
['getbytesbuffer',['GetBytesBuffer',['../classcrashpad_1_1HTTPBodyStream.html#aa6a460e23c34ff7b2edc056a5ffd11b2',1,'crashpad::HTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1StringHTTPBodyStream.html#afa56035c89a4cfcc0e028c8c1838a56d',1,'crashpad::StringHTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1FileHTTPBodyStream.html#a0495ba46a1dcdaedaf525d340972d771',1,'crashpad::FileHTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1CompositeHTTPBodyStream.html#a66355480dd05beba77261f0a512d3e70',1,'crashpad::CompositeHTTPBodyStream::GetBytesBuffer()']]],
['getclientid',['GetClientID',['../classcrashpad_1_1Settings.html#a5daa0f1799126f64ad515b9da08ef622',1,'crashpad::Settings']]],
['getcompletedreports',['GetCompletedReports',['../classcrashpad_1_1CrashReportDatabase.html#a3aecde1673f34d7789c1b8562242223c',1,'crashpad::CrashReportDatabase']]],
['getcontenttype',['GetContentType',['../classcrashpad_1_1HTTPMultipartBuilder.html#a058686dbdc9e3703dd3190dc38d96e94',1,'crashpad::HTTPMultipartBuilder']]],

View File

@ -1,11 +1,11 @@
var searchData=
[
['read',['Read',['../classcrashpad_1_1internal_1_1MemorySnapshotMac.html#abf526f199ea6f4e0b49e5fd14098b384',1,'crashpad::internal::MemorySnapshotMac::Read()'],['../classcrashpad_1_1MemorySnapshot.html#ad7bd3e85268e7b8d9d78e03be977ee52',1,'crashpad::MemorySnapshot::Read()'],['../classcrashpad_1_1test_1_1TestMemorySnapshot.html#a89b8798372679d4aef3cf823b165d1d3',1,'crashpad::test::TestMemorySnapshot::Read()'],['../classcrashpad_1_1internal_1_1MemorySnapshotWin.html#a565c0d86ca3c1a8fa3bc6ab296962de0',1,'crashpad::internal::MemorySnapshotWin::Read()'],['../classcrashpad_1_1FileReaderInterface.html#a67ef8aff0f95c94627479f2fe48e0503',1,'crashpad::FileReaderInterface::Read()'],['../classcrashpad_1_1WeakFileHandleFileReader.html#abdc97d363cd4142317ec7c2ffd482992',1,'crashpad::WeakFileHandleFileReader::Read()'],['../classcrashpad_1_1FileReader.html#a21e7cad5ba35ac895a3640e06ec75783',1,'crashpad::FileReader::Read()'],['../classcrashpad_1_1WeakStdioFileReader.html#aae561c70f5e31f3bf6f04e39195f5d35',1,'crashpad::WeakStdioFileReader::Read()'],['../classcrashpad_1_1StringFile.html#ae3090a365d3db2cbf4e0bb816ce4ba03',1,'crashpad::StringFile::Read()'],['../classcrashpad_1_1TaskMemory.html#a323d157824f62eb286e4c39f8d99e3a9',1,'crashpad::TaskMemory::Read()']]],
['read',['Read',['../classcrashpad_1_1internal_1_1MemorySnapshotMac.html#abf526f199ea6f4e0b49e5fd14098b384',1,'crashpad::internal::MemorySnapshotMac::Read()'],['../classcrashpad_1_1MemorySnapshot.html#ad7bd3e85268e7b8d9d78e03be977ee52',1,'crashpad::MemorySnapshot::Read()'],['../classcrashpad_1_1test_1_1TestMemorySnapshot.html#a89b8798372679d4aef3cf823b165d1d3',1,'crashpad::test::TestMemorySnapshot::Read()'],['../classcrashpad_1_1internal_1_1MemorySnapshotWin.html#a565c0d86ca3c1a8fa3bc6ab296962de0',1,'crashpad::internal::MemorySnapshotWin::Read()'],['../classcrashpad_1_1FileReaderInterface.html#ad9035ff345274f33cef248712d53d9e1',1,'crashpad::FileReaderInterface::Read()'],['../classcrashpad_1_1WeakFileHandleFileReader.html#adabfaf3549ac5a3269475a567645e095',1,'crashpad::WeakFileHandleFileReader::Read()'],['../classcrashpad_1_1FileReader.html#a71bb3e12f135a0e84b1385ab89e46611',1,'crashpad::FileReader::Read()'],['../classcrashpad_1_1WeakStdioFileReader.html#adcedaed4a1465abddb7ac3c1f3643ff8',1,'crashpad::WeakStdioFileReader::Read()'],['../classcrashpad_1_1StringFile.html#a05de4b2d8ef91a974181d7340c61b346',1,'crashpad::StringFile::Read()'],['../classcrashpad_1_1TaskMemory.html#a323d157824f62eb286e4c39f8d99e3a9',1,'crashpad::TaskMemory::Read()']]],
['readavailablememory',['ReadAvailableMemory',['../classcrashpad_1_1ProcessReaderWin.html#abf3e0d5ec58bfc9bd0b67382e067afff',1,'crashpad::ProcessReaderWin']]],
['readcstring',['ReadCString',['../classcrashpad_1_1TaskMemory_1_1MappedMemory.html#aaa82d4276500ce99fd7b3d251cee78a0',1,'crashpad::TaskMemory::MappedMemory::ReadCString()'],['../classcrashpad_1_1TaskMemory.html#a9365a798d8140094cda73606ec132e87',1,'crashpad::TaskMemory::ReadCString()']]],
['readcstringsizelimited',['ReadCStringSizeLimited',['../classcrashpad_1_1TaskMemory.html#a51092ce134b41d605a9a4ae470826eb6',1,'crashpad::TaskMemory']]],
['readexactly',['ReadExactly',['../classcrashpad_1_1FileReaderInterface.html#ad046f1ebf1071eb6b92a2a8d06c14a56',1,'crashpad::FileReaderInterface']]],
['readfile',['ReadFile',['../namespacecrashpad.html#ab67b32918c334cd86e1d2ebf367badaa',1,'crashpad']]],
['readfile',['ReadFile',['../namespacecrashpad.html#a8599600814a17d622766decd5f122a96',1,'crashpad']]],
['readmapped',['ReadMapped',['../classcrashpad_1_1TaskMemory.html#a17fe571f49eb7fef909b02937caff766',1,'crashpad::TaskMemory']]],
['readmemory',['ReadMemory',['../classcrashpad_1_1ProcessReaderWin.html#a65d2258f0dcad73e223f904f7089e9f0',1,'crashpad::ProcessReaderWin']]],
['readminidumpsimplestringdictionary',['ReadMinidumpSimpleStringDictionary',['../namespacecrashpad_1_1internal.html#aa9b358d36faf271ec17d7e9a829610a9',1,'crashpad::internal']]],

View File

@ -7,5 +7,6 @@ var searchData=
['usehandler',['UseHandler',['../classcrashpad_1_1CrashpadClient.html#a58476a5f7a1910ad67ba2bce69ead38e',1,'crashpad::CrashpadClient']]],
['usesystemdefaulthandler',['UseSystemDefaultHandler',['../classcrashpad_1_1CrashpadClient.html#a1a6a1e62d90a67db782664b1fe5a952f',1,'crashpad::CrashpadClient']]],
['utf8',['UTF8',['../classcrashpad_1_1internal_1_1MinidumpUTF8StringWriter.html#af1fcd3b9fd56ce2557fd8201fa544748',1,'crashpad::internal::MinidumpUTF8StringWriter']]],
['uuid',['UUID',['../classcrashpad_1_1MachOImageReader.html#ae3478d0dd59d9a226b525529968f2f04',1,'crashpad::MachOImageReader::UUID()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a926b8fb41ff115085d2118d54a2580ad',1,'crashpad::internal::ModuleSnapshotMac::UUID()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#aa9c70e3ae61087d8197d48b5e1d697f3',1,'crashpad::internal::ModuleSnapshotMinidump::UUID()'],['../classcrashpad_1_1ModuleSnapshot.html#abe496c52eb77c0dced87a644331ea9b1',1,'crashpad::ModuleSnapshot::UUID()'],['../classcrashpad_1_1test_1_1TestModuleSnapshot.html#af1420f760358c7946669c9ed46e5b3a4',1,'crashpad::test::TestModuleSnapshot::UUID()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a6dd6d469da8f26dee4c96aedf01d8557',1,'crashpad::internal::ModuleSnapshotWin::UUID()'],['../structcrashpad_1_1UUID.html#a8e9aa2f5c0496c220dfe05f9c64284b1',1,'crashpad::UUID::UUID()'],['../structcrashpad_1_1UUID.html#aca29088774d8d366aaf9465f5ea407f3',1,'crashpad::UUID::UUID(InitializeWithNewTag)'],['../structcrashpad_1_1UUID.html#a3f009620a21ceead5be155368b261030',1,'crashpad::UUID::UUID(const uint8_t *bytes)']]]
['uuid',['UUID',['../classcrashpad_1_1MachOImageReader.html#ae3478d0dd59d9a226b525529968f2f04',1,'crashpad::MachOImageReader::UUID()'],['../structcrashpad_1_1UUID.html#a8e9aa2f5c0496c220dfe05f9c64284b1',1,'crashpad::UUID::UUID()'],['../structcrashpad_1_1UUID.html#aca29088774d8d366aaf9465f5ea407f3',1,'crashpad::UUID::UUID(InitializeWithNewTag)'],['../structcrashpad_1_1UUID.html#a3f009620a21ceead5be155368b261030',1,'crashpad::UUID::UUID(const uint8_t *bytes)']]],
['uuidandage',['UUIDAndAge',['../classcrashpad_1_1internal_1_1ModuleSnapshotMac.html#a83c57596fdff2d1bc67d2727be72c2ee',1,'crashpad::internal::ModuleSnapshotMac::UUIDAndAge()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotMinidump.html#ac874f6717e8e81464bff57db2274add5',1,'crashpad::internal::ModuleSnapshotMinidump::UUIDAndAge()'],['../classcrashpad_1_1ModuleSnapshot.html#a24a9de66bb92e51ac5bb3f04f076a119',1,'crashpad::ModuleSnapshot::UUIDAndAge()'],['../classcrashpad_1_1test_1_1TestModuleSnapshot.html#a74ace0376367c9f1fccdbc52f8922de0',1,'crashpad::test::TestModuleSnapshot::UUIDAndAge()'],['../classcrashpad_1_1internal_1_1ModuleSnapshotWin.html#a7a18b084cf48b7a53f9d660e9339428f',1,'crashpad::internal::ModuleSnapshotWin::UUIDAndAge()']]]
];

View File

@ -7,7 +7,7 @@ var searchData=
['wmain',['Wmain',['../classcrashpad_1_1ToolSupport.html#aaad18d0b502511e21f6c3ed5da86ccf4',1,'crashpad::ToolSupport']]],
['write',['Write',['../classcrashpad_1_1FileWriterInterface.html#a34e3a6edac09771c7746901b77acc5b1',1,'crashpad::FileWriterInterface::Write()'],['../classcrashpad_1_1WeakFileHandleFileWriter.html#a8caefa3cd0fbd84fa79695cbe3e13d94',1,'crashpad::WeakFileHandleFileWriter::Write()'],['../classcrashpad_1_1FileWriter.html#a88df535e600f9c9b57a44130de1d0eb0',1,'crashpad::FileWriter::Write()'],['../classcrashpad_1_1StringFile.html#aa7e22ad48bbedf3e1e6a257cfba0c137',1,'crashpad::StringFile::Write()']]],
['writeeverything',['WriteEverything',['../classcrashpad_1_1MinidumpFileWriter.html#ad8eeea6397f565a17455c091b0a3f6a6',1,'crashpad::MinidumpFileWriter::WriteEverything()'],['../classcrashpad_1_1internal_1_1MinidumpWritable.html#a24507e918299cb566c7f15207de83a7f',1,'crashpad::internal::MinidumpWritable::WriteEverything()']]],
['writefile',['WriteFile',['../namespacecrashpad.html#a58d321f56b7052dfa4eafeb66e329611',1,'crashpad']]],
['writefile',['WriteFile',['../namespacecrashpad.html#ab9dded3137add283f6cf32facb86641a',1,'crashpad']]],
['writeiovec',['WriteIoVec',['../classcrashpad_1_1FileWriterInterface.html#a056d01fcfa12a49cff735cf4f63bc1ba',1,'crashpad::FileWriterInterface::WriteIoVec()'],['../classcrashpad_1_1WeakFileHandleFileWriter.html#aa8aa7c9034126003912e7349a1e3adc3',1,'crashpad::WeakFileHandleFileWriter::WriteIoVec()'],['../classcrashpad_1_1FileWriter.html#a841442d50f6edaacdfeafe859c42a876',1,'crashpad::FileWriter::WriteIoVec()'],['../classcrashpad_1_1StringFile.html#aa5b57a3a13ee4f973dc7984fbc6e3237',1,'crashpad::StringFile::WriteIoVec()']]],
['writeobject',['WriteObject',['../classcrashpad_1_1MinidumpContextX86Writer.html#a1bd12750e144f63410d9babf976cceef',1,'crashpad::MinidumpContextX86Writer::WriteObject()'],['../classcrashpad_1_1MinidumpContextAMD64Writer.html#a452865342aef365377d6f059b902ba59',1,'crashpad::MinidumpContextAMD64Writer::WriteObject()'],['../classcrashpad_1_1MinidumpCrashpadInfoWriter.html#a438010ef37056aaeba48f26680265cfa',1,'crashpad::MinidumpCrashpadInfoWriter::WriteObject()'],['../classcrashpad_1_1MinidumpExceptionWriter.html#aac2513645536298482694da6c26ed3b0',1,'crashpad::MinidumpExceptionWriter::WriteObject()'],['../classcrashpad_1_1MinidumpFileWriter.html#abad1dd1348b1224b051014498070dd9e',1,'crashpad::MinidumpFileWriter::WriteObject()'],['../classcrashpad_1_1MinidumpHandleDataWriter.html#ac9fd688ebfcec0654d3fea41ac2b8e05',1,'crashpad::MinidumpHandleDataWriter::WriteObject()'],['../classcrashpad_1_1MinidumpMemoryInfoListWriter.html#a4fea0452602af61481528f14280babab',1,'crashpad::MinidumpMemoryInfoListWriter::WriteObject()'],['../classcrashpad_1_1MinidumpMemoryListWriter.html#a9c5cd4c45f2726044aa68dc84f95ddda',1,'crashpad::MinidumpMemoryListWriter::WriteObject()'],['../classcrashpad_1_1MinidumpMiscInfoWriter.html#acf044a02623faf79c1ce99c541656981',1,'crashpad::MinidumpMiscInfoWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleCrashpadInfoWriter.html#a1d7c04c213d805e76571ff165eb53135',1,'crashpad::MinidumpModuleCrashpadInfoWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleCrashpadInfoListWriter.html#a31a7559378b582330ca3f0107420fce2',1,'crashpad::MinidumpModuleCrashpadInfoListWriter::WriteObject()'],['../classcrashpad_1_1internal_1_1MinidumpModuleCodeViewRecordPDBLinkWriter.html#a697e2c1bd9e93d74cf68a84d9074b346',1,'crashpad::internal::MinidumpModuleCodeViewRecordPDBLinkWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleMiscDebugRecordWriter.html#a0b84546996b7e289f9732e9e078815d8',1,'crashpad::MinidumpModuleMiscDebugRecordWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleWriter.html#ac89d6271ee0515937052afad8ba15cf1',1,'crashpad::MinidumpModuleWriter::WriteObject()'],['../classcrashpad_1_1MinidumpModuleListWriter.html#a59b068e4b3a256ea9378355d76cb48ef',1,'crashpad::MinidumpModuleListWriter::WriteObject()'],['../classcrashpad_1_1internal_1_1MinidumpRVAListWriter.html#ae888ae943306ead6c87cf1c560a583c9',1,'crashpad::internal::MinidumpRVAListWriter::WriteObject()'],['../classcrashpad_1_1MinidumpSimpleStringDictionaryEntryWriter.html#a2b308901e5fdaac226c400b4da033c67',1,'crashpad::MinidumpSimpleStringDictionaryEntryWriter::WriteObject()'],['../classcrashpad_1_1MinidumpSimpleStringDictionaryWriter.html#a6364bf64fdb470e5549e7d5626e08fdc',1,'crashpad::MinidumpSimpleStringDictionaryWriter::WriteObject()'],['../classcrashpad_1_1internal_1_1MinidumpStringWriter.html#a8c9d56b1b0468a07effb67973369b913',1,'crashpad::internal::MinidumpStringWriter::WriteObject()'],['../classcrashpad_1_1MinidumpSystemInfoWriter.html#a703099c51937c32e4ab063badc858409',1,'crashpad::MinidumpSystemInfoWriter::WriteObject()'],['../classcrashpad_1_1MinidumpThreadWriter.html#ac8c63d982e88f2624885d3c94b5f5edc',1,'crashpad::MinidumpThreadWriter::WriteObject()'],['../classcrashpad_1_1MinidumpThreadListWriter.html#aa700bd00164ae912a518f74160d8ebda',1,'crashpad::MinidumpThreadListWriter::WriteObject()'],['../classcrashpad_1_1internal_1_1MinidumpWritable.html#a2d3472b11ec3c12184f5d8f946fbb4a1',1,'crashpad::internal::MinidumpWritable::WriteObject()'],['../classcrashpad_1_1test_1_1TestMinidumpMemoryWriter.html#ad43c37e90e653697452c24170dc9f360',1,'crashpad::test::TestMinidumpMemoryWriter::WriteObject()'],['../classcrashpad_1_1test_1_1TestUInt32MinidumpWritable.html#a7a04afb96009539a3064c2819d84bb74',1,'crashpad::test::TestUInt32MinidumpWritable::WriteObject()']]],
['writepaddingandobject',['WritePaddingAndObject',['../classcrashpad_1_1internal_1_1MinidumpWritable.html#ab82b1e92ae0eced8b8e2efe957411773',1,'crashpad::internal::MinidumpWritable']]],

View File

@ -1,7 +1,7 @@
var searchData=
[
['getbodystream',['GetBodyStream',['../classcrashpad_1_1HTTPMultipartBuilder.html#a44bee6ddacb6b526b1a170e893d6b2b4',1,'crashpad::HTTPMultipartBuilder']]],
['getbytesbuffer',['GetBytesBuffer',['../classcrashpad_1_1HTTPBodyStream.html#a1bb6a644866c3e01f15818be23bde9ef',1,'crashpad::HTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1StringHTTPBodyStream.html#aef52b9001e6111900c7836d601dee2b3',1,'crashpad::StringHTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1FileHTTPBodyStream.html#af6774ed1f81fe667da00cd071b32a9c6',1,'crashpad::FileHTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1CompositeHTTPBodyStream.html#a8ed6efc6155915b464f0b8a02d67605b',1,'crashpad::CompositeHTTPBodyStream::GetBytesBuffer()']]],
['getbytesbuffer',['GetBytesBuffer',['../classcrashpad_1_1HTTPBodyStream.html#aa6a460e23c34ff7b2edc056a5ffd11b2',1,'crashpad::HTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1StringHTTPBodyStream.html#afa56035c89a4cfcc0e028c8c1838a56d',1,'crashpad::StringHTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1FileHTTPBodyStream.html#a0495ba46a1dcdaedaf525d340972d771',1,'crashpad::FileHTTPBodyStream::GetBytesBuffer()'],['../classcrashpad_1_1CompositeHTTPBodyStream.html#a66355480dd05beba77261f0a512d3e70',1,'crashpad::CompositeHTTPBodyStream::GetBytesBuffer()']]],
['getclientid',['GetClientID',['../classcrashpad_1_1Settings.html#a5daa0f1799126f64ad515b9da08ef622',1,'crashpad::Settings']]],
['getcompletedreports',['GetCompletedReports',['../classcrashpad_1_1CrashReportDatabase.html#a3aecde1673f34d7789c1b8562242223c',1,'crashpad::CrashReportDatabase']]],
['getcontenttype',['GetContentType',['../classcrashpad_1_1HTTPMultipartBuilder.html#a058686dbdc9e3703dd3190dc38d96e94',1,'crashpad::HTTPMultipartBuilder']]],