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
↓ 61 callers
Method
set_config
Set a configuration ini file option, or clear it if no name passed
src/libs/CLI11/include/CLI/App.hpp:899
↓ 59 callers
Method
begin
return iterator begin (needed for range-based for)
src/libs/yas/tests/base/externals/nlohmann_json.hpp:4261
↓ 59 callers
Method
config_to_str
Produce a string that could be read in as a config of the current values of the App. Set default_also to include default arguments. write_descriptions
src/libs/CLI11/include/CLI/App.hpp:1495
↓ 58 callers
Method
length
src/libs/fmt/test/core-test.cc:89
↓ 58 callers
Method
remaining
This returns the missing options from the current subcommand
src/libs/CLI11/include/CLI/App.hpp:1824
↓ 58 callers
Function
scan_string
src/libs/json/test/src/unit-class_lexer.cpp:40
↓ 54 callers
Function
add
(a: __m128i, b: __m128i)
src/libs/BLAKE3/src/rust_sse2.rs:27
↓ 54 callers
Function
add
(a: __m128i, b: __m128i)
src/libs/BLAKE3/src/rust_sse41.rs:27
↓ 54 callers
Function
add_128
src/libs/BLAKE3/c/blake3_avx512.c:29
↓ 54 callers
Function
addv
src/libs/BLAKE3/c/blake3_sse2.c:19
↓ 54 callers
Function
addv
src/libs/BLAKE3/c/blake3_sse41.c:19
↓ 54 callers
Method
end
return iterator end (needed for range-based for)
src/libs/json/single_include/nlohmann/json.hpp:4570
↓ 54 callers
Method
end
return iterator end (needed for range-based for)
src/libs/json/include/nlohmann/detail/iterators/iteration_proxy.hpp:139
↓ 54 callers
Function
format_to
src/libs/fmt/include/fmt/core.h:2913
↓ 54 callers
Method
get
src/libs/fmt/test/ranges-test.cc:78
↓ 54 callers
Function
to_string
src/libs/CLI11/include/CLI/TypeTools.hpp:269
↓ 53 callers
Function
to_msgpack
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the MessagePack
src/libs/json/include/nlohmann/json.hpp:7421
↓ 53 callers
Function
xorv
Note that clang-format doesn't like the name "xor" for some reason.
src/libs/BLAKE3/c/blake3_sse2.c:22
↓ 52 callers
Function
accept
src/libs/json/include/nlohmann/json.hpp:6989
↓ 52 callers
Method
expected
Set the number of expected arguments
src/libs/CLI11/include/CLI/Option.hpp:382
↓ 52 callers
Method
items
(self)
src/libs/kdmp-parser/src/python/kdmp_parser/page.py:41
↓ 52 callers
Function
xorv
Note that clang-format doesn't like the name "xor" for some reason.
src/libs/BLAKE3/c/blake3_sse41.c:22
↓ 51 callers
Function
StreamableToString
src/libs/fmt/test/gtest/gtest/gtest.h:2871
↓ 51 callers
Method
c_str
src/libs/json/test/src/unit-alt-string.cpp:117
↓ 50 callers
Method
capture_default_str
Capture the default value from the original value (if it can be captured)
src/libs/CLI11/include/CLI/Option.hpp:1141
↓ 50 callers
Method
destroy
src/libs/json/test/src/unit-allocator.cpp:103
↓ 50 callers
Function
xor
(a: __m128i, b: __m128i)
src/libs/BLAKE3/src/rust_sse2.rs:32
↓ 50 callers
Function
xor
(a: __m128i, b: __m128i)
src/libs/BLAKE3/src/rust_sse41.rs:32
↓ 50 callers
Function
xor_128
src/libs/BLAKE3/c/blake3_avx512.c:35
↓ 49 callers
Method
begin
return iterator begin (needed for range-based for)
src/libs/json/single_include/nlohmann/json.hpp:4564
↓ 49 callers
Method
begin
return iterator begin (needed for range-based for)
src/libs/json/include/nlohmann/detail/iterators/iteration_proxy.hpp:133
↓ 48 callers
Function
add
(a: __m256i, b: __m256i)
src/libs/BLAKE3/src/rust_avx2.rs:26
↓ 48 callers
Function
add_128
src/libs/BLAKE3/c/blake3_neon.c:23
↓ 48 callers
Function
add_256
src/libs/BLAKE3/c/blake3_avx512.c:31
↓ 48 callers
Function
add_512
src/libs/BLAKE3/c/blake3_avx512.c:33
↓ 48 callers
Function
addv
src/libs/BLAKE3/c/blake3_avx2.c:15
↓ 48 callers
Function
format
src/libs/fmt/test/xchar-test.cc:400
↓ 48 callers
Function
safe_sprintf
src/libs/fmt/test/util.h:22
↓ 47 callers
Method
add_option_group
src/libs/CLI11/include/CLI/App.hpp:949
↓ 47 callers
Function
get
src/libs/json/single_include/nlohmann/json.hpp:4579
↓ 47 callers
Function
get
@brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the input
src/libs/json/include/nlohmann/detail/input/lexer.hpp:1329
↓ 47 callers
Method
get_position
return position of last read token
src/libs/yas/tests/base/externals/nlohmann_json.hpp:2764
↓ 46 callers
Method
begin
src/libs/fmt/test/gtest/gtest/gtest.h:4501
↓ 46 callers
Function
to_bson
! @brief Serializes the given JSON object `j` to BSON and returns a vector containing the corresponding BSON-representation. BSON
src/libs/json/include/nlohmann/json.hpp:7602
↓ 45 callers
Function
checked_multiply
src/libs/CLI11/include/CLI/Validators.hpp:645
↓ 45 callers
Method
data
src/libs/yas/examples/nested/main.cpp:45
↓ 45 callers
Method
end
src/libs/robin-map/include/tsl/robin_set.h:218
↓ 44 callers
Method
getch
src/libs/yas/include/yas/detail/io/text_streams.hpp:153
↓ 44 callers
Function
input_adapter
src/libs/json/single_include/nlohmann/json.hpp:5797
↓ 44 callers
Method
sizeof
Return size of the structure.
scripts/gen_coveragefile_ida.py:1493
↓ 44 callers
Function
test_sprintf
src/libs/fmt/test/printf-test.cc:41
↓ 43 callers
Method
capacity
Returns the capacity of this buffer. */
src/libs/fmt/include/fmt/core.h:794
↓ 43 callers
Method
what
returns the explanatory string
src/libs/json/single_include/nlohmann/json.hpp:2769
↓ 42 callers
Method
DescribeTo
src/libs/fmt/test/gtest/gmock/gmock.h:4330
↓ 42 callers
Function
check_escaped
src/libs/json/test/src/unit-convenience.cpp:41
↓ 42 callers
Method
max_size
src/libs/fmt/include/fmt/core.h:1844
↓ 42 callers
Method
real
src/libs/CLI11/tests/ComplexTypeTest.cpp:165
↓ 41 callers
Method
descriptor
Returns the file descriptor.
src/libs/fmt/include/fmt/os.h:326
↓ 40 callers
Function
format_error
src/libs/fmt/include/fmt/format.h:755
↓ 40 callers
Method
get
src/libs/fmt/test/fuzzing/fuzzer-common.h:62
↓ 40 callers
Method
imag
src/libs/CLI11/tests/ComplexTypeTest.cpp:166
↓ 40 callers
Function
join
src/libs/fmt/include/fmt/xchar.h:63
↓ 40 callers
Method
size
src/libs/robin-map/include/tsl/robin_set.h:227
↓ 40 callers
Function
xor
(a: __m256i, b: __m256i)
src/libs/BLAKE3/src/rust_avx2.rs:31
↓ 40 callers
Function
xor_128
src/libs/BLAKE3/c/blake3_neon.c:27
↓ 40 callers
Function
xor_256
src/libs/BLAKE3/c/blake3_avx512.c:37
↓ 40 callers
Function
xor_512
src/libs/BLAKE3/c/blake3_avx512.c:39
↓ 40 callers
Function
xorv
Note that clang-format doesn't like the name "xor" for some reason.
src/libs/BLAKE3/c/blake3_avx2.c:18
↓ 39 callers
Method
SetBreakpoint
src/wtf/backend.cc:243
↓ 39 callers
Method
alias
Set an alias for the app
src/libs/CLI11/include/CLI/App.hpp:370
↓ 38 callers
Function
add
add a character to token_buffer
src/libs/json/include/nlohmann/detail/input/lexer.hpp:1393
↓ 38 callers
Method
decode
(self, *args)
scripts/gen_coveragefile_ida.py:1279
↓ 38 callers
Method
description
Set the description of the app
src/libs/CLI11/include/CLI/App.hpp:1556
↓ 38 callers
Method
group
Changes the group membership
src/libs/CLI11/include/CLI/App.hpp:1102
↓ 37 callers
Method
allow_extras
Remove the error when extras are left over on the command line.
src/libs/CLI11/include/CLI/App.hpp:389
↓ 37 callers
Function
make_float
src/libs/json/test/src/unit-to_chars.cpp:41
↓ 37 callers
Method
read
for arrays
src/libs/yas/include/yas/detail/io/text_streams.hpp:157
↓ 36 callers
Function
ColoredPrintf
src/libs/fmt/test/gtest/gmock-gtest-all.cc:4767
↓ 36 callers
Method
begin
src/libs/fmt/test/ranges-test.cc:235
↓ 36 callers
Method
get_intrusive_buffer
src/libs/yas/tests/base/main.cpp:207
↓ 36 callers
Function
lexical_cast
the lexical cast operator should be in the same namespace as the type for ADL to work properly
src/libs/CLI11/examples/custom_parse.cpp:25
↓ 36 callers
Method
name
(self)
src/libs/fmt/support/docopt.py:211
↓ 36 callers
Method
run
src/libs/CLI11/tests/app_helper.hpp:28
↓ 36 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
src/libs/json/single_include/nlohmann/json.hpp:24675
↓ 36 callers
Function
type_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
src/libs/json/include/nlohmann/json.hpp:7174
↓ 35 callers
Method
GetString
Gets the text streamed to this object so far as an std::string. Each '\0' character in the buffer is replaced with "\\0".
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2673
↓ 35 callers
Method
len
(&self)
src/libs/BLAKE3/src/guts.rs:28
↓ 34 callers
Method
file
src/libs/fmt/src/os.cc:215
↓ 34 callers
Method
get_subcommands
Get a subcommand pointer list to the currently selected subcommands (after parsing by default, in command line order; use parsed = false to get the or
src/libs/CLI11/include/CLI/App.hpp:1347
↓ 33 callers
Function
MakePolymorphicMatcher
src/libs/fmt/test/gtest/gtest/gtest.h:6798
↓ 33 callers
Method
add_line
Adds a line. The line can be indented with the optional argument 'indent'.
scripts/gen_coveragefile_ida.py:1357
↓ 33 callers
Method
begin
src/libs/fmt/test/gtest/gmock/gmock.h:8844
↓ 33 callers
Method
end
src/libs/fmt/test/gtest/gmock/gmock.h:8845
↓ 33 callers
Method
string
src/libs/json/test/src/unit-cbor.cpp:76
↓ 33 callers
Method
swap
Swaps two AssertionResults.
src/libs/fmt/test/gtest/gmock-gtest-all.cc:2686
↓ 33 callers
Function
system_error
src/libs/fmt/include/fmt/format.h:2243
↓ 32 callers
Method
__unpack_data__
Apply structure format to raw data. Returns an unpacked structure object if successful, None otherwise.
scripts/gen_coveragefile_ida.py:2402
↓ 32 callers
Method
add_newline
Adds a newline.
scripts/gen_coveragefile_ida.py:1375
↓ 32 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
src/libs/json/single_include/nlohmann/json.hpp:18975
↓ 32 callers
Function
basic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
src/libs/json/include/nlohmann/json.hpp:1474
← previous
next →
101–200 of 6,937, ranked by callers