MCPcopy Create free account

hub / github.com/btccom/btcpool-ABANDONED / functions

Functions5,312 in github.com/btccom/btcpool-ABANDONED

↓ 771 callersMethodc_str
Returns a pointer to the output buffer content with terminating null character appended. */
3rdparty/fmt/format.h:2876
↓ 431 callersMethodsize
src/Utils.h:229
↓ 409 callersMethodtype
src/RedisConnection.cc:61
↓ 307 callersMethodstr
src/RedisConnection.cc:68
↓ 221 callersMethoddata
3rdparty/zmq.hpp:334
↓ 199 callersMethodpush_back
3rdparty/fmt/core.h:950
↓ 155 callersFunctioncreate
3rdparty/nlohmann/json.hpp:15229
↓ 137 callersMethodend
3rdparty/gtest/gtest.h:9044
↓ 127 callersMethodend
src/Utils.h:228
↓ 120 callersMethodbegin
3rdparty/gtest/gtest.h:9043
↓ 120 callersMethodempty
src/Utils.h:230
↓ 112 callersMethodsize
tools/common/uint256.h:65
↓ 109 callersMethodbegin
src/Utils.h:227
↓ 97 callersMethodinsert
3rdparty/fmt/format-inl.h:663
↓ 96 callersMethodresize
Resizes the buffer. If T is a POD type new elements may not be initialized. */
3rdparty/fmt/core.h:264
↓ 94 callersMethodwrite_character
3rdparty/nlohmann/json.hpp:11106
↓ 93 callersMethodsize
Returns the number of characters written to the output buffer. */
3rdparty/fmt/format.h:2862
↓ 91 callersMethodbegin
3rdparty/fmt/core.h:1035
↓ 89 callersMethodfind
src/Utils.h:226
↓ 86 callersMethodsize
3rdparty/nlohmann/json.hpp:2113
↓ 84 callersMethodToString
tools/common/uint256.cpp:62
↓ 84 callersMethodsize
Returns the number of TestPartResult objects in the array.
3rdparty/gmock-gtest-all.cc:11251
↓ 82 callersMethodat
3rdparty/bytom/cutil/src/BytomPoW.h:220
↓ 77 callersMethoduint32
3rdparty/utilities_js.hpp:355
↓ 68 callersMethodchildren
3rdparty/utilities_js.hpp:289
↓ 67 callersMethodempty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
3rdparty/nlohmann/json.hpp:10279
↓ 67 callersMethodend
tools/common/uint256.h:59
↓ 66 callersFunctionuint256S
uint256 from const char *. * This is a separate function because the constructor uint256(const char*) can * result in dangerously catching uint256(0
tools/common/uint256.h:120
↓ 65 callersFunctionTestBitcoinBlockReward
//////////////////// Block Rewards /////////////////////////
test/TestBitcoinUtils.cc:31
↓ 65 callersFunctionparse
3rdparty/fmt/ranges.h:23
↓ 64 callersMethoddata
Returns a pointer to the output buffer content. No terminating null character is appended. */
3rdparty/fmt/format.h:2870
↓ 63 callersMethoderase
tools/stratum_log_proxy/src/StratumBase.hpp:168
↓ 60 callersFunctionto_string
3rdparty/fmt/format.h:3209
↓ 59 callersMethodend
3rdparty/utilities_js.hpp:269
↓ 56 callersMethodGetHex
tools/common/uint256.cpp:21
↓ 55 callersFunctionreadFromSetting
src/Utils.h:186
↓ 53 callersFunctionnotNullTrim
($envName)
install/cfg-generator/lib/functions.php:28
↓ 53 callersMethoduint64
3rdparty/utilities_js.hpp:358
↓ 52 callersFunctionprintf
3rdparty/fmt/printf.h:321
↓ 51 callersFunctionValuesIn
3rdparty/gtest/gtest.h:17795
↓ 51 callersFunctionoptionalTrim
($envName, $defaultValue = '')
install/cfg-generator/lib/functions.php:49
↓ 48 callersMethodaddLocalShare
src/Stratum.h:230
↓ 47 callersFunctionStreamableToString
3rdparty/gtest/gtest.h:4221
↓ 47 callersFunctionUintToArith256
tools/common/arith_uint256.cpp:243
↓ 45 callersFunctionfprintf
3rdparty/fmt/printf.h:786
↓ 45 callersMethodvalue
3rdparty/fmt/core.h:582
↓ 43 callersFunctiontoString
src/Network.h:77
↓ 42 callersMethodbegin
tools/common/uint256.h:57
↓ 41 callersFunctioncopy
3rdparty/fmt/ranges.h:58
↓ 40 callersMethodend
return iterator end (needed for range-based for)
3rdparty/nlohmann/json.hpp:3294
↓ 40 callersFunctionscore2Str
src/Utils.cc:391
↓ 39 callersMethodbegin
return iterator begin (needed for range-based for)
3rdparty/nlohmann/json.hpp:3288
↓ 39 callersFunctionget
3rdparty/nlohmann/json.hpp:3303
↓ 38 callersFunctiondate
src/Utils.h:130
↓ 38 callersMethodset_status
3rdparty/gmock-gtest-all.cc:7868
↓ 37 callersMethodDescribeTo
Describes this matcher to an ostream.
3rdparty/gmock/gmock.h:5437
↓ 37 callersFunctiontype
Gets the outcome of the test part.
3rdparty/gtest/gtest.h:19060
↓ 35 callersMethodGetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
3rdparty/gmock-gtest-all.cc:2481
↓ 35 callersMethodappend
3rdparty/fmt/format.h:394
↓ 33 callersFunctionBin2Hex
src/Utils.cc:113
↓ 33 callersMethodfind
3rdparty/fmt/core.h:961
↓ 33 callersMethodget
3rdparty/gtest/gtest.h:2457
↓ 32 callersFunctionexitln
($line, $exitCode = 1)
docker/btcpool/test/btc/helper/functions.php:9
↓ 32 callersMethodon_error
3rdparty/fmt/format.h:1992
↓ 31 callersMethodgetChainId
src/UserInfo.cc:386
↓ 31 callersFunctionis_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
3rdparty/nlohmann/json.hpp:16666
↓ 31 callersMethodreserve
Reserves space to store at least *capacity* elements. */
3rdparty/fmt/core.h:273
↓ 31 callersMethodstr
Returns the explanation accumulated so far.
3rdparty/gmock/gmock.h:5358
↓ 30 callersMethodbegin
3rdparty/gmock/gmock.h:10995
↓ 30 callersMethodend
3rdparty/gmock/gmock.h:10996
↓ 30 callersFunctionstore32
3rdparty/libblake2/blake2-impl.h:91
↓ 30 callersFunctionto_string_view
3rdparty/fmt/core.h:454
↓ 29 callersFunctionIsValidDestinationString
src/bitcoin/BitcoinUtils.h:77
↓ 29 callersFunctionMakePolymorphicMatcher
3rdparty/gmock/gmock.h:5768
↓ 29 callersMethodsize
tools/stratum_log_proxy/src/StratumBase.hpp:165
↓ 28 callersMethodclear
Clears this buffer. */
3rdparty/fmt/core.h:270
↓ 28 callersMethodcount
3rdparty/fmt/format.h:630
↓ 28 callersMethodwrite
3rdparty/fmt/format.h:2573
↓ 27 callersFunctionTestDiffToTarget
test/TestCommon.cc:97
↓ 27 callersMethodgetLine
src/StratumClient.cc:482
↓ 27 callersFunctionis_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
3rdparty/nlohmann/json.hpp:16688
↓ 27 callersMethodname
3rdparty/nlohmann/json.hpp:1791
↓ 27 callersMethodpush_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
3rdparty/nlohmann/json.hpp:10254
↓ 26 callersMethodMatchAndExplain
Returns true iff the matcher matches x; also explains the match result to 'listener'.
3rdparty/gmock/gmock.h:5425
↓ 26 callersMethodparse_error
3rdparty/nlohmann/json.hpp:1884
↓ 26 callersMethodtype
3rdparty/fmt/core.h:814
↓ 25 callersFunctionColoredPrintf
Helpers for printing colored strings to stdout. Note that on Windows, we cannot simply emit special characters and have the terminal change colors. Th
3rdparty/gmock-gtest-all.cc:4480
↓ 25 callersFunctionEq
3rdparty/gmock/gmock.h:9452
↓ 25 callersFunctionGTEST_LOCK_EXCLUDED_
3rdparty/gmock-gtest-all.cc:5770
↓ 25 callersMethodclear
src/Utils.h:232
↓ 25 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
3rdparty/nlohmann/json.hpp:13726
↓ 25 callersMethodstring
3rdparty/nlohmann/json.hpp:4861
↓ 25 callersMethoduserId
src/Stratum.h:162
↓ 24 callersMethodDescribeNegationTo
Describes the negation of this matcher to an ostream.
3rdparty/gmock/gmock.h:5440
↓ 24 callersFunctionMakeMatcher
3rdparty/gmock/gmock.h:5756
↓ 24 callersMethodaddShare
tools/sharelog_to_parquet/StratumEth.hpp:418
↓ 24 callersFunctionassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
3rdparty/nlohmann/json.hpp:15450
↓ 24 callersFunctionbasic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
3rdparty/nlohmann/json.hpp:15568
↓ 24 callersMethodcheckAlive
src/Kafka.cc:187
↓ 24 callersMethodget
3rdparty/fmt/format-inl.h:216
next →1–100 of 5,312, ranked by callers