20 | 171k | } CSerializedNetMsg NetMsg::Make<int const&, unsigned long const&, long const&, unsigned long const&, ParamsWrapper<CAddress::SerParams, CService const>>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, int const&, unsigned long const&, long const&, unsigned long const&, ParamsWrapper<CAddress::SerParams, CService const>&&) Line | Count | Source | 15 | 1 | { | 16 | 1 | CSerializedNetMsg msg; | 17 | 1 | msg.m_type = std::move(msg_type); | 18 | 1 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 1 | return msg; | 20 | 1 | } |
CSerializedNetMsg NetMsg::Make<>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>) Line | Count | Source | 15 | 6.03k | { | 16 | 6.03k | CSerializedNetMsg msg; | 17 | 6.03k | msg.m_type = std::move(msg_type); | 18 | 6.03k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 6.03k | return msg; | 20 | 6.03k | } |
CSerializedNetMsg NetMsg::Make<int&, Wrapper<CustomUintFormatter<8, false>, ServiceFlags&>, long, long, ParamsWrapper<CNetAddr::SerParams, CService>, long, ParamsWrapper<CNetAddr::SerParams, CService>, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, int, bool&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, int&, Wrapper<CustomUintFormatter<8, false>, ServiceFlags&>&&, long&&, long&&, ParamsWrapper<CNetAddr::SerParams, CService>&&, long&&, ParamsWrapper<CNetAddr::SerParams, CService>&&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&&, int&&, bool&) Line | Count | Source | 15 | 2 | { | 16 | 2 | CSerializedNetMsg msg; | 17 | 2 | msg.m_type = std::move(msg_type); | 18 | 2 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 2 | return msg; | 20 | 2 | } |
CSerializedNetMsg NetMsg::Make<bool, unsigned long const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool&&, unsigned long const&) Line | Count | Source | 15 | 1.86k | { | 16 | 1.86k | CSerializedNetMsg msg; | 17 | 1.86k | msg.m_type = std::move(msg_type); | 18 | 1.86k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 1.86k | return msg; | 20 | 1.86k | } |
CSerializedNetMsg NetMsg::Make<CBlockHeaderAndShortTxIDs const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, CBlockHeaderAndShortTxIDs const&) Line | Count | Source | 15 | 18.1k | { | 16 | 18.1k | CSerializedNetMsg msg; | 17 | 18.1k | msg.m_type = std::move(msg_type); | 18 | 18.1k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 18.1k | return msg; | 20 | 18.1k | } |
CSerializedNetMsg NetMsg::Make<std::vector<CInv, std::allocator<CInv>>&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::vector<CInv, std::allocator<CInv>>&) Line | Count | Source | 15 | 67.8k | { | 16 | 67.8k | CSerializedNetMsg msg; | 17 | 67.8k | msg.m_type = std::move(msg_type); | 18 | 67.8k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 67.8k | return msg; | 20 | 67.8k | } |
CSerializedNetMsg NetMsg::Make<ParamsWrapper<TransactionSerParams, CTransaction const>>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, ParamsWrapper<TransactionSerParams, CTransaction const>&&) Line | Count | Source | 15 | 14.0k | { | 16 | 14.0k | CSerializedNetMsg msg; | 17 | 14.0k | msg.m_type = std::move(msg_type); | 18 | 14.0k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 14.0k | return msg; | 20 | 14.0k | } |
CSerializedNetMsg NetMsg::Make<std::span<std::byte const, 18446744073709551615ul>>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::span<std::byte const, 18446744073709551615ul>&&) Line | Count | Source | 15 | 28.3k | { | 16 | 28.3k | CSerializedNetMsg msg; | 17 | 28.3k | msg.m_type = std::move(msg_type); | 18 | 28.3k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 28.3k | return msg; | 20 | 28.3k | } |
CSerializedNetMsg NetMsg::Make<ParamsWrapper<TransactionSerParams, CBlock const>>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, ParamsWrapper<TransactionSerParams, CBlock const>&&) Line | Count | Source | 15 | 8.36k | { | 16 | 8.36k | CSerializedNetMsg msg; | 17 | 8.36k | msg.m_type = std::move(msg_type); | 18 | 8.36k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 8.36k | return msg; | 20 | 8.36k | } |
CSerializedNetMsg NetMsg::Make<CMerkleBlock&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, CMerkleBlock&) Line | Count | Source | 15 | 4 | { | 16 | 4 | CSerializedNetMsg msg; | 17 | 4 | msg.m_type = std::move(msg_type); | 18 | 4 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 4 | return msg; | 20 | 4 | } |
CSerializedNetMsg NetMsg::Make<CBlockHeaderAndShortTxIDs&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, CBlockHeaderAndShortTxIDs&) Line | Count | Source | 15 | 2.22k | { | 16 | 2.22k | CSerializedNetMsg msg; | 17 | 2.22k | msg.m_type = std::move(msg_type); | 18 | 2.22k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 2.22k | return msg; | 20 | 2.22k | } |
CSerializedNetMsg NetMsg::Make<int, unsigned long&, long&, unsigned long&, ParamsWrapper<CNetAddr::SerParams, CService>, unsigned long&, ParamsWrapper<CNetAddr::SerParams, CService>, unsigned long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int&, bool&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, int&&, unsigned long&, long&, unsigned long&, ParamsWrapper<CNetAddr::SerParams, CService>&&, unsigned long&, ParamsWrapper<CNetAddr::SerParams, CService>&&, unsigned long&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&, int&, bool&) Line | Count | Source | 15 | 1.63k | { | 16 | 1.63k | CSerializedNetMsg msg; | 17 | 1.63k | msg.m_type = std::move(msg_type); | 18 | 1.63k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 1.63k | return msg; | 20 | 1.63k | } |
CSerializedNetMsg NetMsg::Make<unsigned int const&, unsigned long const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, unsigned int const&, unsigned long const&) Line | Count | Source | 15 | 8 | { | 16 | 8 | CSerializedNetMsg msg; | 17 | 8 | msg.m_type = std::move(msg_type); | 18 | 8 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 8 | return msg; | 20 | 8 | } |
Unexecuted instantiation: CSerializedNetMsg NetMsg::Make<std::array<std::byte, 168ul> const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::array<std::byte, 168ul> const&) CSerializedNetMsg NetMsg::Make<std::vector<CInv, std::allocator<CInv>>>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::vector<CInv, std::allocator<CInv>>&&) Line | Count | Source | 15 | 14 | { | 16 | 14 | CSerializedNetMsg msg; | 17 | 14 | msg.m_type = std::move(msg_type); | 18 | 14 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 14 | return msg; | 20 | 14 | } |
CSerializedNetMsg NetMsg::Make<CBlockLocator const&, uint256>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, CBlockLocator const&, uint256&&) Line | Count | Source | 15 | 3.22k | { | 16 | 3.22k | CSerializedNetMsg msg; | 17 | 3.22k | msg.m_type = std::move(msg_type); | 18 | 3.22k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 3.22k | return msg; | 20 | 3.22k | } |
CSerializedNetMsg NetMsg::Make<BlockTransactions&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, BlockTransactions&) Line | Count | Source | 15 | 544 | { | 16 | 544 | CSerializedNetMsg msg; | 17 | 544 | msg.m_type = std::move(msg_type); | 18 | 544 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 544 | return msg; | 20 | 544 | } |
CSerializedNetMsg NetMsg::Make<std::vector<CBlockHeader, std::allocator<CBlockHeader>>>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::vector<CBlockHeader, std::allocator<CBlockHeader>>&&) Line | Count | Source | 15 | 9 | { | 16 | 9 | CSerializedNetMsg msg; | 17 | 9 | msg.m_type = std::move(msg_type); | 18 | 9 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 9 | return msg; | 20 | 9 | } |
CSerializedNetMsg NetMsg::Make<ParamsWrapper<TransactionSerParams, std::vector<CBlock, std::allocator<CBlock>>>>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, ParamsWrapper<TransactionSerParams, std::vector<CBlock, std::allocator<CBlock>>>&&) Line | Count | Source | 15 | 6.41k | { | 16 | 6.41k | CSerializedNetMsg msg; | 17 | 6.41k | msg.m_type = std::move(msg_type); | 18 | 6.41k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 6.41k | return msg; | 20 | 6.41k | } |
CSerializedNetMsg NetMsg::Make<BlockTransactionsRequest&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, BlockTransactionsRequest&) Line | Count | Source | 15 | 533 | { | 16 | 533 | CSerializedNetMsg msg; | 17 | 533 | msg.m_type = std::move(msg_type); | 18 | 533 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 533 | return msg; | 20 | 533 | } |
CSerializedNetMsg NetMsg::Make<unsigned long&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, unsigned long&) Line | Count | Source | 15 | 10.3k | { | 16 | 10.3k | CSerializedNetMsg msg; | 17 | 10.3k | msg.m_type = std::move(msg_type); | 18 | 10.3k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 10.3k | return msg; | 20 | 10.3k | } |
CSerializedNetMsg NetMsg::Make<BlockFilter const&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, BlockFilter const&) Line | Count | Source | 15 | 11 | { | 16 | 11 | CSerializedNetMsg msg; | 17 | 11 | msg.m_type = std::move(msg_type); | 18 | 11 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 11 | return msg; | 20 | 11 | } |
CSerializedNetMsg NetMsg::Make<unsigned char&, uint256, uint256&, std::vector<uint256, std::allocator<uint256>>&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, unsigned char&, uint256&&, uint256&, std::vector<uint256, std::allocator<uint256>>&) Line | Count | Source | 15 | 2 | { | 16 | 2 | CSerializedNetMsg msg; | 17 | 2 | msg.m_type = std::move(msg_type); | 18 | 2 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 2 | return msg; | 20 | 2 | } |
CSerializedNetMsg NetMsg::Make<unsigned char&, uint256, std::vector<uint256, std::allocator<uint256>>&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, unsigned char&, uint256&&, std::vector<uint256, std::allocator<uint256>>&) Line | Count | Source | 15 | 3 | { | 16 | 3 | CSerializedNetMsg msg; | 17 | 3 | msg.m_type = std::move(msg_type); | 18 | 3 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 3 | return msg; | 20 | 3 | } |
CSerializedNetMsg NetMsg::Make<ParamsWrapper<CAddress::SerParams, std::vector<CAddress, std::allocator<CAddress>>>>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, ParamsWrapper<CAddress::SerParams, std::vector<CAddress, std::allocator<CAddress>>>&&) Line | Count | Source | 15 | 132 | { | 16 | 132 | CSerializedNetMsg msg; | 17 | 132 | msg.m_type = std::move(msg_type); | 18 | 132 | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 132 | return msg; | 20 | 132 | } |
CSerializedNetMsg NetMsg::Make<long&>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long&) Line | Count | Source | 15 | 1.71k | { | 16 | 1.71k | CSerializedNetMsg msg; | 17 | 1.71k | msg.m_type = std::move(msg_type); | 18 | 1.71k | VectorWriter{msg.data, 0, std::forward<Args>(args)...}; | 19 | 1.71k | return msg; | 20 | 1.71k | } |
|