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
↓ 3 callers
Method
AddTestPartResult
Adds a test part result to the list.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:3723
↓ 3 callers
Method
AlmostEquals
Returns true if and only if this number is at most kMaxUlps ULP's away from rhs. In particular, this function: - returns false if either number is (
src/libs/fmt/test/gtest/gtest/gtest.h:3724
↓ 3 callers
Method
Append
src/libs/fmt/test/gtest/gmock-gtest-all.cc:5290
↓ 3 callers
Method
Argv
src/libs/fmt/test/gtest/gmock-gtest-all.cc:9094
↓ 3 callers
Function
AssertionResult
src/libs/fmt/test/gtest/gtest/gtest.h:9851
↓ 3 callers
Method
BaseGenerator
src/libs/fmt/test/gtest/gtest/gtest.h:8184
↓ 3 callers
Function
BytesToHuman
src/wtf/human.cc:38
↓ 3 callers
Function
CaptureStderr
Starts capturing stderr.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11521
↓ 3 callers
Function
Cardinality
Constructs a Cardinality from its implementation.
src/libs/fmt/test/gtest/gmock/gmock.h:2697
↓ 3 callers
Method
Clone
src/libs/fmt/test/gtest/gtest/gtest.h:8191
↓ 3 callers
Function
CloseSocket
src/wtf/socket.h:36
↓ 3 callers
Function
CmpHelperEQ
src/libs/fmt/test/gtest/gtest/gtest.h:11444
↓ 3 callers
Function
ContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
src/libs/fmt/test/gtest/gtest/gtest.h:6967
↓ 3 callers
Method
DescribeNegationTo
Describes the negation of this matcher to an ostream.
src/libs/fmt/test/gtest/gtest/gtest.h:6373
↓ 3 callers
Method
DescribeTo
Describes this matcher to an ostream.
src/libs/fmt/test/gtest/gtest/gtest.h:6367
↓ 3 callers
Method
Elapsed
Return time elapsed in milliseconds since the timer was created.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2531
↓ 3 callers
Function
First
src/libs/fmt/test/gtest/gmock/gmock.h:5617
↓ 3 callers
Function
FlagToEnvVar
Returns the name of the environment variable corresponding to the given flag. For example, FlagToEnvVar("foo") will return "GTEST_FOO" in the open-so
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11607
↓ 3 callers
Function
FormatCompilerIndependentFileLocation
Formats a file location for compiler-independent XML output. Although this function is not platform dependent, we put it next to FormatFileLocation in
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11369
↓ 3 callers
Function
FormatTestSuiteCount
Formats the count of test suites.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4596
↓ 3 callers
Function
GetFileSize
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11541
↓ 3 callers
Function
GetIgnoredParameterizedTestSuites
src/libs/fmt/test/gtest/gmock-gtest-all.cc:1949
↓ 3 callers
Method
GetPositionHint
src/libs/libfuzzer/FuzzerMutate.h:162
↓ 3 callers
Function
GetPrefixUntilComma
Returns the prefix of 'str' before the first comma in it; returns the entire string if it contains no comma.
src/libs/fmt/test/gtest/gtest/gtest.h:4041
↓ 3 callers
Function
GetReservedOutputAttributesForElement
TODO(jdesprez): Merge the two getReserved attributes once skip is improved
src/libs/fmt/test/gtest/gmock-gtest-all.cc:3797
↓ 3 callers
Method
GetSymbol
src/wtf/debugger.h:52
↓ 3 callers
Function
GetTestSuite
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.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:982
↓ 3 callers
Function
GetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2338
↓ 3 callers
Method
Handler
src/wtf/utils.cc:502
↓ 3 callers
Function
Help
src/libs/kdmp-parser/src/parser/parser.cc:77
↓ 3 callers
Method
Init
src/wtf/debugger.h:35
↓ 3 callers
Function
InitGoogleMockImpl
src/libs/fmt/test/gtest/gmock-gtest-all.cc:14365
↓ 3 callers
Function
InitGoogleTestImpl
src/libs/fmt/test/gtest/gmock-gtest-all.cc:8121
↓ 3 callers
Function
Int32FromGTestEnv
Reads and returns a 32-bit integer stored in the environment variable corresponding to the given flag; if it isn't set or doesn't represent a valid 32
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11678
↓ 3 callers
Function
Invoke
src/libs/fmt/test/gtest/gmock/gmock.h:2261
↓ 3 callers
Function
IsDigit
src/libs/fmt/test/gtest/gtest/gtest.h:2177
↓ 3 callers
Method
IsSatisfiedByCallCount
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12586
↓ 3 callers
Method
IsSaturatedByCallCount
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12590
↓ 3 callers
Function
LhsSize
src/libs/fmt/test/gtest/gmock/gmock.h:6197
↓ 3 callers
Method
Lock
src/libs/fmt/test/gtest/gtest/gtest.h:2115
↓ 3 callers
Function
MakeAndRegisterTestInfo
Creates a new TestInfo object and registers it with Google Test; returns the created object. Arguments: test_suite_name: name of the test suite nam
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4247
↓ 3 callers
Function
MatchRegexAtHead
Returns true if and only if regex matches a prefix of str. regex must be a valid simple regular expression and not start with "^", or the result is un
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11243
↓ 3 callers
Method
ObjectName
src/wtf/utils.h:221
↓ 3 callers
Function
OpenOptionsToStr
src/wtf/fshooks.cc:39
↓ 3 callers
Function
ParseFlagValue
Parses a string as a command line flag. The string should have the format "--flag=value". When def_optional is true, the "=value" part can be omitte
src/libs/fmt/test/gtest/gmock-gtest-all.cc:7758
↓ 3 callers
Function
ParseGoogleMockFlagValue
Parses a string as a command line flag. The string should have the format "--gmock_flag=value". When def_optional is true, the "=value" part can be
src/libs/fmt/test/gtest/gmock-gtest-all.cc:14282
↓ 3 callers
Function
ParseInt32Flag
Parses a string for an int32_t flag, in the form of "--flag=value". On success, stores the value of the flag in *value, and returns true. On failure
src/libs/fmt/test/gtest/gmock-gtest-all.cc:7811
↓ 3 callers
Method
PickTestcase
src/wtf/corpus.h:89
↓ 3 callers
Function
PrintASCII
src/libs/libfuzzer/FuzzerMutate.cpp:116
↓ 3 callers
Function
PrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11794
↓ 3 callers
Function
PrintCharAndCodeTo
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11999
↓ 3 callers
Function
PrintFullTestCommentIfPresent
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4820
↓ 3 callers
Function
PrintRawArrayTo
src/libs/fmt/test/gtest/gtest/gtest.h:5601
↓ 3 callers
Method
PushLine
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2825
↓ 3 callers
Method
QueryInterface
IUnknown
src/wtf/debugger.h:80
↓ 3 callers
Method
Rcx
src/wtf/backend.cc:307
↓ 3 callers
Method
ReadFromGuest
src/wtf/utils.h:90
↓ 3 callers
Function
ReadIDTEntryHandler
src/wtf/utils.cc:488
↓ 3 callers
Method
RemoveTrailingPathSeparator
If input name has a trailing separator character, remove it and return the name, otherwise return the name string unmodified. On Windows platform, use
src/libs/fmt/test/gtest/gmock-gtest-all.cc:10214
↓ 3 callers
Function
ReportFailureInUnknownLocation
src/libs/fmt/test/gtest/gmock-gtest-all.cc:3946
↓ 3 callers
Method
Restore
src/wtf/ram.h:235
↓ 3 callers
Function
RhsSize
src/libs/fmt/test/gtest/gmock/gmock.h:6198
↓ 3 callers
Method
Run
src/wtf/client.cc:210
↓ 3 callers
Method
SaveCrash
src/wtf/backend.cc:233
↓ 3 callers
Function
Send
src/wtf/socket.cc:310
↓ 3 callers
Function
ShuffleRange
src/libs/fmt/test/gtest/gmock-gtest-all.cc:707
↓ 3 callers
Method
Skip
Skip and records a skipped test result for this object.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4373
↓ 3 callers
Function
Stat
src/libs/fmt/test/gtest/gtest/gtest.h:2262
↓ 3 callers
Function
StripTrailingSpaces
src/libs/fmt/test/gtest/gtest/gtest.h:2217
↓ 3 callers
Function
TupleMatches
src/libs/fmt/test/gtest/gmock/gmock.h:3544
↓ 3 callers
Method
Unlock
src/libs/fmt/test/gtest/gtest/gtest.h:2116
↓ 3 callers
Method
VirtRead4
src/wtf/backend.cc:61
↓ 3 callers
Method
VirtReadString
src/wtf/backend.cc:85
↓ 3 callers
Function
__YAS_CONSTEXPR_IF
src/libs/yas/include/yas/types/std/pair.hpp:74
↓ 3 callers
Method
_trigger_pre_parse
Trigger the pre_parse callback if needed
src/libs/CLI11/include/CLI/App.hpp:2843
↓ 3 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
src/libs/yas/tests/base/externals/nlohmann_json.hpp:2985
↓ 3 callers
Method
advance_to
Advances the begin iterator to ``it``. */
src/libs/fmt/include/fmt/core.h:650
↓ 3 callers
Method
align
If this bigint has a bigger exponent than other, adds trailing zero to make exponents equal. This simplifies some operations such as subtraction.
src/libs/fmt/include/fmt/format-inl.h:572
↓ 3 callers
Function
as_chars
src/libs/fmt/test/fuzzing/fuzzer-common.h:31
↓ 3 callers
Function
asis
src/libs/yas/include/yas/tools/wrap_asis.hpp:74
↓ 3 callers
Function
at
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
src/libs/json/include/nlohmann/json.hpp:3486
↓ 3 callers
Function
avx2_detected
()
src/libs/BLAKE3/c/blake3_c_rust_bindings/src/lib.rs:29
↓ 3 callers
Function
blake3_compress_in_place
src/libs/BLAKE3/c/blake3_dispatch.c:136
↓ 3 callers
Function
blake3_compress_in_place_avx512
src/libs/BLAKE3/c/blake3_avx512.c:299
↓ 3 callers
Function
blake3_compress_in_place_portable
src/libs/BLAKE3/c/blake3_portable.c:84
↓ 3 callers
Function
blake3_compress_in_place_sse2
src/libs/BLAKE3/c/blake3_sse2.c:260
↓ 3 callers
Function
blake3_compress_in_place_sse41
src/libs/BLAKE3/c/blake3_sse41.c:254
↓ 3 callers
Function
blake3_hash_many_sse41
src/libs/BLAKE3/c/blake3_sse41.c:534
↓ 3 callers
Function
cbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
src/libs/yas/tests/base/externals/nlohmann_json.hpp:11005
↓ 3 callers
Function
cbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
src/libs/json/single_include/nlohmann/json.hpp:22221
↓ 3 callers
Method
chaining_value
(&self)
src/libs/BLAKE3/reference_impl/reference_impl.rs:145
↓ 3 callers
Method
check_fname
Requires "--" to be removed from string
src/libs/CLI11/include/CLI/Option.hpp:933
↓ 3 callers
Function
check_string_type_spec
src/libs/fmt/include/fmt/core.h:2581
↓ 3 callers
Function
chunk_state_init
src/libs/BLAKE3/c/blake3.c:10
↓ 3 callers
Function
chunk_state_len
src/libs/BLAKE3/c/blake3.c:29
↓ 3 callers
Function
chunk_state_maybe_start_flag
src/libs/BLAKE3/c/blake3.c:46
↓ 3 callers
Function
compress
( chaining_value: &[u32; 8], block_words: &[u32; 16], counter: u64, block_len: u32, flags:
src/libs/BLAKE3/reference_impl/reference_impl.rs:75
↓ 3 callers
Function
compute_width
src/libs/fmt/include/fmt/format.h:508
↓ 3 callers
Function
count_digits_fallback
src/libs/fmt/include/fmt/format.h:899
↓ 3 callers
Method
data
src/libs/fmt/test/xchar-test.cc:27
← previous
next →
1,201–1,300 of 6,937, ranked by callers