Home
last modified time | relevance | path

Searched defs:preimages (Results 1 – 5 of 5) sorted by relevance

/dports/math/dune-grid-glue/dune-grid-glue-17bd9898df80a52e2c316fc053119d190c149a2e/dune/grid-glue/merging/
H A Dcontactmerge.cc86 const auto& preimages = get<1>(p.images()); in computeIntersections() local
/dports/math/dune-grid-glue/dune-grid-glue-17bd9898df80a52e2c316fc053119d190c149a2e/dune/grid-glue/common/
H A Dprojection_impl.hh266 auto& preimages = get<1>(m_images); in doInverseProjection() local
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/trie/
H A Ddatabase.go71 preimages map[common.Hash][]byte // Preimages of nodes from the secure trie member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/trie/
H A Ddatabase.go77 preimages map[common.Hash][]byte // Preimages of nodes from the secure trie member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/state/
H A Dstatedb.go97 preimages map[common.Hash][]byte member