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
↓ 2 callers
Function
write_console
include/fmt/format-inl.h:1721
↓ 2 callers
Function
write_demangled_name
include/fmt/std.h:221
↓ 2 callers
Function
write_encoded_tm_str
include/fmt/chrono.h:337
↓ 2 callers
Function
write_escaped_char
include/fmt/format.h:1866
↓ 2 callers
Function
write_escaped_cp
include/fmt/format.h:1813
↓ 2 callers
Function
write_floating_seconds
include/fmt/chrono.h:1018
↓ 2 callers
Function
write_int
include/fmt/format.h:1963
↓ 1 callers
Method
Abort
Signals that the death test code which should have exited, didn't. Should be called only in a death test child process. Writes a status byte to the ch
test/gtest/gmock-gtest-all.cc:8742
↓ 1 callers
Method
AddEnvironment
Registers and returns a global test environment. When a test program is run, all global test environments will be set-up in the order they were regis
test/gtest/gmock-gtest-all.cc:6759
↓ 1 callers
Function
AppendUserMessage
Appends the user-supplied message to the Google-Test-generated message.
test/gtest/gmock-gtest-all.cc:3674
↓ 1 callers
Method
Apply
test/gtest/gmock/gmock.h:2432
↓ 1 callers
Function
AssertSpecProperty
Asserts that the EXPECT_CALL() statement has the given property.
test/gtest/gmock/gmock.h:8975
↓ 1 callers
Method
AtEnd
test/gtest/gtest/gtest.h:8866
↓ 1 callers
Method
Begin
test/gtest/gtest/gtest.h:8170
↓ 1 callers
Function
CalculateOptimalEdits
test/gtest/gmock-gtest-all.cc:2718
↓ 1 callers
Method
Call
Implementation detail: the expansion of the MOCK_METHOD macro.
test/gtest/gmock/gmock.h:10029
↓ 1 callers
Function
CanonicalizeForStdLibVersioning
Canonicalizes a given name with respect to the Standard C++ Library. This handles removing the inline namespace within `std` that is used by various s
test/gtest/gtest/gtest.h:3318
↓ 1 callers
Function
CaseInsensitiveStringEquals
test/gtest/gmock/gmock.h:3742
↓ 1 callers
Method
CheckForInstantiations
test/gtest/gmock-gtest-all.cc:2032
↓ 1 callers
Method
Clear
Unsets the default value for type T&.
test/gtest/gmock/gmock.h:1286
↓ 1 callers
Function
ClearNonAdHocTestResult
Clears the results of all tests, except the ad hoc tests.
test/gtest/gmock-gtest-all.cc:1130
↓ 1 callers
Method
ClearResult
Clears the results of all tests in this test suite.
test/gtest/gmock-gtest-all.cc:4561
↓ 1 callers
Method
ClearTestPartResults
Clears the test part results.
test/gtest/gmock-gtest-all.cc:3718
↓ 1 callers
Method
CloseConnection
Closes the socket.
test/gtest/gmock-gtest-all.cc:1502
↓ 1 callers
Function
CmpHelperEQFailure
test/gtest/gtest/gtest.h:11426
↓ 1 callers
Function
CmpHelperSTRCASEEQ
The helper function for {ASSERT|EXPECT}_STRCASEEQ.
test/gtest/gmock-gtest-all.cc:3167
↓ 1 callers
Function
CmpHelperSTRCASENE
The helper function for {ASSERT|EXPECT}_STRCASENE.
test/gtest/gmock-gtest-all.cc:3197
↓ 1 callers
Function
CodePointToUtf8
Converts a Unicode code point to a narrow string in UTF-8 encoding. code_point parameter is of type uint32_t because wchar_t may not be wide enough to
test/gtest/gmock-gtest-all.cc:3421
↓ 1 callers
Method
Compute
Returns the edges of a maximal match, each in the form {left, right}.
test/gtest/gmock-gtest-all.cc:12989
↓ 1 callers
Function
ConditionalPrintAsText
test/gtest/gmock-gtest-all.cc:12223
↓ 1 callers
Method
ConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
test/gtest/gmock-gtest-all.cc:12583
↓ 1 callers
Method
ConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
test/gtest/gmock/gmock.h:2671
↓ 1 callers
Method
ConservativeUpperBound
test/gtest/gmock-gtest-all.cc:12584
↓ 1 callers
Method
ConservativeUpperBound
test/gtest/gmock/gmock.h:2672
↓ 1 callers
Function
ContainsUnprintableControlCodes
test/gtest/gmock-gtest-all.cc:12167
↓ 1 callers
Function
CopyArray
test/gtest/gtest/gtest.h:4438
↓ 1 callers
Function
CreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
test/gtest/gmock-gtest-all.cc:3462
↓ 1 callers
Method
CreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
test/gtest/gmock-gtest-all.cc:10173
↓ 1 callers
Method
CreateFolder
Create the directory so that path exists. Returns true if successful or if the directory already exists; returns false if unable to create the directo
test/gtest/gmock-gtest-all.cc:10190
↓ 1 callers
Method
CreateTestFactory
test/gtest/gtest/gtest.h:8394
↓ 1 callers
Function
CreateUnifiedDiff
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
test/gtest/gmock-gtest-all.cc:2893
↓ 1 callers
Function
DeathTestThreadWarning
Generates a textual failure message when a death test finds more than one thread running, or cannot determine the number of threads, prior to executin
test/gtest/gmock-gtest-all.cc:8472
↓ 1 callers
Function
DeleteThreadLocalValue
test/gtest/gtest/gtest.h:2000
↓ 1 callers
Function
DescribeTo
Describes self to an ostream
test/gtest/gmock/gmock.h:2724
↓ 1 callers
Function
DoDefault
Creates an action that does the default action for the give mock function.
test/gtest/gmock/gmock.h:2219
↓ 1 callers
Function
DoIsATTY
test/gtest/gtest/gtest.h:2239
↓ 1 callers
Method
End
test/gtest/gtest/gtest.h:8173
↓ 1 callers
Function
Eq
Creates a polymorphic matcher that matches a 2-tuple where the first field == the second field.
test/gtest/gmock/gmock.h:7270
↓ 1 callers
Method
Equals
test/gtest/gtest/gtest.h:8196
↓ 1 callers
Function
ExecDeathTestChildMain
GTEST_OS_QNX The main function for a threadsafe-style death test child process. This function is called in a clone()-ed process and thus must avoid an
test/gtest/gmock-gtest-all.cc:9464
↓ 1 callers
Function
ExecDeathTestSpawnChild
Spawns a child process with the same executable as the current process in a thread-safe manner and instructs it to run the death test. The implementa
test/gtest/gmock-gtest-all.cc:9536
↓ 1 callers
Function
ExitSummary
Generates a textual description of a given exit code, in the format specified by wait(2).
test/gtest/gmock-gtest-all.cc:8437
↓ 1 callers
Function
ExitedWithCode
test/gtest/gtest/gtest.h:7453
↓ 1 callers
Function
ExplainMatchFailureTupleTo
test/gtest/gmock/gmock.h:3559
↓ 1 callers
Method
ExplainMatchResultTo
Explains why x matches, or doesn't match, the matcher.
test/gtest/gtest/gtest.h:6379
↓ 1 callers
Function
FDOpen
test/gtest/gtest/gtest.h:2339
↓ 1 callers
Function
FailFromInternalError
This is called from a death test parent process to read a failure message from the death test child process and log it with the FATAL severity. On Win
test/gtest/gmock-gtest-all.cc:8578
↓ 1 callers
Function
FileNo
test/gtest/gtest/gtest.h:2257
↓ 1 callers
Method
FileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
test/gtest/gmock-gtest-all.cc:10077
↓ 1 callers
Method
FindOnCallSpec
Returns the ON_CALL spec that matches this mock function with the given arguments; returns NULL if no matching ON_CALL is found. L =
test/gtest/gmock/gmock.h:9715
↓ 1 callers
Function
FormatSehExceptionMessage
Adds an "exception thrown" fatal failure to the current test. This function returns its result via an output parameter pointer because VC++ prohibits
test/gtest/gmock-gtest-all.cc:4032
↓ 1 callers
Function
FormatWordList
test/gtest/gmock-gtest-all.cc:3812
↓ 1 callers
Function
FullMatch
FullMatch(str, re) returns true if and only if regular expression re matches the entire str. PartialMatch(str, re) returns true if and only if regular
test/gtest/gtest/gtest.h:1161
↓ 1 callers
Function
GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_
test/gtest/gmock/gmock.h:1170
↓ 1 callers
Method
Generate
Generates a random number from [0, range), using a Linear Congruential Generator (LCG). Crashes if 'range' is 0 or greater than kMaxRange.
test/gtest/gmock-gtest-all.cc:1839
↓ 1 callers
Function
GetAnsiColorCode
Returns the ANSI color code for the given color. GTestColor::kDefault is an invalid input.
test/gtest/gmock-gtest-all.cc:4709
↓ 1 callers
Function
GetCapturedStderr
Stops capturing stderr and returns the captured string.
test/gtest/gmock-gtest-all.cc:11531
↓ 1 callers
Method
GetCapturedString
test/gtest/gmock-gtest-all.cc:11462
↓ 1 callers
Function
GetColorAttribute
Returns the character attribute for the given color.
test/gtest/gmock-gtest-all.cc:4662
↓ 1 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
test/gtest/gmock-gtest-all.cc:2084
↓ 1 callers
Function
GetCurrentOsStackTraceExceptTop
Returns the current OS stack trace as an std::string. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth f
test/gtest/gmock-gtest-all.cc:7716
↓ 1 callers
Function
GetDefaultFailFast
Bazel passes in the argument to '--test_runner_fail_fast' via the TESTBRIDGE_TEST_RUNNER_FAIL_FAST environment variable.
test/gtest/gmock-gtest-all.cc:1701
↓ 1 callers
Function
GetDefaultFilter
Bazel passes in the argument to '--test_filter' via the TESTBRIDGE_TEST_ONLY environment variable.
test/gtest/gmock-gtest-all.cc:1690
↓ 1 callers
Method
GetDescriber
Returns the describer for this matcher object; retains ownership of the describer, which is only guaranteed to be alive when this matcher object is al
test/gtest/gtest/gtest.h:6387
↓ 1 callers
Method
GetHandle
Returns an Expectation object that references and co-owns this expectation.
test/gtest/gmock/gmock.h:9310
↓ 1 callers
Method
GetHandleOf
Returns an Expectation object that references and co-owns exp, which must be an expectation on this mock function.
test/gtest/gmock-gtest-all.cc:13821
↓ 1 callers
Function
GetNewColor
test/gtest/gmock-gtest-all.cc:4685
↓ 1 callers
Function
GetNextRandomSeed
Returns the first valid random seed after 'seed'. The behavior is undefined if 'seed' is invalid. The seed after kMaxRandomSeed is considered to be
test/gtest/gmock-gtest-all.cc:537
↓ 1 callers
Function
GetRandomSeedFromFlag
Returns a random seed in range [1, kMaxRandomSeed] based on the given --gtest_random_seed flag value.
test/gtest/gmock-gtest-all.cc:521
↓ 1 callers
Function
GetReservedAttributesForElement
test/gtest/gmock-gtest-all.cc:3781
↓ 1 callers
Function
GetStatusFileDescriptor
Recreates the pipe and event handles from the provided parameters, signals the event, and returns a file descriptor wrapped around the pipe handle. Th
test/gtest/gmock-gtest-all.cc:9752
↓ 1 callers
Method
GetTestSuiteTypeId
Test suite id to verify identity.
test/gtest/gtest/gtest.h:8471
↓ 1 callers
Function
GetThreadCount
Returns the number of active threads, or 0 when there is an error.
test/gtest/gmock-gtest-all.cc:10446
↓ 1 callers
Method
GetToName
test/gtest/gmock/gmock.h:4822
↓ 1 callers
Function
HasEdge
test/gtest/gmock/gmock.h:6200
↓ 1 callers
Function
HasGoogleTestFlagPrefix
Determines whether a string has a prefix that Google Test uses for its flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. If Goog
test/gtest/gmock-gtest-all.cc:7846
↓ 1 callers
Function
HasSubstr
test/gtest/gmock/gmock.h:7191
↓ 1 callers
Function
IllegalDoDefault
test/gtest/gmock-gtest-all.cc:12850
↓ 1 callers
Function
InitDeathTestSubprocessControlInfo
test/gtest/gmock-gtest-all.cc:1178
↓ 1 callers
Function
InsertSyntheticTestCase
If this parameterized test suite has no instantiations (and that has not been marked as okay), emit a test case reporting that.
test/gtest/gmock-gtest-all.cc:1960
↓ 1 callers
Method
Invoke
test/gtest/gmock/gmock.h:5006
↓ 1 callers
Function
IsATTY
test/gtest/gtest/gtest.h:2301
↓ 1 callers
Method
IsAbsolutePath
Returns true if pathname describes an absolute path.
test/gtest/gmock-gtest-all.cc:10130
↓ 1 callers
Function
IsAlNum
test/gtest/gtest/gtest.h:2174
↓ 1 callers
Function
IsAlpha
test/gtest/gtest/gtest.h:2171
↓ 1 callers
Function
IsDir
test/gtest/gtest/gtest.h:2264
↓ 1 callers
Function
IsLower
test/gtest/gtest/gtest.h:2180
↓ 1 callers
Function
IsPrintableAscii
Returns true if c is a printable ASCII character. We test the value of c directly instead of calling isprint(), which is buggy on Windows Mobile.
test/gtest/gmock-gtest-all.cc:11877
↓ 1 callers
Function
IsReadableTypeName
Returns true if the given type name is easy to read by a human. This is used to decide whether printing the type of a value might be helpful.
test/gtest/gmock/gmock.h:3439
↓ 1 callers
Function
IsSubstringPred
test/gtest/gmock-gtest-all.cc:3221
← previous
next →
701–800 of 3,200, ranked by callers