Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ functions
Functions
3,200 in github.com/fmtlib/fmt
⨍
Functions
3,200
◇
Types & classes
1,093
Method
PrintValue
test/gtest/gtest/gtest.h:5292
Method
PrintValue
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
Method
PrintValue
test/gtest/gtest/gtest.h:5316
Method
PrintValue
test/gtest/gtest/gtest.h:5331
Method
PrintValue
test/gtest/gtest/gtest.h:5342
Method
PrintXmlTestSuite
Prints an XML representation of a TestSuite object
test/gtest/gmock-gtest-all.cc:5782
Method
PrintXmlUnitTest
Prints an XML summary of unit_test to output stream out.
test/gtest/gmock-gtest-all.cc:5816
Function
Produce
test/gtest/gmock/gmock.h:1265
Function
Property
test/gtest/gmock/gmock.h:7086
Method
PropertyMatcher
test/gtest/gmock/gmock.h:4939
Method
PushTrace
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
Method
QuantifierMatcherImpl
test/gtest/gmock/gmock.h:5497
Function
Random
test/gtest/gtest/gtest.h:4252
Method
Randomize
test/gtest/gmock-gtest-all.cc:13118
Function
Range
test/gtest/gtest/gtest.h:8950
Method
RangeGenerator
test/gtest/gtest/gtest.h:8165
Method
ReadAndInterpretStatusByte
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
Function
ReadProcFileField
test/gtest/gmock-gtest-all.cc:10433
Method
RecordProperty
test/gtest/gmock-gtest-all.cc:1435
Function
Ref
test/gtest/gmock/gmock.h:6966
Method
RefMatcher
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
Method
ReferenceOrValueWrapper
Constructs a wrapper from the given value/reference.
test/gtest/gmock/gmock.h:9537
Method
ReferenceOrValueWrapper
test/gtest/gmock/gmock.h:9566
Method
Register
'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
Method
Register
test/gtest/gtest/gtest.h:4135
Method
Register
test/gtest/gtest/gtest.h:4156
Method
Register
test/gtest/gtest/gtest.h:4193
Method
RegisterParameterizedTests
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
Method
RegisterTests
test/gtest/gtest/gtest.h:8680
Function
RegisterTypedTestCase_P_IsDeprecated
test/gtest/gtest/gtest.h:4690
Method
ReinterpretBits
Reinterprets a bit pattern as a floating-point number. This function is needed to test the AlmostEquals() method.
test/gtest/gtest/gtest.h:3683
Method
Release
test/gtest/gmock-gtest-all.cc:5294
Method
RemoveInvalidXmlCharacters
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
Function
Reseed
test/gtest/gtest/gtest.h:4254
Function
ResultOf
test/gtest/gmock/gmock.h:7148
Method
ResultOfMatcher
test/gtest/gmock/gmock.h:5032
Method
ReturnAction
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
Function
ReturnArg
test/gtest/gmock/gmock.h:2322
Function
ReturnNew
test/gtest/gmock/gmock.h:2315
Function
ReturnNull
Creates an action that returns NULL.
test/gtest/gmock/gmock.h:2165
Function
ReturnPointee
test/gtest/gmock/gmock.h:2368
Function
ReturnRef
test/gtest/gmock/gmock.h:2176
Method
ReturnRefAction
Constructs a ReturnRefAction object from the reference to be returned.
test/gtest/gmock/gmock.h:1668
Function
ReturnRefOfCopy
test/gtest/gmock/gmock.h:2188
Method
ReturnRefOfCopyAction
Constructs a ReturnRefOfCopyAction object from the reference to be returned.
test/gtest/gmock/gmock.h:1710
Function
ReturnRoundRobin
test/gtest/gmock/gmock.h:2205
Method
ReturnRoundRobinAction
test/gtest/gmock/gmock.h:1750
Method
ReturnSentinel
test/gtest/gtest/gtest.h:7088
Function
RmDir
test/gtest/gtest/gtest.h:2263
Method
Run
test/gtest/gtest/gtest.h:1775
Method
Run
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
Method
RunAllTests
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
Function
RunSetUpTestSuite
Runs SetUpTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from SetUpTestSuite().
test/gtest/gtest/gtest.h:10866
Function
RunTearDownTestSuite
Runs TearDownTestSuite() for this TestSuite. This wrapper is needed for catching exceptions thrown from TearDownTestSuite().
test/gtest/gtest/gtest.h:10874
Method
RunnableImpl
test/gtest/gtest/gtest.h:1770
Function
SafeMatcherCast
test/gtest/gmock/gmock.h:3384
Function
SaveArg
test/gtest/gmock/gmock.h:2329
Function
SaveArgPointee
test/gtest/gmock/gmock.h:2336
Method
ScopedFakeTestPartResultReporter
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
Method
ScopedPrematureExitFile
test/gtest/gmock-gtest-all.cc:6498
Function
ScopedTrace
Optimize for some known types.
test/gtest/gtest/gtest.h:12148
Method
Send
Sends a string to the socket.
test/gtest/gmock-gtest-all.cc:1485
Method
SendLn
Sends a string and a newline to the socket.
test/gtest/gmock-gtest-all.cc:1468
Method
SendLn
Sends the given message and a newline to the socket.
test/gtest/gmock-gtest-all.cc:1589
Function
SetArgPointee
test/gtest/gmock/gmock.h:2226
Function
SetArgReferee
test/gtest/gmock/gmock.h:2343
Function
SetArgumentPointee
test/gtest/gmock/gmock.h:2232
Function
SetArrayArgument
test/gtest/gmock/gmock.h:2354
Function
SetEdge
test/gtest/gmock/gmock.h:6203
Function
SetErrnoAndReturn
test/gtest/gmock/gmock.h:2246
Method
SetErrnoAndReturnAction
test/gtest/gmock/gmock.h:1808
Function
SetInjectableArgvs
test/gtest/gmock-gtest-all.cc:11579
Method
SetParam
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
Method
SetUp
Override this to define how to set up the environment.
test/gtest/gtest/gtest.h:10972
Function
SetUpEnvironment
Helpers for setting up / tearing down the given environment. They are for use in the ForEach() function.
test/gtest/gmock-gtest-all.cc:7225
Function
SetUpTestCase
test/gtest/gtest/gtest.h:10345
Function
SetUpTestSuite
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
Function
Setup
test/gtest/gtest/gtest.h:10426
Method
Setup
test/gtest/gtest/gtest.h:10980
Method
SharedPayload
test/gtest/gtest/gtest.h:6329
Function
ShouldRunTest
Returns true if the given test should run.
test/gtest/gtest/gtest.h:10912
Function
ShouldRunTestSuite
Returns true if and only if test_suite contains at least one test that should run.
test/gtest/gmock-gtest-all.cc:1885
Method
ShowWideCString
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
Method
ShuffleTests
Shuffles the tests in this test suite.
test/gtest/gmock-gtest-all.cc:4567
Method
SignAndMagnitudeToBiased
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
Method
SingleFailureChecker
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
Function
SizeIs
test/gtest/gmock/gmock.h:7367
Method
SizeIsMatcher
test/gtest/gmock/gmock.h:5094
Function
SleepMilliseconds
test/gtest/gmock-gtest-all.cc:10611
Method
SocketWriter
test/gtest/gmock-gtest-all.cc:1474
Method
SomeOfArrayMatcher
test/gtest/gmock/gmock.h:4283
Method
SpecifyCardinality
Explicitly specifies the cardinality of this expectation. Used by the subclasses to implement the .Times() clause.
test/gtest/gmock-gtest-all.cc:13418
Method
Start
Called at the start of streaming to notify the receiver what protocol we are using.
test/gtest/gmock-gtest-all.cc:1593
Method
StartWatcherThreadFor
test/gtest/gmock-gtest-all.cc:10965
Method
StartsWithMatcher
test/gtest/gmock/gmock.h:3892
Function
StaticAssertTypeEq
test/gtest/gtest/gtest.h:12220
Function
StrCaseEq
test/gtest/gmock/gmock.h:7174
Function
StrCaseNe
test/gtest/gmock/gmock.h:7182
Function
StrEq
test/gtest/gmock/gmock.h:7158
Method
StrEqualityMatcher
test/gtest/gmock/gmock.h:3768
← previous
next →
1,801–1,900 of 3,200, ranked by callers