MCPcopy Create free account

hub / github.com/Agzs/BlockMaze / functions

Functions20,037 in github.com/Agzs/BlockMaze

↓ 23 callersMethodRepeat
Creates a Flags struct where the gtest_repeat flag has the given value.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/test/gtest_unittest.cc:5554
↓ 23 callersMethodStop
()
go-ethereum/metrics/timer.go:22
↓ 23 callersMethodassertEqual
(String msg, Object lhs, Object rhs)
libsnark-vnt/depends/libsnark/depends/ate-pairing/java/BN254Test.java:88
↓ 23 callersMethodclear
libsnark-vnt/depends/libsnark/depends/ate-pairing/include/bn.h:2860
↓ 23 callersMethodend
libsnark-vnt/src/redeem/uint256.h:60
↓ 23 callersMethodend
libsnark-vnt/src/deposit/uint256.h:60
↓ 23 callersMethodend
libsnark-vnt/src/send/uint256.h:60
↓ 23 callersMethodisZero
libsnark-vnt/depends/libsnark/depends/ate-pairing/include/zm.h:1286
↓ 23 callersMethodkey
Gets the user supplied key.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/include/gtest/gtest.h:512
↓ 23 callersFunctionnewTester
newTester creates a new downloader test mocker.
go-ethereum/eth/downloader/downloader_test.go:77
↓ 23 callersFunctionrunGeth
spawns geth with the given command line args. If the args don't set --datadir, the child g gets a temporary data directory.
go-ethereum/cmd/geth/run_test.go:66
↓ 23 callersFunctionsecp256k1_context_destroy
go-ethereum/crypto/secp256k1/libsecp256k1/src/secp256k1.c:92
↓ 23 callersFunctionsecp256k1_ec_pubkey_parse
go-ethereum/crypto/secp256k1/libsecp256k1/src/secp256k1.c:150
↓ 23 callersFunctionsecp256k1_ec_pubkey_serialize
go-ethereum/crypto/secp256k1/libsecp256k1/src/secp256k1.c:165
↓ 23 callersMethodterminate
terminate aborts any operations on the embedded downloader and releases all held resources.
go-ethereum/eth/downloader/downloader_test.go:190
↓ 23 callersFunctionwait
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak_mnemonic.h:1272
↓ 22 callersMethodAdd
Add adds a new range to intervals. Range start and end are values are both inclusive.
go-ethereum/swarm/network/stream/intervals/intervals.go:52
↓ 22 callersMethodAddr
Addr returns the node's address (e.g. an Enode URL)
go-ethereum/p2p/simulations/adapters/types.go:45
↓ 22 callersMethodAddress
()
go-ethereum/swarm/network/kademlia.go:112
↓ 22 callersFunctionArgs
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-generated-matchers.h:480
↓ 22 callersMethodInit
some config params need to be initialized after the complete config building phase is completed (e.g. due to overriding flags)
go-ethereum/swarm/api/config.go:103
↓ 22 callersFunctionIsNull
libsnark-vnt/depends/libsnark/depends/gtest/googletest/test/gtest-unittest-api_test.cc:140
↓ 22 callersMethodRemove
Remove deletes a transaction from the maintained list, returning whether the transaction was found, and also returning any transaction invalidated due
go-ethereum/core/tx_list.go:325
↓ 22 callersFunctionStartsWith
Matches a string that starts with 'prefix' (case-sensitive).
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:4007
↓ 22 callersFunctionStrCaseEq
Matches a string equal to str, ignoring case.
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:3985
↓ 22 callersMethodbegin
libsnark-vnt/src/deposit/uint256.h:55
↓ 22 callersMethodend
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/test/gmock-matchers_test.cc:4537
↓ 22 callersMethodgetFp2
libsnark-vnt/depends/libsnark/depends/ate-pairing/include/bn.h:871
↓ 22 callersFunctionimpl
Accessors for the implementation object.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/include/gtest/gtest.h:1317
↓ 22 callersFunctionmontDecode
(c, a *gfP)
go-ethereum/crypto/bn256/cloudflare/gfp.go:81
↓ 22 callersFunctionsendRequest
(w p2p.MsgWriter, msgcode, reqID, cost uint64, data interface{})
go-ethereum/les/peer.go:150
↓ 22 callersFunctiontestFork
Test fork of length N starting from block i
go-ethereum/core/blockchain_test.go:73
↓ 22 callersFunctiontestFork
Test fork of length N starting from block i
go-ethereum/light/lightchain_test.go:86
↓ 22 callersMethodupdate
update updates the queued/sent flags and timed out peers counter according to the event
go-ethereum/les/retrieve.go:260
↓ 21 callersMethodAdd
Add adds d to the filter. Future calls of Test(d) will return true.
go-ethereum/core/types/bloom9.go:60
↓ 21 callersMethodChainConfig
()
go-ethereum/internal/ethapi/backend.go:70
↓ 21 callersMethodClient
Client returns the RPC client which is created once the node is up and running
go-ethereum/p2p/simulations/adapters/types.go:49
↓ 21 callersMethodData
()
go-ethereum/core/state_transition.go:76
↓ 21 callersMethodGenerateMethodSource
Convert C++ source to Google Mock output source lines.
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/scripts/generator/cpp/gmock_class_test.py:48
↓ 21 callersMethodMatchAndExplain
Returns true iff the matcher matches x; also explains the match result to 'listener'.
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:255
↓ 21 callersMethodMatchEnvelope
(envelope *Envelope)
go-ethereum/whisper/whisperv5/filter.go:191
↓ 21 callersFunctionNewRange
(from, to uint64)
go-ethereum/swarm/network/stream/stream.go:709
↓ 21 callersMethodOn
register and deregister peer connections
go-ethereum/swarm/network/hive.go:44
↓ 21 callersFunctionPointee
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:3872
↓ 21 callersFunctionProperty
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:3912
↓ 21 callersMethodStop
Stop terminates all goroutines belonging to the service, blocking until they are all terminated.
go-ethereum/node/service.go:97
↓ 21 callersFunctionVerifyGenerator
libsnark-vnt/depends/libsnark/depends/gtest/googletest/test/gtest-param-test_test.cc:124
↓ 21 callersFunctiondiv
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak_mnemonic.h:162
↓ 21 callersFunctionf1
libsnark-vnt/src/crypto/sha1.cpp:24
↓ 21 callersFunctionf3
libsnark-vnt/src/crypto/sha1.cpp:26
↓ 21 callersMethodfieldType
libsnark-vnt/depends/libsnark/libsnark/gadgetlib2/gadget.hpp:102
↓ 21 callersMethodis
any bit is accetable if bit == 0
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak.h:448
↓ 21 callersFunctionsecp256k1_fe_normalize_var
go-ethereum/crypto/secp256k1/libsecp256k1/src/field_5x52_impl.h:121
↓ 21 callersFunctionsecp256k1_fe_normalize_weak
go-ethereum/crypto/secp256k1/libsecp256k1/src/field_5x52_impl.h:97
↓ 21 callersFunctionsecp256k1_gej_is_infinity
go-ethereum/crypto/secp256k1/libsecp256k1/src/group_impl.h:263
↓ 21 callersMethoduploadAndMount
upload data and mount directory
go-ethereum/swarm/fuse/swarmfs_test.go:277
↓ 20 callersMethodAccounts
Accounts retrieves the list of signing accounts the wallet is currently aware of. For hierarchical deterministic wallets, the list will not be exhaust
go-ethereum/accounts/accounts.go:76
↓ 20 callersMethodAppend
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest.cc:3299
↓ 20 callersMethodChainDb
()
go-ethereum/miner/miner.go:42
↓ 20 callersMethodDelete
(key string)
go-ethereum/swarm/state/store.go:24
↓ 20 callersMethodDescribeNegationTo
Describes the negation of this matcher to an ostream.
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:269
↓ 20 callersMethodError
()
go-ethereum/metrics/healthcheck.go:6
↓ 20 callersMethodError
(msg string, ctx ...interface{})
go-ethereum/log/logger.go:124
↓ 20 callersMethodExpect
Expect runs its argument as a template, then expects the child process to output the result of the template within 5s. If the template starts with a
go-ethereum/internal/cmdtest/test_cmd.go:98
↓ 20 callersFunctionExplainMatchResult
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:4370
↓ 20 callersMethodFinalize
Finalize runs any post-transaction state modifications (e.g. block rewards) and assembles the final block. Note: The block header and state database m
go-ethereum/consensus/consensus.go:86
↓ 20 callersMethodFind
Find attempts to locate the wallet corresponding to a specific account. Since accounts can be dynamically added to and removed from wallets, this meth
go-ethereum/accounts/manager.go:153
↓ 20 callersMethodProgress
Progress retrieves the synchronisation boundaries, specifically the origin block where synchronisation started at (may have failed/suspended); the blo
go-ethereum/eth/downloader/downloader.go:243
↓ 20 callersMethodRelease
TODO(vladl@google.com): Factor the search functionality into Vector::Find.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/src/gtest.cc:3304
↓ 20 callersMethodTick
()
go-ethereum/metrics/ewma.go:14
↓ 20 callersMethodbitLen
libsnark-vnt/depends/libsnark/depends/ate-pairing/include/zm.h:526
↓ 20 callersFunctionisZero
(n *big.Int)
go-ethereum/crypto/bn256/google/bn256_test.go:38
↓ 20 callersFunctionlist
(ctx *cli.Context)
go-ethereum/cmd/swarm/list.go:30
↓ 20 callersFunctionlog2
libsnark-vnt/depends/libsnark/depends/libff/libff/common/utils.cpp:32
↓ 20 callersFunctionnewGFp
(x int64)
go-ethereum/crypto/bn256/cloudflare/gfp.go:10
↓ 20 callersFunctionrunSwarm
(t *testing.T, args ...string)
go-ethereum/cmd/swarm/run_test.go:58
↓ 20 callersFunctionsecp256k1_context_create
go-ethereum/crypto/secp256k1/libsecp256k1/src/secp256k1.c:58
↓ 20 callersFunctionsecp256k1_ecdsa_recover
go-ethereum/crypto/secp256k1/libsecp256k1/src/modules/recovery/main_impl.h:170
↓ 20 callersFunctionsecp256k1_fe_mul_int
go-ethereum/crypto/secp256k1/libsecp256k1/src/field_5x52_impl.h:344
↓ 20 callersFunctionsecp256k1_fe_verify
go-ethereum/crypto/secp256k1/libsecp256k1/src/field_5x52_impl.h:33
↓ 20 callersFunctionsecp256k1_fe_verify
go-ethereum/crypto/secp256k1/libsecp256k1/src/field_10x26_impl.h:15
↓ 19 callersFunctionAlwaysFalse
Always returns false.
libsnark-vnt/depends/libsnark/depends/gtest/googletest/include/gtest/internal/gtest-internal.h:716
↓ 19 callersMethodBlockByNumber
(ctx context.Context, blockNr rpc.BlockNumber)
go-ethereum/internal/ethapi/backend.go:51
↓ 19 callersFunctionConvertIdentifierNameToWords
Converts an identifier name to a space-separated list of lower-case words. Each maximum substring of the form [A-Za-z][a-z]*|\d+ is treated as one wo
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/src/gmock-internal-utils.cc:73
↓ 19 callersMethodDifficulty
()
go-ethereum/core/types/block.go:311
↓ 19 callersMethodGetBlockByHash
GetBlockByHash retrieves a block from the local chain.
go-ethereum/eth/downloader/downloader.go:182
↓ 19 callersMethodGetErrored
()
go-ethereum/swarm/storage/types.go:195
↓ 19 callersMethodMatchMessage
MatchMessage checks if the filter matches an already decrypted message (i.e. a Message that has already been handled by MatchEnvelope when checked by
go-ethereum/whisper/whisperv6/filter.go:232
↓ 19 callersMethodMatchMessage
(msg *ReceivedMessage)
go-ethereum/whisper/whisperv5/filter.go:178
↓ 19 callersFunctionNewDatabase
NewDatabase creates a new trie database to store ephemeral trie content before its written out to disk or garbage collected.
go-ethereum/trie/database.go:266
↓ 19 callersMethodNode
Node retrieves an encoded cached trie node from memory. If it cannot be found cached, the method queries the persistent database for the content.
go-ethereum/trie/database.go:358
↓ 19 callersFunctionPointwise
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/include/gmock/gmock-matchers.h:4201
↓ 19 callersMethodPut
(key string, i interface{})
go-ethereum/swarm/state/store.go:23
↓ 19 callersMethodSet
(a *gfP2)
go-ethereum/crypto/bn256/google/gfp2.go:36
↓ 19 callersMethodSetCoinbase
SetCoinbase sets the coinbase of the generated block. It can be called at most once.
go-ethereum/core/chain_makers.go:54
↓ 19 callersMethodShutdown
()
go-ethereum/cmd/swarm/run_test.go:340
↓ 19 callersMethodURL
URL retrieves the canonical path under which this wallet is reachable. It is user by upper layers to define a sorting order over all wallets from mult
go-ethereum/accounts/accounts.go:50
↓ 19 callersMethodencode
(val interface{})
go-ethereum/rlp/encode.go:181
↓ 19 callersMethodget
libsnark-vnt/depends/libsnark/depends/gtest/googlemock/test/gmock-matchers_test.cc:3295
↓ 19 callersMethodgetSize
libsnark-vnt/depends/libsnark/depends/xbyak/xbyak/xbyak.h:911
← previousnext →501–600 of 20,037, ranked by callers