MCPcopy Create free account

hub / github.com/coinbase/cb-mpc / functions

Functions7,462 in github.com/coinbase/cb-mpc

↓ 3 callersMethodAdjustForParameterizedTests
Adjust tests_to_run in case value parameterized tests are disabled.
vendors/googletest/googletest/test/googletest-filter-unittest.py:277
↓ 3 callersMethodAlmostEquals
Returns true if and only if this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (
vendors/googletest/googletest/include/gtest/internal/gtest-internal.h:336
↓ 3 callersFunctionAppendUserMessage
Appends the user-supplied message to the Google-Test-generated message.
vendors/googletest/googletest/src/gtest.cc:2261
↓ 3 callersMethodApply
vendors/googletest/googletest/include/gtest/internal/gtest-internal.h:1205
↓ 3 callersFunctionAssert
(condition)
vendors/googletest/googletest/test/gtest_testbridge_test.py:41
↓ 3 callersFunctionCalculateOptimalEdits
vendors/googletest/googletest/src/gtest.cc:1334
↓ 3 callersFunctionChar
NOLINT
vendors/googletest/googlemock/test/gmock-actions_test.cc:1203
↓ 3 callersFunctionCheckCounts
Checks that the count for each test is expected.
vendors/googletest/googletest/test/gtest_repeat_test.cc:123
↓ 3 callersMethodCheckDestroyed
vendors/googletest/googletest/test/googletest-port-test.cc:1157
↓ 3 callersMethodClear
Unsets the default value for type T.
vendors/googletest/googlemock/include/gmock/gmock-actions.h:596
↓ 3 callersMethodClear
Clears the object.
vendors/googletest/googletest/src/gtest.cc:2426
↓ 3 callersMethodClone
vendors/googletest/googletest/include/gtest/internal/gtest-param-util.h:243
↓ 3 callersFunctionCmpHelperEQ
vendors/googletest/googletest/include/gtest/gtest.h:1391
↓ 3 callersFunctionCreateUnifiedDiff
Create a list of diff hunks in Unified diff format. Each hunk has a header generated by PrintHeader above plus a body with lines prefixed with ' ' for
vendors/googletest/googletest/src/gtest.cc:1509
↓ 3 callersFunctionCsvEscape
vendors/google-benchmark/src/csv_reporter.cc:39
↓ 3 callersMethodDenseRange
vendors/google-benchmark/src/benchmark_register.cc:314
↓ 3 callersFunctionDoubleFromEnv
vendors/google-benchmark/src/commandlineflags.cc:144
↓ 3 callersMethodElapsed
Return time elapsed in milliseconds since the timer was created.
vendors/googletest/googletest/src/gtest.cc:1180
↓ 3 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKey
When a property using a reserved key is supplied to this function, it tests that a non-fatal failure is added, a fatal failure is not added, and that
vendors/googletest/googletest/test/gtest_unittest.cc:2010
↓ 3 callersFunctionFileExists
vendors/google-benchmark/test/output_test_helper.cc:479
↓ 3 callersFunctionFirst
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:2930
↓ 3 callersFunctionFittingCurve
Internal function to calculate the different scalability forms
vendors/google-benchmark/src/complexity.cc:29
↓ 3 callersFunctionFlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
vendors/googletest/googletest/src/gtest-port.cc:1309
↓ 3 callersFunctionFormatTestSuiteCount
Formats the count of test suites.
vendors/googletest/googletest/src/gtest.cc:3127
↓ 3 callersFunctionGetAbsolutePathOf
Turns the given relative path into an absolute path.
vendors/googletest/googletest/test/googletest-options-test.cc:59
↓ 3 callersFunctionGetBenchmarkFilter
vendors/google-benchmark/src/benchmark.cc:647
↓ 3 callersFunctionGetBigOString
Function to return an string for the calculated complexity
vendors/google-benchmark/src/complexity.cc:56
↓ 3 callersFunctionGetCurrentExecutableDirectory
Returns the directory path (including terminating separator) of the current executable as derived from argv[0].
vendors/googletest/googletest/src/gtest.cc:6919
↓ 3 callersFunctionGetDefaultTimeUnit
vendors/google-benchmark/src/benchmark.cc:643
↓ 3 callersFunctionGetIgnoredParameterizedTestSuites
vendors/googletest/googletest/src/gtest.cc:522
↓ 3 callersMethodGetIters
vendors/google-benchmark/src/benchmark_runner.h:82
↓ 3 callersFunctionGetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
vendors/googletest/googletest/include/gtest/internal/gtest-internal.h:647
↓ 3 callersFunctionGetReservedOutputAttributesForElement
TODO(jdesprez): Merge the two getReserved attributes once skip is improved This function is only used when file systems are enabled.
vendors/googletest/googletest/src/gtest.cc:2374
↓ 3 callersFunctionGetSysctlImp
vendors/google-benchmark/src/sysinfo.cc:151
↓ 3 callersFunctionGetTestSuite
Gets the i-th test suite among all the test suites. i can range from 0 to total_test_suite_count() - 1. If i is not in that range, returns NULL.
vendors/googletest/googletest/src/gtest-internal-inl.h:591
↓ 3 callersFunctionGetTimeUnitMultiplier
vendors/google-benchmark/include/benchmark/benchmark.h:2004
↓ 3 callersFunctionGtestGreaterThan
vendors/googletest/googlemock/test/gmock-matchers_test.h:126
↓ 3 callersFunctionIdToKey
vendors/googletest/googletest/test/gtest_stress_test.cc:57
↓ 3 callersFunctionIdToString
vendors/googletest/googletest/test/gtest_stress_test.cc:63
↓ 3 callersMethodIncrement
Returns the current counter value, and increments it.
vendors/googletest/googletest/samples/sample4.cc:37
↓ 3 callersFunctionInitGoogleMockImpl
vendors/googletest/googlemock/src/gmock.cc:145
↓ 3 callersFunctionInitGoogleTestImpl
vendors/googletest/googletest/src/gtest.cc:6810
↓ 3 callersFunctionInt32FromEnv
vendors/google-benchmark/src/commandlineflags.cc:131
↓ 3 callersFunctionInvokeWithModifiedEnv
Runs the given function and arguments in a modified environment.
vendors/googletest/googletest/test/googletest-filter-unittest.py:230
↓ 3 callersFunctionIsDigit
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:1975
↓ 3 callersFunctionIsTruthyFlagValue
vendors/google-benchmark/src/commandlineflags.cc:281
↓ 3 callersFunctionJoinAndDelete
vendors/googletest/googlemock/test/gmock_stress_test.cc:57
↓ 3 callersFunctionLhsSize
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:3522
↓ 3 callersMethodLock
vendors/googletest/googletest/src/gtest-port.cc:323
↓ 3 callersMethodMatchAndExplainImpl
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:2084
↓ 3 callersFunctionNormalExitStatus
Returns the exit status of a process that calls _Exit(2) with a given exit code. This is a helper function for the ExitStatusPredicateTest test suite
vendors/googletest/googletest/test/googletest-death-test-test.cc:246
↓ 3 callersFunctionNullopt
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:2431
↓ 3 callersFunctionParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
vendors/googletest/googletest/src/gtest.cc:6390
↓ 3 callersFunctionParseGoogleMockFlagValue
Parses a string as a command line flag. The string should have the format "--gmock_flag=value". When def_optional is true, the "=value" part can be
vendors/googletest/googlemock/src/gmock.cc:62
↓ 3 callersFunctionPrefixOf
vendors/googletest/googlemock/include/gmock/gmock-function-mocker.h:69
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
vendors/googletest/googletest/src/gtest-printers.cc:66
↓ 3 callersFunctionPrintCharAndCodeTo
vendors/googletest/googletest/src/gtest-printers.cc:253
↓ 3 callersFunctionPrintFullTestCommentIfPresent
vendors/googletest/googletest/src/gtest.cc:3354
↓ 3 callersFunctionPrintRawArrayTo
vendors/googletest/googletest/include/gtest/gtest-printers.h:686
↓ 3 callersMethodPushLine
vendors/googletest/googletest/src/gtest.cc:1441
↓ 3 callersFunctionReportFailureInUnknownLocation
vendors/googletest/googletest/src/gtest.cc:2511
↓ 3 callersMethodReset
vendors/googletest/googletest/test/gtest_unittest.cc:7562
↓ 3 callersFunctionReturnRefOfCopy
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1887
↓ 3 callersFunctionRhsSize
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:3523
↓ 3 callersMethodRun
Runs the test and updates the test result.
vendors/googletest/googletest/src/gtest.cc:2703
↓ 3 callersFunctionRunAndExtractDisabledBannerList
Runs the test program and returns tests that printed a disabled banner.
vendors/googletest/googletest/test/googletest-filter-unittest.py:219
↓ 3 callersFunctionRunAndReturnOutput
Runs the test program and returns its output.
vendors/googletest/googletest/test/googletest-global-environment-unittest.py:42
↓ 3 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
vendors/googletest/googletest/include/gtest/gtest.h:384
↓ 3 callersFunctionStat
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:2044
↓ 3 callersFunctionStatisticsCV
vendors/google-benchmark/src/statistics.cc:81
↓ 3 callersFunctionStatisticsMedian
vendors/google-benchmark/src/statistics.cc:38
↓ 3 callersMethodStopTimer
Called by each thread
vendors/google-benchmark/src/thread_timer.h:30
↓ 3 callersFunctionStripTrailingSpaces
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:2015
↓ 3 callersFunctionSubWithTrace
Another helper function for testing SCOPED_TRACE.
vendors/googletest/googletest/test/googletest-output-test_.cc:167
↓ 3 callersFunctionTestPartResult
C'tor. TestPartResult does NOT have a default constructor. Always use this constructor (with parameters) to create a TestPartResult object.
vendors/googletest/googletest/include/gtest/gtest-test-part.h:68
↓ 3 callersFunctionTestRepeat
Tests the behavior of Google Test when --gtest_repeat has the given value.
vendors/googletest/googletest/test/gtest_repeat_test.cc:140
↓ 3 callersFunctionTestSuite
We disallow copying TestSuites.
vendors/googletest/googletest/include/gtest/gtest.h:875
↓ 3 callersMethodUnlock
vendors/googletest/googletest/src/gtest-port.cc:329
↓ 3 callersMethod_TestJsonOutput
Checks the JSON output generated by the Google Test binary. Asserts that the JSON document generated by running the program gtest_prog_name m
vendors/googletest/googletest/test/googletest-json-output-unittest.py:806
↓ 3 callersMethodadd
include-internal/cbmpc/internal/protocol/mpc_job.h:23
↓ 3 callersMethodaggregation_report_mode
vendors/google-benchmark/src/benchmark_api_internal.h:27
↓ 3 callersMethodassertXmlResultCount
(self, result, count, xml)
vendors/googletest/googletest/test/googletest-failfast-unittest.py:226
↓ 3 callersMethodbegin
vendors/googletest/googletest/include/gtest/internal/gtest-param-util.h:200
↓ 3 callersFunctioncbmpc_eddsa_2p_dkg
src/cbmpc/c_api/eddsa2pc.cpp:16
↓ 3 callersFunctioncbmpc_pve_ac_get_Qs
src/cbmpc/c_api/pve_batch_ac.cpp:365
↓ 3 callersFunctioncbmpc_schnorr_2p_get_public_share_compressed
src/cbmpc/c_api/schnorr2pc.cpp:146
↓ 3 callersFunctioncbmpc_schnorr_mp_get_public_share_compressed
src/cbmpc/c_api/schnorr_mp.cpp:368
↓ 3 callersFunctioncipher_aes_gcm
src/cbmpc/crypto/base.cpp:191
↓ 3 callersMethodclone
src/cbmpc/crypto/secret_sharing.cpp:166
↓ 3 callersFunctioncmp
tests/dudect/dudect_util/dudect.h:209
↓ 3 callersMethodcnd_add_raw
src/cbmpc/crypto/base_bn256.cpp:668
↓ 3 callersFunctioncnd_add_words
src/cbmpc/crypto/base_mod.cpp:217
↓ 3 callersMethodcols
include-internal/cbmpc/internal/protocol/ot.h:54
↓ 3 callersMethodcompare
src/cbmpc/crypto/base_bn.cpp:740
↓ 3 callersMethodcompute_power
src/cbmpc/crypto/base_paillier.cpp:210
↓ 3 callersMethodconvert
include-internal/cbmpc/internal/crypto/tdh2.h:21
↓ 3 callersMethodconvert
include-internal/cbmpc/internal/zk/zk_elgamal_com.h:16
↓ 3 callersMethodconvert
src/cbmpc/api/pve_internal.h:53
↓ 3 callersMethodcorrect_top
src/cbmpc/crypto/base_bn.cpp:124
↓ 3 callersMethodcount
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:3506
← previousnext →1,401–1,500 of 7,462, ranked by callers