MCPcopy Create free account

hub / github.com/fmtlib/fmt / functions

Functions3,200 in github.com/fmtlib/fmt

MethodPrintValue
test/gtest/gtest/gtest.h:5292
MethodPrintValue
Since T has no << operator or PrintTo() but can be implicitly converted to BiggestInt, we print it as a BiggestInt. Most likely T is an enum type (ei
test/gtest/gtest/gtest.h:5309
MethodPrintValue
test/gtest/gtest/gtest.h:5316
MethodPrintValue
test/gtest/gtest/gtest.h:5331
MethodPrintValue
test/gtest/gtest/gtest.h:5342
MethodPrintXmlTestSuite
Prints an XML representation of a TestSuite object
test/gtest/gmock-gtest-all.cc:5782
MethodPrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
test/gtest/gmock-gtest-all.cc:5816
FunctionProduce
test/gtest/gmock/gmock.h:1265
FunctionProperty
test/gtest/gmock/gmock.h:7086
MethodPropertyMatcher
test/gtest/gmock/gmock.h:4939
MethodPushTrace
Pushes the given source file location and message onto a per-thread trace stack maintained by Google Test.
test/gtest/gmock-gtest-all.cc:8222
MethodQuantifierMatcherImpl
test/gtest/gmock/gmock.h:5497
FunctionRandom
test/gtest/gtest/gtest.h:4252
MethodRandomize
test/gtest/gmock-gtest-all.cc:13118
FunctionRange
test/gtest/gtest/gtest.h:8950
MethodRangeGenerator
test/gtest/gtest/gtest.h:8165
MethodReadAndInterpretStatusByte
Called in the parent process only. Reads the result code of the death test child process via a pipe, interprets it to set the outcome_ member, and clo
test/gtest/gmock-gtest-all.cc:8693
FunctionReadProcFileField
test/gtest/gmock-gtest-all.cc:10433
MethodRecordProperty
test/gtest/gmock-gtest-all.cc:1435
FunctionRef
test/gtest/gmock/gmock.h:6966
MethodRefMatcher
RefMatcher() takes a T& instead of const T&, as we want the compiler to catch using Ref(const_value) as a matcher for a non-const reference.
test/gtest/gmock/gmock.h:3686
MethodReferenceOrValueWrapper
Constructs a wrapper from the given value/reference.
test/gtest/gmock/gmock.h:9537
MethodReferenceOrValueWrapper
test/gtest/gmock/gmock.h:9566
MethodRegister
'index' is the index of the test in the type list 'Types' specified in INSTANTIATE_TYPED_TEST_SUITE_P(Prefix, TestSuite, Types). Valid values for 'in
test/gtest/gtest/gtest.h:4096
MethodRegister
test/gtest/gtest/gtest.h:4135
MethodRegister
test/gtest/gtest/gtest.h:4156
MethodRegister
test/gtest/gtest/gtest.h:4193
MethodRegisterParameterizedTests
This method expands all parameterized tests registered with macros TEST_P and INSTANTIATE_TEST_SUITE_P into regular tests and registers those. This wi
test/gtest/gmock-gtest-all.cc:4312
MethodRegisterTests
test/gtest/gtest/gtest.h:8680
FunctionRegisterTypedTestCase_P_IsDeprecated
test/gtest/gtest/gtest.h:4690
MethodReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
test/gtest/gtest/gtest.h:3683
MethodRelease
test/gtest/gmock-gtest-all.cc:5294
MethodRemoveInvalidXmlCharacters
Returns the given string with all characters invalid in XML removed. Currently invalid characters are dropped from the string. An alternative is to re
test/gtest/gmock-gtest-all.cc:5545
FunctionReseed
test/gtest/gtest/gtest.h:4254
FunctionResultOf
test/gtest/gmock/gmock.h:7148
MethodResultOfMatcher
test/gtest/gmock/gmock.h:5032
MethodReturnAction
Constructs a ReturnAction object from the value to be returned. 'value' is passed by value instead of by const reference in order to allow Return("str
test/gtest/gmock/gmock.h:1558
FunctionReturnArg
test/gtest/gmock/gmock.h:2322
FunctionReturnNew
test/gtest/gmock/gmock.h:2315
FunctionReturnNull
Creates an action that returns NULL.
test/gtest/gmock/gmock.h:2165
FunctionReturnPointee
test/gtest/gmock/gmock.h:2368
FunctionReturnRef
test/gtest/gmock/gmock.h:2176
MethodReturnRefAction
Constructs a ReturnRefAction object from the reference to be returned.
test/gtest/gmock/gmock.h:1668
FunctionReturnRefOfCopy
test/gtest/gmock/gmock.h:2188
MethodReturnRefOfCopyAction
Constructs a ReturnRefOfCopyAction object from the reference to be returned.
test/gtest/gmock/gmock.h:1710
FunctionReturnRoundRobin
test/gtest/gmock/gmock.h:2205
MethodReturnRoundRobinAction
test/gtest/gmock/gmock.h:1750
MethodReturnSentinel
test/gtest/gtest/gtest.h:7088
FunctionRmDir
test/gtest/gtest/gtest.h:2263
MethodRun
test/gtest/gtest/gtest.h:1775
MethodRun
For each member of tuple 't', taken in order, evaluates '*out++ = f(t)'. Returns the final value of 'out' in case the caller needs it.
test/gtest/gmock/gmock.h:3578
MethodRunAllTests
Runs all tests in this UnitTest object, prints the result, and returns true if all tests are successful. If any exception is thrown during a test, th
test/gtest/gmock-gtest-all.cc:7237
FunctionRunSetUpTestSuite
Runs SetUpTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from SetUpTestSuite().
test/gtest/gtest/gtest.h:10866
FunctionRunTearDownTestSuite
Runs TearDownTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from TearDownTestSuite().
test/gtest/gtest/gtest.h:10874
MethodRunnableImpl
test/gtest/gtest/gtest.h:1770
FunctionSafeMatcherCast
test/gtest/gmock/gmock.h:3384
FunctionSaveArg
test/gtest/gmock/gmock.h:2329
FunctionSaveArgPointee
test/gtest/gmock/gmock.h:2336
MethodScopedFakeTestPartResultReporter
The c'tor sets this object as the test part result reporter used by Google Test. The 'result' parameter specifies where to report the results. Interc
test/gtest/gmock-gtest-all.cc:2281
MethodScopedPrematureExitFile
test/gtest/gmock-gtest-all.cc:6498
FunctionScopedTrace
Optimize for some known types.
test/gtest/gtest/gtest.h:12148
MethodSend
Sends a string to the socket.
test/gtest/gmock-gtest-all.cc:1485
MethodSendLn
Sends a string and a newline to the socket.
test/gtest/gmock-gtest-all.cc:1468
MethodSendLn
Sends the given message and a newline to the socket.
test/gtest/gmock-gtest-all.cc:1589
FunctionSetArgPointee
test/gtest/gmock/gmock.h:2226
FunctionSetArgReferee
test/gtest/gmock/gmock.h:2343
FunctionSetArgumentPointee
test/gtest/gmock/gmock.h:2232
FunctionSetArrayArgument
test/gtest/gmock/gmock.h:2354
FunctionSetEdge
test/gtest/gmock/gmock.h:6203
FunctionSetErrnoAndReturn
test/gtest/gmock/gmock.h:2246
MethodSetErrnoAndReturnAction
test/gtest/gmock/gmock.h:1808
FunctionSetInjectableArgvs
test/gtest/gmock-gtest-all.cc:11579
MethodSetParam
Sets parameter value. The caller is responsible for making sure the value remains alive and unchanged throughout the current test.
test/gtest/gtest/gtest.h:11767
MethodSetUp
Override this to define how to set up the environment.
test/gtest/gtest/gtest.h:10972
FunctionSetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
test/gtest/gmock-gtest-all.cc:7225
FunctionSetUpTestCase
test/gtest/gtest/gtest.h:10345
FunctionSetUpTestSuite
Sets up the stuff shared by all tests in this test suite. Google Test will call Foo::SetUpTestSuite() before running the first test in test suite Foo
test/gtest/gtest/gtest.h:10331
FunctionSetup
test/gtest/gtest/gtest.h:10426
MethodSetup
test/gtest/gtest/gtest.h:10980
MethodSharedPayload
test/gtest/gtest/gtest.h:6329
FunctionShouldRunTest
Returns true if the given test should run.
test/gtest/gtest/gtest.h:10912
FunctionShouldRunTestSuite
Returns true if and only if test_suite contains at least one test that should run.
test/gtest/gmock-gtest-all.cc:1885
MethodShowWideCString
Converts a wide C string to an std::string using the UTF-8 encoding. NULL will be converted to "(null)".
test/gtest/gmock-gtest-all.cc:3513
MethodShuffleTests
Shuffles the tests in this test suite.
test/gtest/gmock-gtest-all.cc:4567
MethodSignAndMagnitudeToBiased
Converts an integer from the sign-and-magnitude representation to the biased representation. More precisely, let N be 2 to the power of (kBitCount -
test/gtest/gtest/gtest.h:3755
MethodSingleFailureChecker
The constructor of SingleFailureChecker remembers where to look up test part results, what type of failure we expect, and what substring the failure m
test/gtest/gmock-gtest-all.cc:2388
FunctionSizeIs
test/gtest/gmock/gmock.h:7367
MethodSizeIsMatcher
test/gtest/gmock/gmock.h:5094
FunctionSleepMilliseconds
test/gtest/gmock-gtest-all.cc:10611
MethodSocketWriter
test/gtest/gmock-gtest-all.cc:1474
MethodSomeOfArrayMatcher
test/gtest/gmock/gmock.h:4283
MethodSpecifyCardinality
Explicitly specifies the cardinality of this expectation. Used by the subclasses to implement the .Times() clause.
test/gtest/gmock-gtest-all.cc:13418
MethodStart
Called at the start of streaming to notify the receiver what protocol we are using.
test/gtest/gmock-gtest-all.cc:1593
MethodStartWatcherThreadFor
test/gtest/gmock-gtest-all.cc:10965
MethodStartsWithMatcher
test/gtest/gmock/gmock.h:3892
FunctionStaticAssertTypeEq
test/gtest/gtest/gtest.h:12220
FunctionStrCaseEq
test/gtest/gmock/gmock.h:7174
FunctionStrCaseNe
test/gtest/gmock/gmock.h:7182
FunctionStrEq
test/gtest/gmock/gmock.h:7158
MethodStrEqualityMatcher
test/gtest/gmock/gmock.h:3768
← previousnext →1,801–1,900 of 3,200, ranked by callers