Home
last modified time | relevance | path

Searched refs:coins_cache_entry (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dcoins_view.cpp124 CCoinsCacheEntry coins_cache_entry; in test_one_input() local
125 coins_cache_entry.flags = fuzzed_data_provider.ConsumeIntegral<unsigned char>(); in test_one_input()
127 coins_cache_entry.coin = random_coin; in test_one_input()
133 coins_cache_entry.coin = *opt_coin; in test_one_input()
135 coins_map.emplace(random_out_point, std::move(coins_cache_entry)); in test_one_input()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dcoins_view.cpp124 CCoinsCacheEntry coins_cache_entry; in test_one_input() local
125 coins_cache_entry.flags = fuzzed_data_provider.ConsumeIntegral<unsigned char>(); in test_one_input()
127 coins_cache_entry.coin = random_coin; in test_one_input()
133 coins_cache_entry.coin = *opt_coin; in test_one_input()
135 coins_map.emplace(random_out_point, std::move(coins_cache_entry)); in test_one_input()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/test/fuzz/
H A Dcoins_view.cpp124 CCoinsCacheEntry coins_cache_entry; in test_one_input() local
125 coins_cache_entry.flags = fuzzed_data_provider.ConsumeIntegral<unsigned char>(); in test_one_input()
127 coins_cache_entry.coin = random_coin; in test_one_input()
133 coins_cache_entry.coin = *opt_coin; in test_one_input()
135 coins_map.emplace(random_out_point, std::move(coins_cache_entry)); in test_one_input()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/fuzz/
H A Dcoins_view.cpp118 CCoinsCacheEntry coins_cache_entry; in FUZZ_TARGET_INIT() local
119 coins_cache_entry.flags = fuzzed_data_provider.ConsumeIntegral<unsigned char>(); in FUZZ_TARGET_INIT()
121 coins_cache_entry.coin = random_coin; in FUZZ_TARGET_INIT()
127 coins_cache_entry.coin = *opt_coin; in FUZZ_TARGET_INIT()
129 coins_map.emplace(random_out_point, std::move(coins_cache_entry)); in FUZZ_TARGET_INIT()
/dports/net-p2p/bitcoin/bitcoin-22.0/src/test/fuzz/
H A Dcoins_view.cpp118 CCoinsCacheEntry coins_cache_entry; in FUZZ_TARGET_INIT() local
119 coins_cache_entry.flags = fuzzed_data_provider.ConsumeIntegral<unsigned char>(); in FUZZ_TARGET_INIT()
121 coins_cache_entry.coin = random_coin; in FUZZ_TARGET_INIT()
127 coins_cache_entry.coin = *opt_coin; in FUZZ_TARGET_INIT()
129 coins_map.emplace(random_out_point, std::move(coins_cache_entry)); in FUZZ_TARGET_INIT()
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/test/fuzz/
H A Dcoins_view.cpp118 CCoinsCacheEntry coins_cache_entry; in FUZZ_TARGET_INIT() local
119 coins_cache_entry.flags = fuzzed_data_provider.ConsumeIntegral<unsigned char>(); in FUZZ_TARGET_INIT()
121 coins_cache_entry.coin = random_coin; in FUZZ_TARGET_INIT()
127 coins_cache_entry.coin = *opt_coin; in FUZZ_TARGET_INIT()
129 coins_map.emplace(random_out_point, std::move(coins_cache_entry)); in FUZZ_TARGET_INIT()