MCPcopy Create free account

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

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

↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
vendors/googletest/googletest/src/gtest.cc:2050
↓ 1 callersFunctionIsValidUTF8
vendors/googletest/googletest/src/gtest-printers.cc:483
↓ 1 callersFunctionLessThan
vendors/googletest/googlemock/test/gmock-matchers-misc_test.cc:981
↓ 1 callersFunctionLoadFlagsFromFile
vendors/googletest/googletest/src/gtest.cc:6661
↓ 1 callersFunctionLogToStderr
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:1098
↓ 1 callersFunctionMODULO
src/cbmpc/protocol/schnorr_2p.cpp:112
↓ 1 callersFunctionMODULO
src/cbmpc/protocol/hd_keyset_eddsa_2p.cpp:74
↓ 1 callersFunctionMODULO
tests/dudect/dudect_mod_test.cpp:33
↓ 1 callersFunctionMODULO
tests/unit/crypto/test_base_bn.cpp:59
↓ 1 callersFunctionMakeCardinality
Creates a cardinality from its implementation.
vendors/googletest/googlemock/include/gmock/gmock-cardinalities.h:151
↓ 1 callersMethodMap
vendors/googletest/googletest/samples/sample3-inl.h:151
↓ 1 callersFunctionMatcherBindSecond
vendors/googletest/googlemock/include/gmock/gmock-matchers.h:3866
↓ 1 callersMethodMatches
Returns true if and only if this matcher matches x.
vendors/googletest/googletest/include/gtest/gtest-matchers.h:238
↓ 1 callersMethodMaybeDescribeExtraMatcherTo
If this mock method has an extra matcher (i.e. .With(matcher)), describes it to the ostream.
vendors/googletest/googlemock/include/gmock/gmock-spec-builders.h:1085
↓ 1 callersMethodMemberFunction
A member function that may die.
vendors/googletest/googletest/test/googletest-death-test-test.cc:158
↓ 1 callersMethodNewValueForCurrentThread
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:1636
↓ 1 callersMethodNext
vendors/googletest/googlemock/include/gmock/gmock-actions.h:1243
↓ 1 callersFunctionNiceMock
vendors/googletest/googlemock/include/gmock/gmock-nice-strict.h:158
↓ 1 callersFunctionNonVoidFunction
A non-void function that's expected to die.
vendors/googletest/googletest/test/googletest-death-test-test.cc:171
↓ 1 callersFunctionNonVoidFunction
vendors/googletest/googletest/test/gtest_unittest.cc:1270
↓ 1 callersFunctionNormalizeErrorMarker
Normalizes the error marker, which is different on Windows vs on Linux.
vendors/googletest/googlemock/test/gmock_output_test.py:91
↓ 1 callersFunctionNormalizeOutput
Normalizes output (the output of googletest-output-test_.exe).
vendors/googletest/googletest/test/googletest-output-test.py:208
↓ 1 callersFunctionNotification
vendors/googletest/googletest/include/gtest/internal/gtest-port.h:1285
↓ 1 callersFunctionNullary
Sample functions and functors for testing Invoke() and etc.
vendors/googletest/googlemock/test/gmock-actions_test.cc:1187
↓ 1 callersMethodNumThreads
vendors/google-benchmark/test/output_test_helper.cc:309
↓ 1 callersMethodOnEnvironmentsSetUpEnd
vendors/googletest/googletest/src/gtest.cc:3693
↓ 1 callersMethodOnEnvironmentsSetUpStart
vendors/googletest/googletest/src/gtest.cc:3449
↓ 1 callersMethodOnEnvironmentsTearDownEnd
vendors/googletest/googletest/src/gtest.cc:3712
↓ 1 callersMethodOnEnvironmentsTearDownStart
vendors/googletest/googletest/src/gtest.cc:3559
↓ 1 callersMethodOnTestDisabled
vendors/googletest/googletest/src/gtest.cc:3492
↓ 1 callersMethodOnTestEnd
vendors/googletest/googletest/test/googletest-failfast-unittest_.cc:140
↓ 1 callersMethodOnTestIterationEnd
vendors/googletest/googletest/src/gtest.cc:3638
↓ 1 callersMethodOnTestIterationStart
vendors/googletest/googletest/test/gtest_unittest.cc:6906
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
vendors/googletest/googletest/src/gtest.cc:3414
↓ 1 callersMethodOnTestPartResult
vendors/googletest/googletest/test/googletest-failfast-unittest_.cc:134
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
vendors/googletest/googletest/src/gtest.cc:3500
↓ 1 callersMethodOnTestProgramEnd
vendors/googletest/googletest/src/gtest.cc:3714
↓ 1 callersMethodOnTestProgramStart
The following methods override what's in the TestEventListener class.
vendors/googletest/googletest/src/gtest.cc:3689
↓ 1 callersMethodOnTestStart
vendors/googletest/googletest/test/googletest-shuffle-test_.cc:82
↓ 1 callersMethodOnTestSuiteEnd
vendors/googletest/googletest/test/googletest-failfast-unittest_.cc:145
↓ 1 callersMethodOnTestSuiteStart
vendors/googletest/googletest/test/googletest-failfast-unittest_.cc:125
↓ 1 callersFunctionOutputFlagAlsoCheckEnvVar
As a special case for the 'output' flag, if GTEST_OUTPUT is not set, we look for XML_OUTPUT_FILE, which is set by the Bazel build system. The value o
vendors/googletest/googletest/src/gtest-port.cc:1412
↓ 1 callersFunctionParseCommandLineFlags
vendors/google-benchmark/src/benchmark.cc:696
↓ 1 callersFunctionParseDoubleFlag
vendors/google-benchmark/src/commandlineflags.cc:235
↓ 1 callersFunctionParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
vendors/googletest/googletest/src/gtest-death-test.cc:1533
↓ 1 callersFunctionParseKeyValueFlag
vendors/google-benchmark/src/commandlineflags.cc:260
↓ 1 callersFunctionParseKvPairs
Parses 'str' into KV pairs. If successful, writes the result to *value and returns true; otherwise leaves *value unchanged and returns false.
vendors/google-benchmark/src/commandlineflags.cc:87
↓ 1 callersFunctionPassed
Returns true if and only if the unit test passed (i.e. all test suites passed).
vendors/googletest/googletest/src/gtest-internal-inl.h:581
↓ 1 callersFunctionPatternMatchesString
Returns true if and only if the wildcard pattern matches the string. Each pattern consists of regular characters, single-character wildcards (?), and
vendors/googletest/googletest/src/gtest.cc:729
↓ 1 callersMethodPerformDefaultAction
Performs the default action of this mock function on the given arguments and returns the result. Asserts (or throws if exceptions are enabled) with a
vendors/googletest/googlemock/include/gmock/gmock-spec-builders.h:1497
↓ 1 callersMethodPostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
vendors/googletest/googletest/src/gtest.cc:5734
↓ 1 callersFunctionPredFormatFunction1
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:94
↓ 1 callersFunctionPredFormatFunction2
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:470
↓ 1 callersFunctionPredFormatFunction3
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:853
↓ 1 callersFunctionPredFormatFunction4
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:1255
↓ 1 callersFunctionPredFormatFunction5
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:1672
↓ 1 callersFunctionPredFunction1
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:75
↓ 1 callersFunctionPredFunction2
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:451
↓ 1 callersFunctionPredFunction3
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:834
↓ 1 callersFunctionPredFunction4
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:1232
↓ 1 callersFunctionPredFunction5
vendors/googletest/googletest/test/gtest_pred_impl_unittest.cc:1648
↓ 1 callersFunctionPrintAsActionResult
vendors/googletest/googlemock/include/gmock/gmock-spec-builders.h:1381
↓ 1 callersFunctionPrintAsStringLiteralTo
Prints a char32_t c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
vendors/googletest/googletest/src/gtest-printers.cc:200
↓ 1 callersFunctionPrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
vendors/googletest/googletest/src/gtest-printers.cc:130
↓ 1 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
vendors/googletest/googletest/src/gtest-printers.cc:89
↓ 1 callersFunctionPrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
vendors/googletest/googletest/src/gtest.cc:6496
↓ 1 callersFunctionPrintFlag
vendors/googletest/googletest/test/googletest-env-var-test_.cc:47
↓ 1 callersFunctionPrintImp
vendors/google-benchmark/src/sysinfo.cc:87
↓ 1 callersMethodPrintJsonTestList
vendors/googletest/googletest/src/gtest.cc:4899
↓ 1 callersFunctionPrintStringTo
vendors/googletest/googletest/src/gtest-printers.cc:525
↓ 1 callersFunctionPrintTo
vendors/googletest/googletest/include/gtest/gtest-printers.h:486
↓ 1 callersMethodPrintTo
vendors/googletest/googletest/src/gtest.cc:1459
↓ 1 callersFunctionPrintTupleTo
vendors/googletest/googletest/include/gtest/gtest-printers.h:788
↓ 1 callersFunctionPrintU16StringTo
vendors/googletest/googletest/src/gtest-printers.cc:539
↓ 1 callersFunctionPrintU32StringTo
vendors/googletest/googletest/src/gtest-printers.cc:543
↓ 1 callersFunctionPrintU8StringTo
vendors/googletest/googletest/src/gtest-printers.cc:534
↓ 1 callersFunctionPrintWideStringTo
vendors/googletest/googletest/src/gtest-printers.cc:548
↓ 1 callersFunctionPrintWithFallback
vendors/googletest/googletest/include/gtest/gtest-printers.h:348
↓ 1 callersMethodPrintXmlTestsList
vendors/googletest/googletest/src/gtest.cc:4415
↓ 1 callersMethodProduce
vendors/googletest/googlemock/include/gmock/gmock-actions.h:628
↓ 1 callersFunctionRandomHexChar
vendors/google-benchmark/test/output_test_helper.cc:465
↓ 1 callersMethodRandomize
vendors/googletest/googlemock/src/gmock-matchers.cc:260
↓ 1 callersMethodRead
vendors/google-benchmark/src/perf_counters.cc:33
↓ 1 callersMethodRecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
vendors/googletest/googletest/src/gtest.cc:2312
↓ 1 callersMethodRefQualifiedConstRef
We can't mock these with the old macros, but we need to define them to make it concrete.
vendors/googletest/googlemock/test/gmock-function-mocker_test.cc:268
↓ 1 callersMethodRefQualifiedConstRefRef
vendors/googletest/googlemock/test/gmock-function-mocker_test.cc:269
↓ 1 callersMethodRefQualifiedRef
vendors/googletest/googlemock/test/gmock-function-mocker_test.cc:270
↓ 1 callersMethodRefQualifiedRefRef
vendors/googletest/googlemock/test/gmock-function-mocker_test.cc:271
↓ 1 callersFunctionRegisterFromFunction
vendors/google-benchmark/test/register_benchmark_test.cc:86
↓ 1 callersMethodRegisterInstantiation
vendors/googletest/googletest/src/gtest.cc:595
↓ 1 callersMethodRegisterTestSuite
vendors/googletest/googletest/src/gtest.cc:589
↓ 1 callersFunctionRegisterTypeParameterizedTestSuite
vendors/googletest/googletest/src/gtest.cc:578
↓ 1 callersFunctionRegisterTypeParameterizedTestSuiteInstantiation
vendors/googletest/googletest/src/gtest.cc:584
↓ 1 callersFunctionRemoveLocations
Removes all file location info from a Google Test program's output. Args: output: the output of a Google Test program. Returns: o
vendors/googletest/googlemock/test/gmock_output_test.py:75
↓ 1 callersFunctionRemoveLocations
Removes all file location info from a Google Test program's output. Args: test_output: the output of a Google Test program. Returns:
vendors/googletest/googletest/test/googletest-output-test.py:102
↓ 1 callersFunctionRemoveMemoryAddresses
Removes memory addresses from the test output.
vendors/googletest/googlemock/test/gmock_output_test.py:97
↓ 1 callersFunctionRemoveReportHeaderAndFooter
Removes Google Test result report's header and footer from the output.
vendors/googletest/googlemock/test/gmock_output_test.py:64
↓ 1 callersFunctionRemoveStackTraceDetails
Removes all stack traces from a Google Test program's output.
vendors/googletest/googletest/test/googletest-output-test.py:122
↓ 1 callersFunctionRemoveStackTraces
Removes all traces of stack traces from a Google Test program's output.
vendors/googletest/googletest/test/googletest-output-test.py:131
↓ 1 callersFunctionRemoveTestNamesOfLeakedMocks
Removes the test names of leaked mock objects from the test output.
vendors/googletest/googlemock/test/gmock_output_test.py:103
← previousnext →2,301–2,400 of 7,462, ranked by callers