MCPcopy Create free account

hub / github.com/MJx0/AndUEDumper / functions

Functions1,621 in github.com/MJx0/AndUEDumper

↓ 2 callersFunctionfind_invalid
deps/utfcpp/core.h:433
↓ 2 callersFunctionflatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
deps/nlohmann/json.hpp:24736
↓ 2 callersFunctionflockfile
deps/fmt/format-inl.h:1466
↓ 2 callersFunctionfloor_log10_pow2
Computes floor(log10(pow(2, e))) for e in [-2620, 2620] using the method from https://fmt.dev/papers/Dragonbox.pdf#page=28, section 6.1.
deps/fmt/format.h:1377
↓ 2 callersMethodflush
deps/fmt/format-inl.h:1510
↓ 2 callersMethodflush
deps/fmt/base.h:1858
↓ 2 callersFunctionformat_base2e
deps/fmt/format.h:1237
↓ 2 callersFunctionformat_decimal
deps/fmt/format.h:1201
↓ 2 callersFunctionfrom_json_array_impl
deps/nlohmann/json.hpp:5048
↓ 2 callersFunctionfrom_json_inplace_array_impl
deps/nlohmann/json.hpp:5131
↓ 2 callersFunctionfrom_json_tuple_impl
deps/nlohmann/json.hpp:5243
↓ 2 callersFunctionfwrite_all
A wrapper around fwrite that throws on error.
deps/fmt/format-inl.h:76
↓ 2 callersFunctionget
deps/fmt/base.h:2741
↓ 2 callersMethodget
deps/fmt/base.h:2591
↓ 2 callersMethodgetPercentage
AndUEDumper/src/Utils/ProgressUtils.hpp:38
↓ 2 callersFunctionget_byte_positions
deps/nlohmann/json.hpp:4606
↓ 2 callersMethodget_id
deps/fmt/base.h:2610
↓ 2 callersFunctionget_iterator
deps/fmt/base.h:2066
↓ 2 callersFunctiongrisu2
deps/nlohmann/json.hpp:18448
↓ 2 callersFunctiongrisu2_round
deps/nlohmann/json.hpp:18166
↓ 2 callersMethodgrouping
deps/fmt/format-inl.h:94
↓ 2 callersMethodhas_separator
deps/fmt/format.h:1855
↓ 2 callersFunctionhex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
deps/nlohmann/json.hpp:19398
↓ 2 callersFunctionint_to_string
deps/nlohmann/json.hpp:5436
↓ 2 callersMethodisComplete
AndUEDumper/src/Utils/ProgressUtils.hpp:46
↓ 2 callersMethodis_end
return whether the iterator is at end
deps/nlohmann/json.hpp:13458
↓ 2 callersMethodis_errored
deps/nlohmann/json.hpp:8988
↓ 2 callersFunctionis_name_start
deps/fmt/base.h:1310
↓ 2 callersFunctionis_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
deps/nlohmann/json.hpp:21384
↓ 2 callersFunctionis_surrogate
deps/utfcpp/core.h:112
↓ 2 callersFunctionjoin
deps/argsparse/argsparse.hpp:507
↓ 2 callersMethodlimit
deps/fmt/base.h:1828
↓ 2 callersFunctionlittle_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
deps/nlohmann/json.hpp:9832
↓ 2 callersFunctionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
deps/nlohmann/json.hpp:23025
↓ 2 callersFunctionmkdir_recursive
AndUEDumper/src/UE/UEMemory.cpp:254
↓ 2 callersFunctionmultiply
Computes lhs * rhs / pow(2, 64) rounded to nearest with half-up tie breaking.
deps/fmt/format.h:1585
↓ 2 callersFunctionnormalize
deps/fmt/format.h:1568
↓ 2 callersMethodon_replacement_field
deps/fmt/format.h:3609
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
deps/nlohmann/json.hpp:13924
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
deps/nlohmann/json.hpp:13975
↓ 2 callersFunctionparse_arg_id
deps/fmt/base.h:1315
↓ 2 callersMethodparse_args
Call parse_args_internal - which does all the work * Then, validate the parsed arguments * This variant is used mainly for testing * @throws
deps/argsparse/argsparse.hpp:1847
↓ 2 callersFunctionparse_dynamic_spec
deps/fmt/base.h:1367
↓ 2 callersFunctionparse_nonnegative_int
deps/fmt/base.h:1279
↓ 2 callersFunctionparse_width
deps/fmt/base.h:1400
↓ 2 callersFunctionpointer_range
deps/argsparse/argsparse.hpp:191
↓ 2 callersFunctionpop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
deps/nlohmann/json.hpp:14663
↓ 2 callersFunctionprint
deps/fmt/format-inl.h:1720
↓ 2 callersMethodprint
AndUEDumper/src/Utils/ProgressUtils.cpp:3
↓ 2 callersFunctionremove_trailing_zeros
Remove trailing zeros from n and return the number of zeros removed (float)
deps/fmt/format-inl.h:1153
↓ 2 callersFunctionreplace_specials
AndUEDumper/src/UE/UEMemory.cpp:201
↓ 2 callersFunctionrepr
deps/argsparse/argsparse.hpp:109
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
deps/nlohmann/json.hpp:8345
↓ 2 callersMethodsetDumpExeInfoNotify
AndUEDumper/src/Dumper.hpp:39
↓ 2 callersMethodsetDumpNamesInfoNotify
AndUEDumper/src/Dumper.hpp:40
↓ 2 callersMethodsetDumpObjectsInfoNotify
AndUEDumper/src/Dumper.hpp:41
↓ 2 callersMethodsetDumpOffsetsInfoNotify
AndUEDumper/src/Dumper.hpp:42
↓ 2 callersMethodsetDumpProgressCallback
AndUEDumper/src/Dumper.hpp:45
↓ 2 callersMethodsetObjectsProgressCallback
AndUEDumper/src/Dumper.hpp:44
↓ 2 callersMethodset_group_idx
deps/argsparse/argsparse.hpp:1604
↓ 2 callersMethodset_type
deps/fmt/base.h:757
↓ 2 callersMethodset_usage_newline_counter
deps/argsparse/argsparse.hpp:1602
↓ 2 callersFunctionsize
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
deps/nlohmann/json.hpp:22986
↓ 2 callersFunctionskip_whitespace
deps/nlohmann/json.hpp:8531
↓ 2 callersFunctionstr
deps/fmt/base.h:2687
↓ 2 callersMethodthousands_sep
deps/fmt/format-inl.h:95
↓ 2 callersFunctionto_decimal
deps/fmt/format-inl.h:1259
↓ 2 callersFunctionumul192_upper128
Computes upper 128 bits of multiplication of a 64-bit unsigned integer and a 128-bit unsigned integer.
deps/fmt/format.h:1402
↓ 2 callersFunctionutf32to8
deps/utfcpp/cpp17.h:49
↓ 2 callersMethodvalidate
* @throws std::runtime_error if argument values are not valid */
deps/argsparse/argsparse.hpp:1086
↓ 2 callersFunctionvformat
deps/fmt/format.h:4144
↓ 2 callersFunctionvprint
deps/fmt/format-inl.h:1738
↓ 2 callersMethodwriteBufferToFile
AndUEDumper/src/Utils/BufferFmt.hpp:68
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
deps/nlohmann/json.hpp:15807
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
deps/nlohmann/json.hpp:15836
↓ 2 callersFunctionwrite_escaped_string
deps/fmt/format.h:1770
↓ 2 callersFunctionwrite_int
deps/fmt/format.h:1895
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
deps/nlohmann/json.hpp:16160
↓ 1 callersMethodForEachObject
AndUEDumper/src/UE/UEWrappers.cpp:78
↓ 1 callersMethodGetData
AndUEDumper/src/UE/UEWrappers.hpp:52
↓ 1 callersMethodGetExcludedObjects
AndUEDumper/src/UE/UEGameProfile.cpp:464
↓ 1 callersMethodGetFunc
AndUEDumper/src/UE/UEWrappers.cpp:535
↓ 1 callersMethodGetFunctionEFlags
AndUEDumper/src/UE/UEWrappers.cpp:550
↓ 1 callersMethodGetFunctionFlags
AndUEDumper/src/UE/UEWrappers.cpp:555
↓ 1 callersMethodGetNames
AndUEDumper/src/UE/UEWrappers.cpp:711
↓ 1 callersMethodGetNumParams
AndUEDumper/src/UE/UEWrappers.cpp:540
↓ 1 callersMethodGetObjObjects_Objects
AndUEDumper/src/UE/UEOffsets.hpp:221
↓ 1 callersMethodGetOffset
AndUEDumper/src/UE/UEWrappers.cpp:320
↓ 1 callersMethodGetPackageObject
AndUEDumper/src/UE/UEWrappers.cpp:184
↓ 1 callersMethodGetParamSize
AndUEDumper/src/UE/UEWrappers.cpp:545
↓ 1 callersMethodGetPropertyClass
AndUEDumper/src/UE/UEWrappers.cpp:762
↓ 1 callersMethodGetPropertyFlags
AndUEDumper/src/UE/UEWrappers.cpp:325
↓ 1 callersMethodHasFlags
AndUEDumper/src/UE/UEWrappers.cpp:268
↓ 1 callersFunctionHash
deps/hash/hash.h:14
↓ 1 callersFunctionHashCompute
deps/hash/hash.h:8
↓ 1 callersFunctionInit
AndUEDumper/src/UE/UEWrappers.cpp:15
↓ 1 callersMethodInitUEVars
AndUEDumper/src/UE/UEGameProfile.cpp:8
↓ 1 callersMethodIsA
AndUEDumper/src/UE/UEWrappers.cpp:253
↓ 1 callersMethodIsUsingFNamePool
AndUEDumper/src/UE/UEGameProfiles/PES.hpp:32
↓ 1 callersMethodNum
AndUEDumper/src/UE/UEWrappers.hpp:49
← previousnext →301–400 of 1,621, ranked by callers