MCPcopy Create free account

hub / github.com/MJx0/AndUEDumper / functions

Functions1,621 in github.com/MJx0/AndUEDumper

Methodswitch
deps/nlohmann/json.hpp:19126
Methodtest
deps/nlohmann/json.hpp:4215
Methodtest
deps/nlohmann/json.hpp:4225
Methodtest
deps/nlohmann/json.hpp:4235
Methodtest
deps/nlohmann/json.hpp:4245
Methodtest
deps/nlohmann/json.hpp:4261
Methodtest
deps/nlohmann/json.hpp:4270
Functionthousands_sep
deps/fmt/format.h:1127
Functionthousands_sep_impl
deps/fmt/format-inl.h:110
Methodthrow_invalid_arguments_error
deps/argsparse/argsparse.hpp:963
Methodthrow_nargs_range_validation_error
deps/argsparse/argsparse.hpp:1365
Methodthrow_required_arg_no_value_provided_error
deps/argsparse/argsparse.hpp:1390
Methodthrow_required_arg_not_used_error
deps/argsparse/argsparse.hpp:1384
Functionto_bjdata
@brief create a BJData serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bjdata/
deps/nlohmann/json.hpp:24369
Functionto_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
deps/nlohmann/json.hpp:24399
Methodto_char_type
deps/nlohmann/json.hpp:3747
Methodto_char_type
deps/nlohmann/json.hpp:3771
Methodto_char_type
deps/nlohmann/json.hpp:17547
Methodto_int_type
Redefine to_int_type function
deps/nlohmann/json.hpp:3742
Methodto_int_type
Redefine to_int_type function
deps/nlohmann/json.hpp:3766
Functionto_json
AndUEDumper/src/Dumper.cpp:26
Methodto_json
deps/nlohmann/json.hpp:6160
Functionto_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
deps/nlohmann/json.hpp:24319
Functionto_pointer
deps/fmt/format.h:490
Functionto_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
deps/nlohmann/json.hpp:24342
Methodto_utf8
deps/fmt/format.h:1282
Methodtoken_type_name
deps/nlohmann/json.hpp:7085
Methodtype
deps/fmt/base.h:2481
Methodtype
deps/fmt/base.h:2554
Methodubjson_prefix
! @brief determine the type prefix of container values */
deps/nlohmann/json.hpp:17255
Methoduint128_fallback
deps/fmt/format.h:278
Methodulong_long_value
deps/fmt/base.h:2148
Functionunderlying
deps/fmt/format.h:3841
Functionunflatten
deps/nlohmann/json.hpp:15310
Methodunget
Puts the code unit back into the stream buffer.
deps/fmt/format-inl.h:1505
Methodunget
deps/fmt/format-inl.h:1631
Functionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
deps/nlohmann/json.hpp:23450
Functionuse_facet
deps/fmt/format-inl.h:98
Methodutf16_word
deps/utfcpp/checked.h:63
Functionutf16to8
deps/utfcpp/cpp11.h:40
Functionutf16to8
deps/utfcpp/unchecked.h:182
Functionutf16to8
deps/utfcpp/checked.h:227
Functionutf16tou8
deps/utfcpp/cpp20.h:35
Functionutf32to8
deps/utfcpp/cpp11.h:54
Functionutf32to8
deps/utfcpp/unchecked.h:214
Functionutf32to8
deps/utfcpp/checked.h:269
Functionutf32tou8
deps/utfcpp/cpp20.h:63
Methodutf8_octet
deps/utfcpp/checked.h:55
Methodutf8_to_utf16
deps/fmt/format-inl.h:1411
Functionutf8to16
deps/utfcpp/cpp17.h:42
Functionutf8to16
deps/utfcpp/cpp11.h:47
Functionutf8to16
deps/utfcpp/cpp20.h:49
Functionutf8to16
deps/utfcpp/unchecked.h:199
Functionutf8to16
deps/utfcpp/checked.h:254
Functionutf8to32
deps/utfcpp/cpp17.h:56
Functionutf8to32
deps/utfcpp/cpp11.h:61
Functionutf8to32
deps/utfcpp/cpp20.h:77
Functionutf8to32
deps/utfcpp/unchecked.h:223
Functionutf8to32
deps/utfcpp/checked.h:278
Methodvalue
return the value of an iterator
deps/nlohmann/json.hpp:14445
Functionvalue_in_range_of
deps/nlohmann/json.hpp:4277
Methodvformat_to
deps/fmt/format.h:3671
Methodvisit
deps/fmt/base.h:2489
Functionvm_rpm_ptr
AndUEDumper/src/UE/UEMemory.hpp:21
Functionvm_rpm_strw
AndUEDumper/src/UE/UEMemory.cpp:40
Functionvprint_mojibake
Print assuming legacy (non-Unicode) encoding.
deps/fmt/format-inl.h:1711
Functionwhat
returns the explanatory string
deps/nlohmann/json.hpp:4514
Methodwide_string_input_adapter
deps/nlohmann/json.hpp:6790
Methodwrite
AndUEDumper/src/Utils/BufferFmt.hpp:23
Methodwrite_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
deps/nlohmann/json.hpp:17369
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
deps/nlohmann/json.hpp:16881
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
deps/nlohmann/json.hpp:16900
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
deps/nlohmann/json.hpp:16737
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
deps/nlohmann/json.hpp:16747
Methodwrite_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
deps/nlohmann/json.hpp:16963
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
deps/nlohmann/json.hpp:16725
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
deps/nlohmann/json.hpp:16797
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
deps/nlohmann/json.hpp:16779
Methodwrite_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
deps/nlohmann/json.hpp:17025
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
deps/nlohmann/json.hpp:16848
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
deps/nlohmann/json.hpp:16765
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
deps/nlohmann/json.hpp:16825
Functionwrite_bytes
deps/fmt/format.h:1658
Functionwrite_char
deps/fmt/format.h:1802
Methodwrite_character
deps/nlohmann/json.hpp:15696
Methodwrite_character
deps/nlohmann/json.hpp:15721
Functionwrite_codepoint
deps/fmt/format.h:1723
Methodwrite_compact_float
deps/nlohmann/json.hpp:17513
Functionwrite_exponent
deps/fmt/format.h:1492
Methodwrite_float
deps/fmt/format.h:2452
Methodwrite_int
deps/fmt/format.h:2017
Methodwrite_int_noinline
deps/fmt/format.h:2081
Functionwrite_loc
deps/fmt/format-inl.h:122
Methodwrite_nonfinite
deps/fmt/format.h:2210
Methodwrite_number
deps/nlohmann/json.hpp:17497
Methodwrite_number_with_ubjson_prefix
deps/nlohmann/json.hpp:17072
Functionwrite_padded
deps/fmt/format.h:1631
Methodwrite_padded
deps/fmt/format.h:3977
Functionwrite_ptr
deps/fmt/format.h:1668
Methodwrite_significand
deps/fmt/format.h:2244
← previousnext →1,501–1,600 of 1,621, ranked by callers