| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
- <meta http-equiv="X-UA-Compatible" content="IE=9"/>
- <meta name="generator" content="Doxygen 1.8.13"/>
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
- <title>GRPC Core: grpc_slice_refcount Struct Reference</title>
- <link href="tabs.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="jquery.js"></script>
- <script type="text/javascript" src="dynsections.js"></script>
- <link href="search/search.css" rel="stylesheet" type="text/css"/>
- <script type="text/javascript" src="search/searchdata.js"></script>
- <script type="text/javascript" src="search/search.js"></script>
- <link href="doxygen.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
- <div id="titlearea">
- <table cellspacing="0" cellpadding="0">
- <tbody>
- <tr style="height: 56px;">
- <td id="projectalign" style="padding-left: 0.5em;">
- <div id="projectname">GRPC Core
-  <span id="projectnumber">6.0.0</span>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- <!-- end header part -->
- <!-- Generated by Doxygen 1.8.13 -->
- <script type="text/javascript">
- var searchBox = new SearchBox("searchBox", "search",false,'Search');
- </script>
- <script type="text/javascript" src="menudata.js"></script>
- <script type="text/javascript" src="menu.js"></script>
- <script type="text/javascript">
- $(function() {
- initMenu('',true,false,'search.php','Search');
- $(document).ready(function() { init_search(); });
- });
- </script>
- <div id="main-nav"></div>
- <!-- window showing the filter options -->
- <div id="MSearchSelectWindow"
- onmouseover="return searchBox.OnSearchSelectShow()"
- onmouseout="return searchBox.OnSearchSelectHide()"
- onkeydown="return searchBox.OnSearchSelectKey(event)">
- </div>
- <!-- iframe showing the search results (closed by default) -->
- <div id="MSearchResultsWindow">
- <iframe src="javascript:void(0)" frameborder="0"
- name="MSearchResults" id="MSearchResults">
- </iframe>
- </div>
- </div><!-- top -->
- <div class="header">
- <div class="summary">
- <a href="#pub-attribs">Data Fields</a> </div>
- <div class="headertitle">
- <div class="title">grpc_slice_refcount Struct Reference</div> </div>
- </div><!--header-->
- <div class="contents">
- <p>Reference count container for <a class="el" href="structgrpc__slice.html" title="A grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1]. ...">grpc_slice</a>.
- <a href="structgrpc__slice__refcount.html#details">More...</a></p>
- <p><code>#include <<a class="el" href="impl_2codegen_2slice_8h_source.html">slice.h</a>></code></p>
- <table class="memberdecls">
- <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
- Data Fields</h2></td></tr>
- <tr class="memitem:ab35b82d586e9ca84f9d42af591616f98"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="structgrpc__slice__refcount__vtable.html">grpc_slice_refcount_vtable</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structgrpc__slice__refcount.html#ab35b82d586e9ca84f9d42af591616f98">vtable</a></td></tr>
- <tr class="separator:ab35b82d586e9ca84f9d42af591616f98"><td class="memSeparator" colspan="2"> </td></tr>
- <tr class="memitem:a113ae62eac88e4180feb9ecc80e0f2f9"><td class="memItemLeft" align="right" valign="top">struct <a class="el" href="structgrpc__slice__refcount.html">grpc_slice_refcount</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="structgrpc__slice__refcount.html#a113ae62eac88e4180feb9ecc80e0f2f9">sub_refcount</a></td></tr>
- <tr class="memdesc:a113ae62eac88e4180feb9ecc80e0f2f9"><td class="mdescLeft"> </td><td class="mdescRight">If a subset of this slice is taken, use this pointer for the refcount. <a href="#a113ae62eac88e4180feb9ecc80e0f2f9">More...</a><br /></td></tr>
- <tr class="separator:a113ae62eac88e4180feb9ecc80e0f2f9"><td class="memSeparator" colspan="2"> </td></tr>
- </table>
- <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
- <div class="textblock"><p>Reference count container for <a class="el" href="structgrpc__slice.html" title="A grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1]. ...">grpc_slice</a>. </p>
- <p>Contains function pointers to increment and decrement reference counts. Implementations should cleanup when the reference count drops to zero. Typically client code should not touch this, and use grpc_slice_malloc, grpc_slice_new, or grpc_slice_new_with_len instead. </p>
- </div><h2 class="groupheader">Field Documentation</h2>
- <a id="a113ae62eac88e4180feb9ecc80e0f2f9"></a>
- <h2 class="memtitle"><span class="permalink"><a href="#a113ae62eac88e4180feb9ecc80e0f2f9">◆ </a></span>sub_refcount</h2>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">struct <a class="el" href="structgrpc__slice__refcount.html">grpc_slice_refcount</a>* grpc_slice_refcount::sub_refcount</td>
- </tr>
- </table>
- </div><div class="memdoc">
- <p>If a subset of this slice is taken, use this pointer for the refcount. </p>
- <p>Typically points back to the refcount itself, however iterning implementations can use this to avoid a verification step on each hash or equality check </p>
- </div>
- </div>
- <a id="ab35b82d586e9ca84f9d42af591616f98"></a>
- <h2 class="memtitle"><span class="permalink"><a href="#ab35b82d586e9ca84f9d42af591616f98">◆ </a></span>vtable</h2>
- <div class="memitem">
- <div class="memproto">
- <table class="memname">
- <tr>
- <td class="memname">const <a class="el" href="structgrpc__slice__refcount__vtable.html">grpc_slice_refcount_vtable</a>* grpc_slice_refcount::vtable</td>
- </tr>
- </table>
- </div><div class="memdoc">
- </div>
- </div>
- <hr/>The documentation for this struct was generated from the following file:<ul>
- <li>include/grpc/impl/codegen/<a class="el" href="impl_2codegen_2slice_8h_source.html">slice.h</a></li>
- </ul>
- </div><!-- contents -->
- <!-- start footer part -->
- <hr class="footer"/><address class="footer"><small>
- Generated on Fri Apr 13 2018 15:03:52 for GRPC Core by  <a href="http://www.doxygen.org/index.html">
- <img class="footer" src="doxygen.png" alt="doxygen"/>
- </a> 1.8.13
- </small></address>
- </body>
- </html>
|