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
Format
test/gtest/gtest/gtest.h:5404
Method
FormatBool
test/gtest/gmock-gtest-all.cc:1595
Method
FormatByte
Formats a byte as "%02X".
test/gtest/gmock-gtest-all.cc:3646
Method
FormatHexInt
Formats an int value as "%X".
test/gtest/gmock-gtest-all.cc:3641
Method
FormatHexUInt32
Formats an int value as "%X".
test/gtest/gmock-gtest-all.cc:3634
Method
FormatIntWidth2
Formats an int value as "%02d".
test/gtest/gmock-gtest-all.cc:3622
Method
FormatIntWidthN
Formats an int value to given width with leading zeros.
test/gtest/gmock-gtest-all.cc:3627
Method
FuchsiaDeathTest
test/gtest/gmock-gtest-all.cc:9047
Method
FullMatch
Returns true if and only if regular expression re matches the entire str.
test/gtest/gmock-gtest-all.cc:11052
Method
FunctionMocker
test/gtest/gmock/gmock.h:9685
Function
GTEST_EXCLUSIVE_LOCK_REQUIRED_
test/gtest/gmock-gtest-all.cc:13425
Method
GTEST_EXCLUSIVE_LOCK_REQUIRED_
test/gtest/gmock/gmock.h:9318
Method
GTEST_EXCLUSIVE_LOCK_REQUIRED_
test/gtest/gmock/gmock.h:9785
Method
GTEST_LOCK_EXCLUDED_
test/gtest/gmock/gmock.h:9705
Method
GTestFlagSaver
The c'tor.
test/gtest/gmock-gtest-all.cc:550
Method
GTestLog
test/gtest/gmock-gtest-all.cc:11379
Method
GTestMutexLock
test/gtest/gtest/gtest.h:1685
Method
GTestShouldProcessSEH
Returns EXCEPTION_EXECUTE_HANDLER if Google Test should handle the given SEH exception, or EXCEPTION_CONTINUE_SEARCH otherwise. This function is usefu
test/gtest/gmock-gtest-all.cc:2252
Function
Ge
test/gtest/gtest/gtest.h:7006
Function
Ge
Creates a polymorphic matcher that matches a 2-tuple where the first field >= the second field.
test/gtest/gmock/gmock.h:7274
Method
GeMatcher
test/gtest/gtest/gtest.h:6890
Function
GenerateNames
test/gtest/gtest/gtest.h:4076
Function
GenerateNamesRecursively
test/gtest/gtest/gtest.h:4066
Method
GenerateUniqueFileName
Returns a pathname for a file that does not currently exist. The pathname will be directory/base_name.extension or directory/base_name_<number>.extens
test/gtest/gmock-gtest-all.cc:10151
Method
Get
test/gtest/gmock/gmock.h:1090
Method
Get
test/gtest/gmock/gmock.h:1094
Method
Get
test/gtest/gmock/gmock.h:1119
Method
Get
test/gtest/gmock/gmock.h:1131
Method
Get
test/gtest/gmock/gmock.h:1140
Method
Get
test/gtest/gmock/gmock.h:1315
Method
GetAbsolutePathToOutputFile
Returns the name of the requested output file, or the default if none was explicitly specified.
test/gtest/gmock-gtest-all.cc:2110
Method
GetArgvsForDeathTestChildProcess
test/gtest/gmock-gtest-all.cc:9405
Function
GetBoolAssertionFailureMessage
Constructs a failure message for Boolean assertions such as EXPECT_TRUE.
test/gtest/gmock-gtest-all.cc:3038
Function
GetCapturedStdout
Stops capturing stdout and returns the captured string.
test/gtest/gmock-gtest-all.cc:11526
Method
GetCastTypeDescription
test/gtest/gmock/gmock.h:4827
Method
GetCurrentDir
Returns the current working directory, or "" if unsuccessful.
test/gtest/gmock-gtest-all.cc:9965
Method
GetDescriberImpl
test/gtest/gtest/gtest.h:6480
Method
GetErrorLogs
test/gtest/gmock-gtest-all.cc:8734
Method
GetFileSize
test/posix-mock-test.cc:99
Method
GetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
test/gtest/gmock-gtest-all.cc:6614
Method
GetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
test/gtest/gmock-gtest-all.cc:4471
Method
GetMutableTestSuite
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.
test/gtest/gmock-gtest-all.cc:6739
Method
GetName
test/gtest/gtest/gtest.h:4055
Method
GetOrCreateValue
test/gtest/gtest/gtest.h:1846
Method
GetOutputFormat
Returns the output format, or "" for normal printed output.
test/gtest/gmock-gtest-all.cc:2099
Method
GetSetUpCaseOrSuite
test/gtest/gtest/gtest.h:3899
Method
GetTearDownCaseOrSuite
test/gtest/gtest/gtest.h:3920
Function
GetTestCase
test/gtest/gmock-gtest-all.cc:989
Method
GetTestCase
test/gtest/gmock-gtest-all.cc:6726
Method
GetTestCasePatternHolder
test/gtest/gtest/gtest.h:8688
Method
GetTestSuitePatternHolder
test/gtest/gtest/gtest.h:8652
Method
GetThreadLocalsMapLocked
Returns map of thread local instances.
test/gtest/gmock-gtest-all.cc:11004
Function
GetTypeId
test/gtest/gtest/gtest.h:3813
Method
GetTypeName
test/gtest/gtest/gtest.h:5791
Method
GetTypeName
test/gtest/gmock/gmock.h:6679
Method
GetTypeName
test/gtest/gmock/gmock.h:6740
Method
GetVTable
test/gtest/gtest/gtest.h:6496
Method
GetValueOnCurrentThread
Registers thread_local_instance as having value on the current thread. Returns a value that can be used to identify the thread from other threads.
test/gtest/gmock-gtest-all.cc:10867
Method
GetValueOnCurrentThread
test/gtest/gmock-gtest-all.cc:11022
Method
GoogleTestFailureException
test/gtest/gmock-gtest-all.cc:4064
Function
Gt
test/gtest/gtest/gtest.h:7012
Function
Gt
Creates a polymorphic matcher that matches a 2-tuple where the first field > the second field.
test/gtest/gmock/gmock.h:7278
Method
GtMatcher
test/gtest/gtest/gtest.h:6874
Function
HasFailure
Returns true if and only if the current test has a (either fatal or non-fatal) failure.
test/gtest/gtest/gtest.h:10359
Method
HasFatalFailure
Returns true if and only if the test fatally failed.
test/gtest/gmock-gtest-all.cc:3880
Method
HasMaxAbsError
test/gtest/gmock/gmock.h:4570
Method
HasNewFatalFailureHelper
test/gtest/gmock-gtest-all.cc:12346
Method
HasNonfatalFailure
Returns true if and only if the test has a non-fatal failure.
test/gtest/gmock-gtest-all.cc:3890
Function
HasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
test/gtest/gmock-gtest-all.cc:2349
Method
HasSameFixtureClass
Google Test requires all tests in the same test suite to use the same test fixture class. This function checks if the current test has the same fixtu
test/gtest/gmock-gtest-all.cc:3965
Function
HasStrictnessModifier
test/gtest/gmock/gmock.h:11443
Method
HasSubstrMatcher
test/gtest/gmock/gmock.h:3838
Method
Hunk
test/gtest/gmock-gtest-all.cc:2818
Function
IgnoreResult
test/gtest/gmock/gmock.h:2292
Method
IgnoreResultAction
test/gtest/gmock/gmock.h:1884
Method
IgnoredValue
test/gtest/gtest/gtest.h:3513
Method
Impl
The implicit cast is necessary when Result has more than one single-argument constructor (e.g. Result is std::vector<int>) and R has a type conversion
test/gtest/gmock/gmock.h:1596
Method
Impl
test/gtest/gmock/gmock.h:1621
Method
Impl
test/gtest/gmock/gmock.h:1691
Method
Impl
test/gtest/gmock/gmock.h:1734
Method
Impl
test/gtest/gmock/gmock.h:1911
Method
Impl
test/gtest/gmock/gmock.h:3276
Method
Impl
test/gtest/gmock/gmock.h:3702
Method
Impl
test/gtest/gmock/gmock.h:4488
Method
Impl
test/gtest/gmock/gmock.h:4644
Method
Impl
test/gtest/gmock/gmock.h:4710
Method
Impl
test/gtest/gmock/gmock.h:4769
Method
Impl
test/gtest/gmock/gmock.h:5052
Method
Impl
test/gtest/gmock/gmock.h:5107
Method
Impl
test/gtest/gmock/gmock.h:5159
Method
Impl
test/gtest/gmock/gmock.h:5316
Method
Impl
test/gtest/gmock/gmock.h:5415
Method
Impl
test/gtest/gmock/gmock.h:5715
Method
Impl
test/gtest/gmock/gmock.h:6533
Method
Impl
test/gtest/gmock/gmock.h:6594
Function
ImplicitCast_
test/gtest/gtest/gtest.h:1316
Function
InDeathTestChild
Returns a Boolean value indicating whether the caller is currently executing in the context of the death test child process. Tools such as Valgrind h
test/gtest/gmock-gtest-all.cc:8377
Method
Infinity
Returns the floating-point number that represent positive infinity.
test/gtest/gtest/gtest.h:3690
Method
Init
test/gtest/gmock-gtest-all.cc:2298
Method
Init
test/gtest/gtest/gtest.h:6534
← previous
next →
1,401–1,500 of 3,200, ranked by callers