Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0vercl0k/wtf
/ functions
Functions
6,937 in github.com/0vercl0k/wtf
⨍
Functions
6,937
◇
Types & classes
2,077
↓ 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
src/libs/fmt/test/gtest/gmock-gtest-all.cc:3421
↓ 1 callers
Method
Compute
Returns the edges of a maximal match, each in the form {left, right}.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12989
↓ 1 callers
Function
ConditionalPrintAsText
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12223
↓ 1 callers
Method
ConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12583
↓ 1 callers
Method
ConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
src/libs/fmt/test/gtest/gmock/gmock.h:2671
↓ 1 callers
Method
ConservativeUpperBound
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12584
↓ 1 callers
Method
ConservativeUpperBound
src/libs/fmt/test/gtest/gmock/gmock.h:2672
↓ 1 callers
Function
ContainsUnprintableControlCodes
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12167
↓ 1 callers
Function
CopyArray
src/libs/fmt/test/gtest/gtest/gtest.h:4438
↓ 1 callers
Function
CountDecimalDigit32
src/libs/yas/include/yas/detail/tools/rapidjson_dtoa.hpp:313
↓ 1 callers
Function
CreateCodePointFromUtf16SurrogatePair
Creates a Unicode code point from UTF16 surrogate pair.
src/libs/fmt/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
src/libs/fmt/test/gtest/gmock-gtest-all.cc:10173
↓ 1 callers
Function
CreateDispositionToIob
src/wtf/fshooks.cc:91
↓ 1 callers
Function
CreateDispositionToStr
src/wtf/fshooks.cc:80
↓ 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
src/libs/fmt/test/gtest/gmock-gtest-all.cc:10190
↓ 1 callers
Method
CreateTestFactory
src/libs/fmt/test/gtest/gtest/gtest.h:8393
↓ 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
src/libs/fmt/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
src/libs/fmt/test/gtest/gmock-gtest-all.cc:8472
↓ 1 callers
Function
DeleteThreadLocalValue
src/libs/fmt/test/gtest/gtest/gtest.h:2000
↓ 1 callers
Function
DescribeTo
Describes self to an ostream
src/libs/fmt/test/gtest/gmock/gmock.h:2724
↓ 1 callers
Function
Dial
src/wtf/socket.cc:274
↓ 1 callers
Function
DigitGen
src/libs/yas/include/yas/detail/tools/rapidjson_dtoa.hpp:329
↓ 1 callers
Method
DisconnectClient
src/wtf/server.h:142
↓ 1 callers
Function
DisplayHeader
src/libs/kdmp-parser/src/lib/kdmp-parser-structs.h:57
↓ 1 callers
Method
DisplayRegisteredTargets
src/wtf/targets.cc:33
↓ 1 callers
Function
DoAll
src/libs/fmt/test/gtest/gmock/gmock.h:2120
↓ 1 callers
Function
DoDefault
Creates an action that does the default action for the give mock function.
src/libs/fmt/test/gtest/gmock/gmock.h:2219
↓ 1 callers
Function
DoIsATTY
src/libs/fmt/test/gtest/gtest/gtest.h:2239
↓ 1 callers
Method
EnableSingleStep
src/wtf/backend.cc:16
↓ 1 callers
Method
End
src/libs/fmt/test/gtest/gtest/gtest.h:8172
↓ 1 callers
Function
Eq
Creates a polymorphic matcher that matches a 2-tuple where the first field == the second field.
src/libs/fmt/test/gtest/gmock/gmock.h:7269
↓ 1 callers
Method
Equals
src/libs/fmt/test/gtest/gtest/gtest.h:8195
↓ 1 callers
Method
ExceptionHook
src/wtf/bochscpu_backend.cc:630
↓ 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
src/libs/fmt/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
src/libs/fmt/test/gtest/gmock-gtest-all.cc:9536
↓ 1 callers
Function
ExitReasonToStr
src/wtf/whv_backend.cc:61
↓ 1 callers
Function
ExitSummary
Generates a textual description of a given exit code, in the format specified by wait(2).
src/libs/fmt/test/gtest/gmock-gtest-all.cc:8437
↓ 1 callers
Function
ExitedWithCode
src/libs/fmt/test/gtest/gtest/gtest.h:7452
↓ 1 callers
Function
ExplainMatchFailureTupleTo
src/libs/fmt/test/gtest/gmock/gmock.h:3558
↓ 1 callers
Method
ExplainMatchResultTo
Explains why x matches, or doesn't match, the matcher.
src/libs/fmt/test/gtest/gtest/gtest.h:6379
↓ 1 callers
Function
FDOpen
src/libs/fmt/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
src/libs/fmt/test/gtest/gmock-gtest-all.cc:8578
↓ 1 callers
Function
FileNo
src/libs/fmt/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.
src/libs/fmt/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 =
src/libs/fmt/test/gtest/gmock/gmock.h:9714
↓ 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
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4032
↓ 1 callers
Function
FormatWordList
src/libs/fmt/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
src/libs/fmt/test/gtest/gtest/gtest.h:1161
↓ 1 callers
Function
FuzzSubcommand
src/wtf/subcommands.cc:94
↓ 1 callers
Function
GMOCK_DEFINE_DEFAULT_ACTION_FOR_RETURN_TYPE_
src/libs/fmt/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.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:1839
↓ 1 callers
Method
Get
src/wtf/targets.cc:24
↓ 1 callers
Function
GetAnsiColorCode
Returns the ANSI color code for the given color. GTestColor::kDefault is an invalid input.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4709
↓ 1 callers
Method
GetArg4AndAddress
src/wtf/backend.cc:229
↓ 1 callers
Method
GetArg8AndAddress
src/wtf/backend.cc:225
↓ 1 callers
Function
GetCachedPower
src/libs/yas/include/yas/detail/tools/rapidjson_dtoa.hpp:289
↓ 1 callers
Function
GetCachedPowerByIndex
src/libs/yas/include/yas/detail/tools/rapidjson_dtoa.hpp:227
↓ 1 callers
Function
GetCapturedStderr
Stops capturing stderr and returns the captured string.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11531
↓ 1 callers
Method
GetCapturedString
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11462
↓ 1 callers
Function
GetColorAttribute
Returns the character attribute for the given color.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4662
↓ 1 callers
Function
GetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
src/libs/fmt/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
src/libs/fmt/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.
src/libs/fmt/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.
src/libs/fmt/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
src/libs/fmt/test/gtest/gtest/gtest.h:6387
↓ 1 callers
Method
GetDirectoryTableBase
src/libs/kdmp-parser/src/lib/kdmp-parser.h:297
↓ 1 callers
Method
GetHandle
Returns an Expectation object that references and co-owns this expectation.
src/libs/fmt/test/gtest/gmock/gmock.h:9309
↓ 1 callers
Method
GetHandleOf
Returns an Expectation object that references and co-owns exp, which must be an expectation on this mock function.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:13820
↓ 1 callers
Method
GetHvaFromDump
src/wtf/ram.h:299
↓ 1 callers
Function
GetNewColor
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4685
↓ 1 callers
Method
GetNewTestcase
src/wtf/mutator.cc:21
↓ 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
src/libs/fmt/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.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:521
↓ 1 callers
Function
GetReservedAttributesForElement
src/libs/fmt/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
src/libs/fmt/test/gtest/gmock-gtest-all.cc:9752
↓ 1 callers
Method
GetTestSuiteTypeId
Test suite id to verify identity.
src/libs/fmt/test/gtest/gtest/gtest.h:8470
↓ 1 callers
Function
GetThreadCount
Returns the number of active threads, or 0 when there is an error.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:10446
↓ 1 callers
Method
GetToName
src/libs/fmt/test/gtest/gmock/gmock.h:4821
↓ 1 callers
Method
GetUseCount
src/libs/libfuzzer/FuzzerMutate.h:168
↓ 1 callers
Function
Grisu2
src/libs/yas/include/yas/detail/tools/rapidjson_dtoa.hpp:381
↓ 1 callers
Method
Has
src/wtf/handle_table.h:121
↓ 1 callers
Function
HasEdge
src/libs/fmt/test/gtest/gmock/gmock.h:6199
↓ 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
src/libs/fmt/test/gtest/gmock-gtest-all.cc:7846
↓ 1 callers
Method
HasPositionHint
src/libs/libfuzzer/FuzzerMutate.h:161
↓ 1 callers
Function
IllegalDoDefault
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12850
↓ 1 callers
Method
IncSuccessCount
src/libs/libfuzzer/FuzzerMutate.h:167
↓ 1 callers
Method
IncUseCount
src/libs/libfuzzer/FuzzerMutate.h:166
↓ 1 callers
Function
InitDeathTestSubprocessControlInfo
src/libs/fmt/test/gtest/gmock-gtest-all.cc:1178
↓ 1 callers
Method
Initialize
src/wtf/whv_backend.cc:101
↓ 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.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:1960
↓ 1 callers
Method
InterruptHook
src/wtf/bochscpu_backend.cc:604
↓ 1 callers
Method
Invoke
src/libs/fmt/test/gtest/gmock/gmock.h:5005
↓ 1 callers
Function
IsATTY
src/libs/fmt/test/gtest/gtest/gtest.h:2301
↓ 1 callers
Method
IsAbsolutePath
Returns true if pathname describes an absolute path.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:10130
↓ 1 callers
Function
IsAlNum
src/libs/fmt/test/gtest/gtest/gtest.h:2174
↓ 1 callers
Function
IsAlpha
src/libs/fmt/test/gtest/gtest/gtest.h:2171
↓ 1 callers
Function
IsDir
src/libs/fmt/test/gtest/gtest/gtest.h:2264
↓ 1 callers
Function
IsLower
src/libs/fmt/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.
src/libs/fmt/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.
src/libs/fmt/test/gtest/gmock/gmock.h:3438
← previous
next →
1,901–2,000 of 6,937, ranked by callers