MCPcopy Create free account

hub / github.com/0vercl0k/wtf / functions

Functions6,937 in github.com/0vercl0k/wtf

↓ 3 callersMethodAddTestPartResult
Adds a test part result to the list.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:3723
↓ 3 callersMethodAlmostEquals
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 callersMethodAppend
src/libs/fmt/test/gtest/gmock-gtest-all.cc:5290
↓ 3 callersMethodArgv
src/libs/fmt/test/gtest/gmock-gtest-all.cc:9094
↓ 3 callersFunctionAssertionResult
src/libs/fmt/test/gtest/gtest/gtest.h:9851
↓ 3 callersMethodBaseGenerator
src/libs/fmt/test/gtest/gtest/gtest.h:8184
↓ 3 callersFunctionBytesToHuman
src/wtf/human.cc:38
↓ 3 callersFunctionCaptureStderr
Starts capturing stderr.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11521
↓ 3 callersFunctionCardinality
Constructs a Cardinality from its implementation.
src/libs/fmt/test/gtest/gmock/gmock.h:2697
↓ 3 callersMethodClone
src/libs/fmt/test/gtest/gtest/gtest.h:8191
↓ 3 callersFunctionCloseSocket
src/wtf/socket.h:36
↓ 3 callersFunctionCmpHelperEQ
src/libs/fmt/test/gtest/gtest/gtest.h:11444
↓ 3 callersFunctionContainsRegex
Matches a string that contains regular expression 'regex'. The matcher takes ownership of 'regex'.
src/libs/fmt/test/gtest/gtest/gtest.h:6967
↓ 3 callersMethodDescribeNegationTo
Describes the negation of this matcher to an ostream.
src/libs/fmt/test/gtest/gtest/gtest.h:6373
↓ 3 callersMethodDescribeTo
Describes this matcher to an ostream.
src/libs/fmt/test/gtest/gtest/gtest.h:6367
↓ 3 callersMethodElapsed
Return time elapsed in milliseconds since the timer was created.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2531
↓ 3 callersFunctionFirst
src/libs/fmt/test/gtest/gmock/gmock.h:5617
↓ 3 callersFunctionFlagToEnvVar
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 callersFunctionFormatCompilerIndependentFileLocation
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 callersFunctionFormatTestSuiteCount
Formats the count of test suites.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4596
↓ 3 callersFunctionGetFileSize
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11541
↓ 3 callersFunctionGetIgnoredParameterizedTestSuites
src/libs/fmt/test/gtest/gmock-gtest-all.cc:1949
↓ 3 callersMethodGetPositionHint
src/libs/libfuzzer/FuzzerMutate.h:162
↓ 3 callersFunctionGetPrefixUntilComma
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 callersFunctionGetReservedOutputAttributesForElement
TODO(jdesprez): Merge the two getReserved attributes once skip is improved
src/libs/fmt/test/gtest/gmock-gtest-all.cc:3797
↓ 3 callersMethodGetSymbol
src/wtf/debugger.h:52
↓ 3 callersFunctionGetTestSuite
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 callersFunctionGetTestTypeId
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 callersMethodHandler
src/wtf/utils.cc:502
↓ 3 callersFunctionHelp
src/libs/kdmp-parser/src/parser/parser.cc:77
↓ 3 callersMethodInit
src/wtf/debugger.h:35
↓ 3 callersFunctionInitGoogleMockImpl
src/libs/fmt/test/gtest/gmock-gtest-all.cc:14365
↓ 3 callersFunctionInitGoogleTestImpl
src/libs/fmt/test/gtest/gmock-gtest-all.cc:8121
↓ 3 callersFunctionInt32FromGTestEnv
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 callersFunctionInvoke
src/libs/fmt/test/gtest/gmock/gmock.h:2261
↓ 3 callersFunctionIsDigit
src/libs/fmt/test/gtest/gtest/gtest.h:2177
↓ 3 callersMethodIsSatisfiedByCallCount
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12586
↓ 3 callersMethodIsSaturatedByCallCount
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12590
↓ 3 callersFunctionLhsSize
src/libs/fmt/test/gtest/gmock/gmock.h:6197
↓ 3 callersMethodLock
src/libs/fmt/test/gtest/gtest/gtest.h:2115
↓ 3 callersFunctionMakeAndRegisterTestInfo
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 callersFunctionMatchRegexAtHead
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 callersMethodObjectName
src/wtf/utils.h:221
↓ 3 callersFunctionOpenOptionsToStr
src/wtf/fshooks.cc:39
↓ 3 callersFunctionParseFlagValue
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 callersFunctionParseGoogleMockFlagValue
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 callersFunctionParseInt32Flag
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 callersMethodPickTestcase
src/wtf/corpus.h:89
↓ 3 callersFunctionPrintASCII
src/libs/libfuzzer/FuzzerMutate.cpp:116
↓ 3 callersFunctionPrintByteSegmentInObjectTo
Prints a segment of bytes in the given object.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11794
↓ 3 callersFunctionPrintCharAndCodeTo
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11999
↓ 3 callersFunctionPrintFullTestCommentIfPresent
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4820
↓ 3 callersFunctionPrintRawArrayTo
src/libs/fmt/test/gtest/gtest/gtest.h:5601
↓ 3 callersMethodPushLine
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2825
↓ 3 callersMethodQueryInterface
IUnknown
src/wtf/debugger.h:80
↓ 3 callersMethodRcx
src/wtf/backend.cc:307
↓ 3 callersMethodReadFromGuest
src/wtf/utils.h:90
↓ 3 callersFunctionReadIDTEntryHandler
src/wtf/utils.cc:488
↓ 3 callersMethodRemoveTrailingPathSeparator
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 callersFunctionReportFailureInUnknownLocation
src/libs/fmt/test/gtest/gmock-gtest-all.cc:3946
↓ 3 callersMethodRestore
src/wtf/ram.h:235
↓ 3 callersFunctionRhsSize
src/libs/fmt/test/gtest/gmock/gmock.h:6198
↓ 3 callersMethodRun
src/wtf/client.cc:210
↓ 3 callersMethodSaveCrash
src/wtf/backend.cc:233
↓ 3 callersFunctionSend
src/wtf/socket.cc:310
↓ 3 callersFunctionShuffleRange
src/libs/fmt/test/gtest/gmock-gtest-all.cc:707
↓ 3 callersMethodSkip
Skip and records a skipped test result for this object.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4373
↓ 3 callersFunctionStat
src/libs/fmt/test/gtest/gtest/gtest.h:2262
↓ 3 callersFunctionStripTrailingSpaces
src/libs/fmt/test/gtest/gtest/gtest.h:2217
↓ 3 callersFunctionTupleMatches
src/libs/fmt/test/gtest/gmock/gmock.h:3544
↓ 3 callersMethodUnlock
src/libs/fmt/test/gtest/gtest/gtest.h:2116
↓ 3 callersMethodVirtRead4
src/wtf/backend.cc:61
↓ 3 callersMethodVirtReadString
src/wtf/backend.cc:85
↓ 3 callersFunction__YAS_CONSTEXPR_IF
src/libs/yas/include/yas/types/std/pair.hpp:74
↓ 3 callersMethod_trigger_pre_parse
Trigger the pre_parse callback if needed
src/libs/CLI11/include/CLI/App.hpp:2843
↓ 3 callersMethodaccept
! @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 callersMethodadvance_to
Advances the begin iterator to ``it``. */
src/libs/fmt/include/fmt/core.h:650
↓ 3 callersMethodalign
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 callersFunctionas_chars
src/libs/fmt/test/fuzzing/fuzzer-common.h:31
↓ 3 callersFunctionasis
src/libs/yas/include/yas/tools/wrap_asis.hpp:74
↓ 3 callersFunctionat
! @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 callersFunctionavx2_detected
()
src/libs/BLAKE3/c/blake3_c_rust_bindings/src/lib.rs:29
↓ 3 callersFunctionblake3_compress_in_place
src/libs/BLAKE3/c/blake3_dispatch.c:136
↓ 3 callersFunctionblake3_compress_in_place_avx512
src/libs/BLAKE3/c/blake3_avx512.c:299
↓ 3 callersFunctionblake3_compress_in_place_portable
src/libs/BLAKE3/c/blake3_portable.c:84
↓ 3 callersFunctionblake3_compress_in_place_sse2
src/libs/BLAKE3/c/blake3_sse2.c:260
↓ 3 callersFunctionblake3_compress_in_place_sse41
src/libs/BLAKE3/c/blake3_sse41.c:254
↓ 3 callersFunctionblake3_hash_many_sse41
src/libs/BLAKE3/c/blake3_sse41.c:534
↓ 3 callersFunctioncbegin
! @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 callersFunctioncbegin
! @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 callersMethodchaining_value
(&self)
src/libs/BLAKE3/reference_impl/reference_impl.rs:145
↓ 3 callersMethodcheck_fname
Requires "--" to be removed from string
src/libs/CLI11/include/CLI/Option.hpp:933
↓ 3 callersFunctioncheck_string_type_spec
src/libs/fmt/include/fmt/core.h:2581
↓ 3 callersFunctionchunk_state_init
src/libs/BLAKE3/c/blake3.c:10
↓ 3 callersFunctionchunk_state_len
src/libs/BLAKE3/c/blake3.c:29
↓ 3 callersFunctionchunk_state_maybe_start_flag
src/libs/BLAKE3/c/blake3.c:46
↓ 3 callersFunctioncompress
( chaining_value: &[u32; 8], block_words: &[u32; 16], counter: u64, block_len: u32, flags:
src/libs/BLAKE3/reference_impl/reference_impl.rs:75
↓ 3 callersFunctioncompute_width
src/libs/fmt/include/fmt/format.h:508
↓ 3 callersFunctioncount_digits_fallback
src/libs/fmt/include/fmt/format.h:899
↓ 3 callersMethoddata
src/libs/fmt/test/xchar-test.cc:27
← previousnext →1,201–1,300 of 6,937, ranked by callers