Home
last modified time | relevance | path

Searched refs:AccountMaskMap (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/tools/libtesteth/
H A DImportTest.h26 …static void importState(json_spirit::mObject const& _o, eth::State& _state, eth::AccountMaskMap& o…
50 …eExpect, eth::State const& _statePost, eth::AccountMaskMap const _expectedStateOptions = eth::Acco…
94 using StateAndMap = std::pair<eth::State, eth::AccountMaskMap>;
H A DFillJsonFunctions.cpp160 AccountMaskMap emptyMap; in fillJsonWithState()
164 json_spirit::mObject fillJsonWithState(State const& _state, eth::AccountMaskMap const& _map) in fillJsonWithState()
H A DImportTest.cpp122 AccountMaskMap m; in makeBlockchainTestFromStateTest()
511 void ImportTest::importState(json_spirit::mObject const& _o, State& _state, AccountMaskMap& o_mask) in importState()
536 AccountMaskMap mask; in importState()
642 int ImportTest::compareStates(State const& _stateExpect, State const& _statePost, AccountMaskMap co… in compareStates()
843 eth::AccountMaskMap stateMap; in checkGeneralTestSectionSearch()
H A DTestHelper.h117 json_spirit::mObject fillJsonWithState(eth::State const& _state, eth::AccountMaskMap const& _map);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethereum/
H A DAccount.h271 using AccountMaskMap = std::unordered_map<Address, AccountMask>; variable
274 AccountMaskMap* o_mask = nullptr, const boost::filesystem::path& _configPath = {});
H A DAccount.cpp59 AccountMaskMap* o_mask, const fs::path& _configPath) in jsonToAccountMap()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/tools/jsontests/
H A Dvm.cpp375 AccountMaskMap expectStateMap; in doTests()
393 AccountMaskMap expectStateMap; in doTests()
H A DBlockChainTests.cpp462 AccountMaskMap expectStateMap; in fillBCTest()