mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-26 22:15:52 +00:00
deploy: 5edaec2bd0
This commit is contained in:
@@ -158,7 +158,7 @@ $(function() {
|
||||
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  {</div>
|
||||
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  <span class="keywordflow">try</span></div>
|
||||
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  {</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <a class="code" href="classbeast_1_1PropertyStream_1_1Source.html">Source</a>* source(root.<a class="code" href="classbeast_1_1PropertyStream_1_1Source.html#a1761f2a6920ca1c5d9543afda4930c45">find_one</a>(name));</div>
|
||||
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <a class="code" href="classbeast_1_1PropertyStream_1_1Source.html">Source</a>* source(root.find_one(name));</div>
|
||||
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  BEAST_EXPECT(source == expected);</div>
|
||||
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  }</div>
|
||||
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>  <span class="keywordflow">catch</span> (...)</div>
|
||||
@@ -173,7 +173,7 @@ $(function() {
|
||||
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>  {</div>
|
||||
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  <span class="keywordflow">try</span></div>
|
||||
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  {</div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <a class="code" href="classbeast_1_1PropertyStream_1_1Source.html">Source</a>* source(root.<a class="code" href="classbeast_1_1PropertyStream_1_1Source.html#a7982669e8117c921ff644b7e2a552b19">find_path</a>(path));</div>
|
||||
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>  <a class="code" href="classbeast_1_1PropertyStream_1_1Source.html">Source</a>* source(root.find_path(path));</div>
|
||||
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  BEAST_EXPECT(source == expected);</div>
|
||||
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>  }</div>
|
||||
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>  <span class="keywordflow">catch</span> (...)</div>
|
||||
@@ -188,7 +188,7 @@ $(function() {
|
||||
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>  {</div>
|
||||
<div class="line"><a name="l00118"></a><span class="lineno"> 118</span>  <span class="keywordflow">try</span></div>
|
||||
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>  {</div>
|
||||
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <a class="code" href="classbeast_1_1PropertyStream_1_1Source.html">Source</a>* source(root.<a class="code" href="classbeast_1_1PropertyStream_1_1Source.html#a949fcb8686f4cfbb4401bb9a4aad80d7">find_one_deep</a>(name));</div>
|
||||
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>  <a class="code" href="classbeast_1_1PropertyStream_1_1Source.html">Source</a>* source(root.find_one_deep(name));</div>
|
||||
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>  BEAST_EXPECT(source == expected);</div>
|
||||
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>  }</div>
|
||||
<div class="line"><a name="l00123"></a><span class="lineno"> 123</span>  <span class="keywordflow">catch</span> (...)</div>
|
||||
@@ -207,7 +207,7 @@ $(function() {
|
||||
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>  {</div>
|
||||
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>  <span class="keywordflow">try</span></div>
|
||||
<div class="line"><a name="l00138"></a><span class="lineno"> 138</span>  {</div>
|
||||
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="keyword">auto</span> <span class="keyword">const</span> result(root.<a class="code" href="classbeast_1_1PropertyStream_1_1Source.html#a30f49272d4017476ce3e4694b539b8ae">find</a>(path));</div>
|
||||
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>  <span class="keyword">auto</span> <span class="keyword">const</span> result(root.find(path));</div>
|
||||
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>  BEAST_EXPECT(result.first == expected);</div>
|
||||
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>  BEAST_EXPECT(result.second == expected_star);</div>
|
||||
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>  }</div>
|
||||
@@ -310,9 +310,7 @@ $(function() {
|
||||
<div class="line"><a name="l00239"></a><span class="lineno"> 239</span> <a class="code" href="namespacebeast.html#acf354b548fbcd87bc88d817eeb675e82">BEAST_DEFINE_TESTSUITE</a>(PropertyStream, utility, <a class="code" href="namespacebeast.html">beast</a>);</div>
|
||||
<div class="line"><a name="l00240"></a><span class="lineno"> 240</span> } <span class="comment">// namespace beast</span></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Source_html_a7982669e8117c921ff644b7e2a552b19"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Source.html#a7982669e8117c921ff644b7e2a552b19">beast::PropertyStream::Source::find_path</a></div><div class="ttdeci">PropertyStream::Source * find_path(std::string path)</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream_8cpp_source.html#l00350">beast_PropertyStream.cpp:350</a></div></div>
|
||||
<div class="ttc" id="abasic_string_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a></div><div class="ttdoc">STL class.</div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Source_html_a30f49272d4017476ce3e4694b539b8ae"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Source.html#a30f49272d4017476ce3e4694b539b8ae">beast::PropertyStream::Source::find</a></div><div class="ttdeci">std::pair< Source *, bool > find(std::string path)</div><div class="ttdoc">Parse the dot-delimited Source path and return the result.</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream_8cpp_source.html#l00266">beast_PropertyStream.cpp:266</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream__test_html_a443f6e32075a290483aab18bd972ea79"><div class="ttname"><a href="classbeast_1_1PropertyStream__test.html#a443f6e32075a290483aab18bd972ea79">beast::PropertyStream_test::test_peel_leading_slash</a></div><div class="ttdeci">void test_peel_leading_slash(std::string s, std::string const &expected, bool should_be_found)</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream__test_8cpp_source.html#l00048">beast_PropertyStream_test.cpp:48</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Source_html"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Source.html">beast::PropertyStream::Source</a></div><div class="ttdoc">Subclasses can be called to write to a stream and have children.</div><div class="ttdef"><b>Definition:</b> <a href="PropertyStream_8h_source.html#l00330">PropertyStream.h:330</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream__test_html_a710df36806677d2c84f30e002cce7b3f"><div class="ttname"><a href="classbeast_1_1PropertyStream__test.html#a710df36806677d2c84f30e002cce7b3f">beast::PropertyStream_test::test_peel_name</a></div><div class="ttdeci">void test_peel_name(std::string s, std::string const &expected, std::string const &expected_remainder)</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream__test_8cpp_source.html#l00029">beast_PropertyStream_test.cpp:29</a></div></div>
|
||||
@@ -322,8 +320,6 @@ $(function() {
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream__test_html_a709df87cf0293140a8abcbaec8ab4f6c"><div class="ttname"><a href="classbeast_1_1PropertyStream__test.html#a709df87cf0293140a8abcbaec8ab4f6c">beast::PropertyStream_test::test_peel_trailing_slashstar</a></div><div class="ttdeci">void test_peel_trailing_slashstar(std::string s, std::string const &expected_remainder, bool should_be_found)</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream__test_8cpp_source.html#l00067">beast_PropertyStream_test.cpp:67</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Source_html_a6b74ac4b0ae83b71d8605412b2fe5c8b"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Source.html#a6b74ac4b0ae83b71d8605412b2fe5c8b">beast::PropertyStream::Source::add</a></div><div class="ttdeci">void add(Source &source)</div><div class="ttdoc">Add a child source.</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream_8cpp_source.html#l00196">beast_PropertyStream.cpp:196</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Source_html_ab971b977e48fc58d6264fa97d94cb6cd"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Source.html#ab971b977e48fc58d6264fa97d94cb6cd">beast::PropertyStream::Source::peel_trailing_slashstar</a></div><div class="ttdeci">static bool peel_trailing_slashstar(std::string *path)</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream_8cpp_source.html#l00297">beast_PropertyStream.cpp:297</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Source_html_a1761f2a6920ca1c5d9543afda4930c45"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Source.html#a1761f2a6920ca1c5d9543afda4930c45">beast::PropertyStream::Source::find_one</a></div><div class="ttdeci">PropertyStream::Source * find_one(std::string const &name)</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream_8cpp_source.html#l00368">beast_PropertyStream.cpp:368</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Source_html_a949fcb8686f4cfbb4401bb9a4aad80d7"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Source.html#a949fcb8686f4cfbb4401bb9a4aad80d7">beast::PropertyStream::Source::find_one_deep</a></div><div class="ttdeci">Source * find_one_deep(std::string const &name)</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream_8cpp_source.html#l00333">beast_PropertyStream.cpp:333</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream__test_html_a8a14aff47314b2d8549c6f191966e78e"><div class="ttname"><a href="classbeast_1_1PropertyStream__test.html#a8a14aff47314b2d8549c6f191966e78e">beast::PropertyStream_test::test_find_path</a></div><div class="ttdeci">void test_find_path(Source &root, std::string const &path, Source *expected)</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream__test_8cpp_source.html#l00101">beast_PropertyStream_test.cpp:101</a></div></div>
|
||||
<div class="ttc" id="aclassbeast_1_1PropertyStream_1_1Source_html_aa9cb8e3df035052930a216cd2f052adc"><div class="ttname"><a href="classbeast_1_1PropertyStream_1_1Source.html#aa9cb8e3df035052930a216cd2f052adc">beast::PropertyStream::Source::peel_name</a></div><div class="ttdeci">static std::string peel_name(std::string *path)</div><div class="ttdef"><b>Definition:</b> <a href="beast__PropertyStream_8cpp_source.html#l00313">beast_PropertyStream.cpp:313</a></div></div>
|
||||
<div class="ttc" id="anamespacebeast_html_acf354b548fbcd87bc88d817eeb675e82"><div class="ttname"><a href="namespacebeast.html#acf354b548fbcd87bc88d817eeb675e82">beast::BEAST_DEFINE_TESTSUITE</a></div><div class="ttdeci">BEAST_DEFINE_TESTSUITE(aged_set, container, beast)</div></div>
|
||||
|
||||
Reference in New Issue
Block a user