Home
last modified time | relevance | path

Searched refs:findFirstBlockWithTimeAndHeight (Results 1 – 25 of 36) sorted by relevance

12

/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/
H A Dinterfaces_tests.cpp50 BOOST_AUTO_TEST_CASE(findFirstBlockWithTimeAndHeight) in BOOST_AUTO_TEST_CASE() argument
56 …BOOST_CHECK(chain->findFirstBlockWithTimeAndHeight(/* min_time= */ 0, /* min_height= */ 5, FoundBl… in BOOST_AUTO_TEST_CASE()
59 …BOOST_CHECK(!chain->findFirstBlockWithTimeAndHeight(/* min_time= */ active.Tip()->GetBlockTimeMax(… in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/
H A Dinterfaces_tests.cpp50 BOOST_AUTO_TEST_CASE(findFirstBlockWithTimeAndHeight) in BOOST_AUTO_TEST_CASE() argument
56 …BOOST_CHECK(chain->findFirstBlockWithTimeAndHeight(/* min_time= */ 0, /* min_height= */ 5, FoundBl… in BOOST_AUTO_TEST_CASE()
59 …BOOST_CHECK(!chain->findFirstBlockWithTimeAndHeight(/* min_time= */ active.Tip()->GetBlockTimeMax(… in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/
H A Dinterfaces_tests.cpp50 BOOST_AUTO_TEST_CASE(findFirstBlockWithTimeAndHeight) in BOOST_AUTO_TEST_CASE() argument
56 …BOOST_CHECK(chain->findFirstBlockWithTimeAndHeight(/* min_time= */ 0, /* min_height= */ 5, FoundBl… in BOOST_AUTO_TEST_CASE()
59 …BOOST_CHECK(!chain->findFirstBlockWithTimeAndHeight(/* min_time= */ active.Tip()->GetBlockTimeMax(… in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/
H A Dinterfaces_tests.cpp62 BOOST_AUTO_TEST_CASE(findFirstBlockWithTimeAndHeight) in BOOST_AUTO_TEST_CASE() argument
68 …BOOST_CHECK(chain->findFirstBlockWithTimeAndHeight(/* min_time= */ 0, /* min_height= */ 5, FoundBl… in BOOST_AUTO_TEST_CASE()
71 …BOOST_CHECK(!chain->findFirstBlockWithTimeAndHeight(/* min_time= */ active.Tip()->GetBlockTimeMax(… in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/
H A Dinterfaces_tests.cpp62 BOOST_AUTO_TEST_CASE(findFirstBlockWithTimeAndHeight) in BOOST_AUTO_TEST_CASE() argument
68 …BOOST_CHECK(chain->findFirstBlockWithTimeAndHeight(/* min_time= */ 0, /* min_height= */ 5, FoundBl… in BOOST_AUTO_TEST_CASE()
71 …BOOST_CHECK(!chain->findFirstBlockWithTimeAndHeight(/* min_time= */ active.Tip()->GetBlockTimeMax(… in BOOST_AUTO_TEST_CASE()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dinterfaces_tests.cpp62 BOOST_AUTO_TEST_CASE(findFirstBlockWithTimeAndHeight)
68 …BOOST_CHECK(chain->findFirstBlockWithTimeAndHeight(/* min_time= */ 0, /* min_height= */ 5, FoundBl…
71 …BOOST_CHECK(!chain->findFirstBlockWithTimeAndHeight(/* min_time= */ active.Tip()->GetBlockTimeMax(…
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dchain.h110 …virtual Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height, uint256* hash) = 0;
131 …virtual bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& b…
H A Dchain.cpp179 Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height, uint256* hash) override in findFirstBlockWithTimeAndHeight() function in interfaces::__anon3d0f78a10111::ChainImpl
212 …bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& block) ov… in findFirstBlockWithTimeAndHeight() function in interfaces::__anon3d0f78a10111::ChainImpl
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dchain.h110 …virtual Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height, uint256* hash) = 0;
131 …virtual bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& b…
H A Dchain.cpp179 Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height, uint256* hash) override in findFirstBlockWithTimeAndHeight() function in interfaces::__anon2f71c9220111::ChainImpl
212 …bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& block) ov… in findFirstBlockWithTimeAndHeight() function in interfaces::__anon2f71c9220111::ChainImpl
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/interfaces/
H A Dchain.h110 …virtual Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height, uint256* hash) = 0;
131 …virtual bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& b…
H A Dchain.cpp179 Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height, uint256* hash) override in findFirstBlockWithTimeAndHeight() function in interfaces::__anon54e26f1f0111::ChainImpl
212 …bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& block) ov… in findFirstBlockWithTimeAndHeight() function in interfaces::__anon54e26f1f0111::ChainImpl
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/interfaces/
H A Dchain.h83 virtual Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height) = 0;
H A Dchain.cpp78 Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height) override in findFirstBlockWithTimeAndHeight() function in interfaces::__anon841433fd0111::LockImpl
/dports/net-p2p/litecoin/litecoin-0.18.1/src/interfaces/
H A Dchain.h83 virtual Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height) = 0;
H A Dchain.cpp78 Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height) override in findFirstBlockWithTimeAndHeight() function in interfaces::__anonc6e8193c0111::LockImpl
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/interfaces/
H A Dchain.h83 virtual Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height) = 0;
H A Dchain.cpp78 Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height) override in findFirstBlockWithTimeAndHeight() function in interfaces::__anon794adfba0111::LockImpl
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/interfaces/
H A Dchain.h100 …virtual Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height, uint256* hash) = 0;
H A Dchain.cpp88 Optional<int> findFirstBlockWithTimeAndHeight(int64_t time, int height, uint256* hash) override in findFirstBlockWithTimeAndHeight() function in interfaces::__anon8d512ae10111::LockImpl
/dports/net-p2p/bitcoin/bitcoin-22.0/src/interfaces/
H A Dchain.h125 …virtual bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& b…
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/interfaces/
H A Dchain.h125 …virtual bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& b…
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/interfaces/
H A Dchain.h125 …virtual bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& b…
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/node/
H A Dinterfaces.cpp485 …bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& block) ov… in findFirstBlockWithTimeAndHeight() function in node::__anon410f9a1b0111::ChainImpl
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/node/
H A Dinterfaces.cpp485 …bool findFirstBlockWithTimeAndHeight(int64_t min_time, int min_height, const FoundBlock& block) ov…

12