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
↓ 6 callers
Method
prefix_command
Do not parse anything after the first unrecognized option and return
src/libs/CLI11/include/CLI/App.hpp:471
↓ 6 callers
Function
push_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
src/libs/json/single_include/nlohmann/json.hpp:22952
↓ 6 callers
Function
push_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
src/libs/json/include/nlohmann/json.hpp:5451
↓ 6 callers
Method
remove_subcommand
Removes a subcommand from the App. Takes a subcommand pointer. Returns true if found and removed.
src/libs/CLI11/include/CLI/App.hpp:999
↓ 6 callers
Method
repeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:6563
↓ 6 callers
Method
reportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2481
↓ 6 callers
Method
reportable_test_count
Gets the number of tests to be printed in the XML report.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2492
↓ 6 callers
Function
reset
reset token_buffer; current character is beginning of token
src/libs/json/single_include/nlohmann/json.hpp:7940
↓ 6 callers
Function
run_blake3
(args, input)
src/libs/BLAKE3/c/test.py:13
↓ 6 callers
Method
section
specify a particular section of the configuration file to use
src/libs/CLI11/include/CLI/ConfigFwd.hpp:150
↓ 6 callers
Method
set_subtype
! @brief sets the binary subtype Sets the binary subtype of the value, also flags a binary JSON value as having a subtype, which has impl
src/libs/json/include/nlohmann/byte_container_with_subtype.hpp:85
↓ 6 callers
Function
test_compress_fn
A shared helper function for platform-specific tests.
src/libs/BLAKE3/src/test.rs:76
↓ 6 callers
Function
test_hash_many_fn
A shared helper function for platform-specific tests.
src/libs/BLAKE3/c/blake3_c_rust_bindings/src/test.rs:209
↓ 6 callers
Method
top
src/libs/yas/tests/base/externals/nlohmann_json.hpp:6977
↓ 6 callers
Method
total_test_count
Gets the number of all tests.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2497
↓ 6 callers
Method
total_test_suite_count
Gets the number of all test suites.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2455
↓ 6 callers
Function
transpose_vecs
src/libs/BLAKE3/c/blake3_sse2.c:398
↓ 6 callers
Function
transpose_vecs
src/libs/BLAKE3/c/blake3_sse41.c:392
↓ 6 callers
Function
transpose_vecs_128
src/libs/BLAKE3/c/blake3_avx512.c:431
↓ 6 callers
Function
transpose_vecs_128
src/libs/BLAKE3/c/blake3_neon.c:180
↓ 6 callers
Function
type
Gets the outcome of the test part.
src/libs/fmt/test/gtest/gtest/gtest.h:7895
↓ 6 callers
Method
ungetch
src/libs/yas/include/yas/detail/io/text_streams.hpp:154
↓ 6 callers
Method
update
(&mut self, data: impl AsRef<[u8]>)
src/libs/BLAKE3/src/traits.rs:20
↓ 6 callers
Method
update
Try to avoid buffering as much as possible, by compressing directly from the input slice when full blocks are available.
src/libs/BLAKE3/src/lib.rs:458
↓ 6 callers
Function
valid_first_char
src/libs/CLI11/include/CLI/StringTools.hpp:219
↓ 5 callers
Function
AlwaysTrue
src/libs/fmt/test/gtest/gmock-gtest-all.cc:7731
↓ 5 callers
Function
Bswap
src/libs/libfuzzer/FuzzerMutate.cpp:72
↓ 5 callers
Function
DebugPrint
src/wtf/fuzzer_ioctl.cc:18
↓ 5 callers
Function
FOpen
src/libs/fmt/test/gtest/gtest/gtest.h:2324
↓ 5 callers
Function
FormatDeathTestOutput
Returns an indented copy of stderr output for a death test. This makes distinguishing death test output lines from regular log lines much easier.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:8765
↓ 5 callers
Function
FormatEpochTimeInMillisAsIso8601
Converts the given epoch time in milliseconds to a date string in the ISO 8601 format, without the timezone information.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:5601
↓ 5 callers
Function
FormatEpochTimeInMillisAsRFC3339
Converts the given epoch time in milliseconds to a date string in the RFC3339 format, without the timezone information.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:6050
↓ 5 callers
Function
FormatTimeInMillisAsDuration
Formats the given time in milliseconds as seconds.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:6042
↓ 5 callers
Function
FormatTimeInMillisAsSeconds
Formats the given time in milliseconds as seconds.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:5574
↓ 5 callers
Function
GetLastErrnoDescription
Returns the message describing the last system error in errno.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:8570
↓ 5 callers
Function
Int32FromEnvOrDie
Parses the environment variable var as an Int32. If it is unset, returns default_val. If it is not an Int32, prints an error and aborts.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:7486
↓ 5 callers
Function
IsPathSeparator
Returns whether the given character is a valid path separator.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:9956
↓ 5 callers
Method
MatchAndExplain
Returns true if and only if the matcher matches x; also explains the match result to 'listener'.
src/libs/fmt/test/gtest/gtest/gtest.h:6355
↓ 5 callers
Function
Matches
src/libs/fmt/test/gtest/gmock/gmock.h:7711
↓ 5 callers
Function
PrintCStringTo
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12133
↓ 5 callers
Method
Rdx
src/wtf/backend.cc:311
↓ 5 callers
Method
Rsp
src/wtf/backend.cc:287
↓ 5 callers
Function
ToChar32
src/libs/fmt/test/gtest/gmock-gtest-all.cc:11844
↓ 5 callers
Function
UniversalPrintCharArray
src/libs/fmt/test/gtest/gmock-gtest-all.cc:12076
↓ 5 callers
Function
__YAS_CONSTEXPR_IF
src/libs/yas/include/yas/types/utility/object.hpp:117
↓ 5 callers
Function
__YAS_CONSTEXPR_IF
src/libs/yas/include/yas/detail/io/binary_streams.hpp:183
↓ 5 callers
Method
adjust_FileAlignment
(self, val, file_alignment )
scripts/gen_coveragefile_ida.py:6344
↓ 5 callers
Method
all_zeroes
Returns true is the unpacked data is all zeros.
scripts/gen_coveragefile_ida.py:1487
↓ 5 callers
Function
appender
src/libs/fmt/include/fmt/core.h:1369
↓ 5 callers
Function
avx2_detected
()
src/libs/BLAKE3/src/platform.rs:352
↓ 5 callers
Function
avx512_detected
()
src/libs/BLAKE3/c/blake3_c_rust_bindings/src/lib.rs:34
↓ 5 callers
Method
begin
* Iterators */
src/libs/robin-map/include/tsl/robin_map.h:229
↓ 5 callers
Function
bench_many_chunks_fn
(b: &mut Bencher, platform: Platform)
src/libs/BLAKE3/benches/bench.rs:88
↓ 5 callers
Function
bench_many_chunks_fn
(b: &mut Bencher, f: HashManyFn, degree: usize)
src/libs/BLAKE3/c/blake3_c_rust_bindings/benches/bench.rs:120
↓ 5 callers
Function
bench_many_parents_fn
TODO: When we get const generics we can unify this with the chunks code.
src/libs/BLAKE3/benches/bench.rs:155
↓ 5 callers
Function
bench_many_parents_fn
TODO: When we get const generics we can unify this with the chunks code.
src/libs/BLAKE3/c/blake3_c_rust_bindings/benches/bench.rs:212
↓ 5 callers
Method
binary
src/libs/json/single_include/nlohmann/json.hpp:6586
↓ 5 callers
Method
binary
src/libs/json/include/nlohmann/detail/input/json_sax.hpp:674
↓ 5 callers
Method
bucket_for_hash
src/libs/robin-map/include/tsl/robin_hash.h:1132
↓ 5 callers
Method
check_lname
Requires "--" to be removed from string
src/libs/CLI11/include/CLI/Option.hpp:928
↓ 5 callers
Method
check_sname
Requires "-" to be removed from string
src/libs/CLI11/include/CLI/Option.hpp:923
↓ 5 callers
Function
check_unknown_types
src/libs/fmt/test/format-test.cc:1024
↓ 5 callers
Function
chunk_state_output
src/libs/BLAKE3/c/blake3.c:142
↓ 5 callers
Method
clear
* Modifiers */
src/libs/robin-map/include/tsl/robin_set.h:233
↓ 5 callers
Method
compress_in_place
( &self, cv: &mut CVWords, block: &[u8; BLOCK_LEN], block_len: u8, cou
src/libs/BLAKE3/src/platform.rs:105
↓ 5 callers
Method
convert
src/libs/fmt/src/os.cc:82
↓ 5 callers
Method
current_test_result
Returns the most specific TestResult currently running.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:7670
↓ 5 callers
Function
decode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
src/libs/json/single_include/nlohmann/json.hpp:17293
↓ 5 callers
Function
defined
(var: &str)
src/libs/BLAKE3/build.rs:3
↓ 5 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
src/libs/yas/tests/base/externals/nlohmann_json.hpp:6119
↓ 5 callers
Method
emplace_hint
src/libs/robin-map/include/tsl/robin_set.h:286
↓ 5 callers
Method
enabled_by_default
Set the subcommand to be enabled by default, so on clear(), at the start of each parse it is enabled (not disabled)
src/libs/CLI11/include/CLI/App.hpp:424
↓ 5 callers
Method
end
src/libs/robin-map/include/tsl/robin_map.h:233
↓ 5 callers
Method
envname
Sets environment variable to read if no option given
src/libs/CLI11/include/CLI/Option.hpp:606
↓ 5 callers
Function
escape
! * @brief string escaping as described in RFC 6901 (Sect. 4) * @param[in] s string to escape * @return escaped string * * Note the order of e
src/libs/json/include/nlohmann/detail/string_escape.hpp:42
↓ 5 callers
Function
find_and_modify
src/libs/CLI11/include/CLI/StringTools.hpp:336
↓ 5 callers
Function
find_member
Check if a string is a member of a list of strings and optionally ignore case or ignore underscores
src/libs/CLI11/include/CLI/StringTools.hpp:304
↓ 5 callers
Function
fix_newlines
Add a leader to the beginning of all new lines (nothing is added at the start of the first line). `"; "` would be for ini files Can't use Regex, or t
src/libs/CLI11/include/CLI/StringTools.hpp:164
↓ 5 callers
Method
flat
(self, *types)
src/libs/fmt/support/docopt.py:109
↓ 5 callers
Method
footer
Set footer.
src/libs/CLI11/include/CLI/App.hpp:1484
↓ 5 callers
Function
format
src/libs/fmt/include/fmt/core.h:2885
↓ 5 callers
Method
format
src/libs/fmt/include/fmt/compile.h:218
↓ 5 callers
Function
from_json
src/libs/json/test/src/unit-udt.cpp:192
↓ 5 callers
Method
get_active
Get a boolean if the validator is active
src/libs/CLI11/include/CLI/Validators.hpp:191
↓ 5 callers
Method
get_allocator
Returns a copy of the allocator associated with this buffer.
src/libs/fmt/include/fmt/format.h:692
↓ 5 callers
Method
get_character
src/libs/json/single_include/nlohmann/json.hpp:5479
↓ 5 callers
Method
get_character
src/libs/json/include/nlohmann/detail/input/input_adapters.hpp:54
↓ 5 callers
Function
get_cpu_features
src/libs/BLAKE3/c/blake3_dispatch.c:84
↓ 5 callers
Method
get_data
Get data chunk from a section. Allows to query data from the section by passing the addresses where the PE file would be loaded by de
scripts/gen_coveragefile_ida.py:1647
↓ 5 callers
Method
get_disable_flag_override
The status of configurable
src/libs/CLI11/include/CLI/Option.hpp:136
↓ 5 callers
Method
get_dword_from_data
Convert four bytes of data to a double word (little endian) 'offset' is assumed to index into a dword array. So setting it to N will
scripts/gen_coveragefile_ida.py:5803
↓ 5 callers
Function
get_iterator
src/libs/fmt/include/fmt/core.h:954
↓ 5 callers
Method
get_number_integer
return integer value
src/libs/yas/tests/base/externals/nlohmann_json.hpp:2736
↓ 5 callers
Method
get_number_unsigned
return unsigned integer value
src/libs/yas/tests/base/externals/nlohmann_json.hpp:2742
↓ 5 callers
Function
gmtime
Converts given time since epoch as ``std::time_t`` value into calendar time, expressed in Coordinated Universal Time (UTC). Unlike ``std::gmtime``,
src/libs/fmt/include/fmt/chrono.h:414
↓ 5 callers
Function
init
src/libs/yas/include/yas/tools/wrap_init.hpp:74
↓ 5 callers
Method
insert_or_assign
src/libs/robin-map/include/tsl/robin_map.h:293
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
src/libs/yas/tests/base/externals/nlohmann_json.hpp:3499
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
src/libs/json/single_include/nlohmann/json.hpp:11481
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
src/libs/json/include/nlohmann/detail/iterators/primitive_iterator.hpp:51
← previous
next →
901–1,000 of 6,937, ranked by callers