This commit is contained in:
ximinez
2025-04-11 22:25:01 +00:00
parent 5698909624
commit d4f8ab912e
938 changed files with 51811 additions and 47481 deletions

View File

@@ -274,7 +274,7 @@ $(function() {
<div class="line"><a id="l00196" name="l00196"></a><span class="lineno"> 196</span> </div>
<div class="line"><a id="l00197" name="l00197"></a><span class="lineno"> 197</span> c.<a class="code hl_variable" href="classripple_1_1PeerFinder_1_1Livecache.html#ae238ba5851c3827c92b4f632f976278f">hops</a>.<a class="code hl_function" href="classripple_1_1PeerFinder_1_1Livecache_1_1hops__t.html#a0f54784b55bab2d0a5de473229997f78">shuffle</a>();</div>
<div class="line"><a id="l00198" name="l00198"></a><span class="lineno"> 198</span> </div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> all_hops <a class="code hl_function" href="namespaceripple.html#aebcc26ebe20ddcd3bcbfd5402e0acb89">after</a>;</div>
<div class="line"><a id="l00199" name="l00199"></a><span class="lineno"> 199</span> all_hops <a class="code hl_function" href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">after</a>;</div>
<div class="line"><a id="l00200" name="l00200"></a><span class="lineno"> 200</span> all_hops after_sorted;</div>
<div class="line"><a id="l00201" name="l00201"></a><span class="lineno"> 201</span> <span class="keywordflow">for</span> (<span class="keyword">auto</span> i = <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/utility/pair/make_pair.html">std::make_pair</a>(0, c.<a class="code hl_variable" href="classripple_1_1PeerFinder_1_1Livecache.html#ae238ba5851c3827c92b4f632f976278f">hops</a>.<a class="code hl_function" href="classripple_1_1PeerFinder_1_1Livecache_1_1hops__t.html#ae69e4a1cf2387be624cf1054e3c4792b">begin</a>());</div>
<div class="line"><a id="l00202" name="l00202"></a><span class="lineno"> 202</span> i.second != c.<a class="code hl_variable" href="classripple_1_1PeerFinder_1_1Livecache.html#ae238ba5851c3827c92b4f632f976278f">hops</a>.<a class="code hl_function" href="classripple_1_1PeerFinder_1_1Livecache_1_1hops__t.html#aae4fb484834a853bda4162d6c498b52c">end</a>();</div>
@@ -283,7 +283,7 @@ $(function() {
<div class="line"><a id="l00205" name="l00205"></a><span class="lineno"> 205</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/algorithm/copy.html">std::copy</a>(</div>
<div class="line"><a id="l00206" name="l00206"></a><span class="lineno"> 206</span> (*i.second).begin(),</div>
<div class="line"><a id="l00207" name="l00207"></a><span class="lineno"> 207</span> (*i.second).end(),</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/iterator/back_inserter.html">std::back_inserter</a>(<a class="code hl_function" href="namespaceripple.html#aebcc26ebe20ddcd3bcbfd5402e0acb89">after</a>[i.first]));</div>
<div class="line"><a id="l00208" name="l00208"></a><span class="lineno"> 208</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/iterator/back_inserter.html">std::back_inserter</a>(<a class="code hl_function" href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">after</a>[i.first]));</div>
<div class="line"><a id="l00209" name="l00209"></a><span class="lineno"> 209</span> <a class="code hl_functionRef" href="http://en.cppreference.com/w/cpp/algorithm/copy.html">std::copy</a>(</div>
<div class="line"><a id="l00210" name="l00210"></a><span class="lineno"> 210</span> (*i.second).begin(),</div>
<div class="line"><a id="l00211" name="l00211"></a><span class="lineno"> 211</span> (*i.second).end(),</div>
@@ -299,8 +299,8 @@ $(function() {
<div class="line"><a id="l00221" name="l00221"></a><span class="lineno"> 221</span> <span class="keywordtype">bool</span> all_match = <span class="keyword">true</span>;</div>
<div class="line"><a id="l00222" name="l00222"></a><span class="lineno"> 222</span> <span class="keywordflow">for</span> (<span class="keyword">auto</span> i = 0; i &lt; before.size(); ++i)</div>
<div class="line"><a id="l00223" name="l00223"></a><span class="lineno"> 223</span> {</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> BEAST_EXPECT(before[i].size() == <a class="code hl_function" href="namespaceripple.html#aebcc26ebe20ddcd3bcbfd5402e0acb89">after</a>[i].size());</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> all_match = all_match &amp;&amp; (before[i] == <a class="code hl_function" href="namespaceripple.html#aebcc26ebe20ddcd3bcbfd5402e0acb89">after</a>[i]);</div>
<div class="line"><a id="l00224" name="l00224"></a><span class="lineno"> 224</span> BEAST_EXPECT(before[i].size() == <a class="code hl_function" href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">after</a>[i].size());</div>
<div class="line"><a id="l00225" name="l00225"></a><span class="lineno"> 225</span> all_match = all_match &amp;&amp; (before[i] == <a class="code hl_function" href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">after</a>[i]);</div>
<div class="line"><a id="l00226" name="l00226"></a><span class="lineno"> 226</span> BEAST_EXPECT(before_sorted[i] == after_sorted[i]);</div>
<div class="line"><a id="l00227" name="l00227"></a><span class="lineno"> 227</span> }</div>
<div class="line"><a id="l00228" name="l00228"></a><span class="lineno"> 228</span> BEAST_EXPECT(!all_match);</div>
@@ -360,7 +360,7 @@ $(function() {
<div class="ttc" id="anamespaceripple_html"><div class="ttname"><a href="namespaceripple.html">ripple</a></div><div class="ttdoc">Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.</div><div class="ttdef"><b>Definition:</b> <a href="algorithm_8h_source.html#l00026">algorithm.h:26</a></div></div>
<div class="ttc" id="anamespaceripple_html_a06f1da429e6a72c7a8be4248d88ed6e7"><div class="ttname"><a href="namespaceripple.html#a06f1da429e6a72c7a8be4248d88ed6e7">ripple::sum</a></div><div class="ttdeci">static auto sum(TCollection const &amp;col)</div><div class="ttdef"><b>Definition:</b> <a href="BookStep_8cpp_source.html#l01000">BookStep.cpp:1000</a></div></div>
<div class="ttc" id="anamespaceripple_html_a1747b036b81bd3769995670092912976"><div class="ttname"><a href="namespaceripple.html#a1747b036b81bd3769995670092912976">ripple::rand_int</a></div><div class="ttdeci">std::enable_if_t&lt; std::is_integral&lt; Integral &gt;::value, Integral &gt; rand_int()</div><div class="ttdef"><b>Definition:</b> <a href="include_2xrpl_2basics_2random_8h_source.html#l00159">include/xrpl/basics/random.h:159</a></div></div>
<div class="ttc" id="anamespaceripple_html_aebcc26ebe20ddcd3bcbfd5402e0acb89"><div class="ttname"><a href="namespaceripple.html#aebcc26ebe20ddcd3bcbfd5402e0acb89">ripple::after</a></div><div class="ttdeci">static bool after(NetClock::time_point now, std::uint32_t mark)</div><div class="ttdoc">Has the specified time passed?</div><div class="ttdef"><b>Definition:</b> <a href="Escrow_8cpp_source.html#l00086">Escrow.cpp:86</a></div></div>
<div class="ttc" id="anamespaceripple_html_ac3e90afb749bb1f01e06729c7c860ba3"><div class="ttname"><a href="namespaceripple.html#ac3e90afb749bb1f01e06729c7c860ba3">ripple::after</a></div><div class="ttdeci">bool after(NetClock::time_point now, std::uint32_t mark)</div><div class="ttdoc">Has the specified time passed?</div><div class="ttdef"><b>Definition:</b> <a href="View_8cpp_source.html#l02127">View.cpp:2127</a></div></div>
<div class="ttc" id="asort_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/algorithm/sort.html">std::sort</a></div><div class="ttdeci">T sort(T... args)</div></div>
<div class="ttc" id="astructripple_1_1PeerFinder_1_1Endpoint_html"><div class="ttname"><a href="structripple_1_1PeerFinder_1_1Endpoint.html">ripple::PeerFinder::Endpoint</a></div><div class="ttdoc">Describes a connectible peer address along with some metadata.</div><div class="ttdef"><b>Definition:</b> <a href="PeerfinderManager_8h_source.html#l00115">PeerfinderManager.h:116</a></div></div>
<div class="ttc" id="astructripple_1_1PeerFinder_1_1Endpoint_html_a5902587981565796078acf3168c19143"><div class="ttname"><a href="structripple_1_1PeerFinder_1_1Endpoint.html#a5902587981565796078acf3168c19143">ripple::PeerFinder::Endpoint::address</a></div><div class="ttdeci">beast::IP::Endpoint address</div><div class="ttdef"><b>Definition:</b> <a href="PeerfinderManager_8h_source.html#l00122">PeerfinderManager.h:122</a></div></div>