Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Encryqed/Dumper-7
/ functions
Functions
1,240 in github.com/Encryqed/Dumper-7
⨍
Functions
1,240
◇
Types & classes
355
↓ 7 callers
Function
compares_unordered
Dumper/Utils/Json/json.hpp:22975
↓ 7 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
Dumper/Utils/Json/json.hpp:18115
↓ 7 callers
Function
find
Dumper/Utils/Json/json.hpp:19290
↓ 7 callers
Function
if
Dumper/Utils/Json/json.hpp:22946
↓ 6 callers
Method
Get
Dumper/Utils/Encoding/UtfN.hpp:1416
↓ 6 callers
Method
GetFName
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:38
↓ 6 callers
Method
GetNumber
Dumper/Engine/Private/Unreal/UnrealTypes.cpp:364
↓ 6 callers
Method
GetRawName
Dumper/Generator/Private/Wrappers/EnumWrapper.cpp:19
↓ 6 callers
Method
GetSuper
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:33
↓ 6 callers
Method
GetWString
Dumper/Engine/Private/Unreal/NameArray.cpp:17
↓ 6 callers
Function
IsFlagSet
Dumper/Utils/Encoding/UtfN.hpp:116
↓ 6 callers
Function
IsValidUnicodeChar
Tests if a utf16 value is a valid Unicode character
Dumper/Utils/Encoding/UtfN.hpp:247
↓ 6 callers
Method
Num
Dumper/Engine/Private/Unreal/ObjectArray.cpp:456
↓ 6 callers
Function
is_string
@brief return whether value is a string @sa https://json.nlohmann.me/api/basic_json/is_string/
Dumper/Utils/Json/json.hpp:20673
↓ 6 callers
Function
json_pointer
@brief create JSON pointer @sa https://json.nlohmann.me/api/json_pointer/json_pointer/
Dumper/Utils/Json/json.hpp:13867
↓ 6 callers
Method
null
Dumper/Utils/Json/json.hpp:7298
↓ 6 callers
Function
push_back
@brief append an unescaped token at the end of the reference pointer @sa https://json.nlohmann.me/api/json_pointer/push_back/
Dumper/Utils/Json/json.hpp:13988
↓ 5 callers
Method
GetFullName
Dumper/Generator/Private/Wrappers/EnumWrapper.cpp:24
↓ 5 callers
Method
GetName
Dumper/Generator/Private/Managers/PackageManager.cpp:33
↓ 5 callers
Function
GetObjectsOffset
Dumper/Engine/Public/OffsetFinder/Offsets.h:114
↓ 5 callers
Method
GetOffset
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:901
↓ 5 callers
Method
GetUnrealProperty
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:38
↓ 5 callers
Function
GetUtf8CharLenght
Dumper/Utils/Encoding/UtfN.hpp:541
↓ 5 callers
Method
HasAnyFlags
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:282
↓ 5 callers
Method
IsFunction
Dumper/Generator/Private/Wrappers/StructWrapper.cpp:105
↓ 5 callers
Method
IsUnique
Dumper/Generator/Public/HashStringTable.h:101
↓ 5 callers
Function
MakeValidFileName
Dumper/TmpUtils.h:20
↓ 5 callers
Method
binary
Dumper/Utils/Json/json.hpp:7328
↓ 5 callers
Function
cend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
Dumper/Utils/Json/json.hpp:22111
↓ 5 callers
Function
escape
Dumper/Utils/Json/json.hpp:2990
↓ 5 callers
Method
get_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
Dumper/Utils/Json/json.hpp:6259
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
Dumper/Utils/Json/json.hpp:12762
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
Dumper/Utils/Json/json.hpp:12261
↓ 4 callers
Method
Contains
Dumper/Utils/Encoding/UnicodeNames.h:35
↓ 4 callers
Method
GetAddress
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:8
↓ 4 callers
Method
GetBitIndex
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:82
↓ 4 callers
Method
GetElementProperty
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:1425
↓ 4 callers
Method
GetFunctions
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:692
↓ 4 callers
Method
GetIndex
Dumper/Engine/Private/Unreal/ObjectArray.cpp:593
↓ 4 callers
Method
GetInnerProperty
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:1379
↓ 4 callers
Method
GetKeyProperty
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:1410
↓ 4 callers
Method
GetNumCodepoints
Dumper/Utils/Encoding/UtfN.hpp:1428
↓ 4 callers
Function
GetPEB
Dumper/Platform/Private/PlatformWindows.cpp:122
↓ 4 callers
Method
GetSignatureFunction
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:1389
↓ 4 callers
Method
GetSize
Dumper/Generator/Private/Managers/StructManager.cpp:14
↓ 4 callers
Method
GetUnderlayingProperty
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:1435
↓ 4 callers
Function
GetValidPointerOffset
Dumper/Engine/Public/OffsetFinder/OffsetFinder.h:52
↓ 4 callers
Method
HasEnums
Dumper/Generator/Private/Managers/PackageManager.cpp:73
↓ 4 callers
Method
HasParameterStructs
Dumper/Generator/Private/Managers/PackageManager.cpp:68
↓ 4 callers
Method
IsBitField
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:68
↓ 4 callers
Method
IsEmpty
Dumper/Generator/Private/Managers/PackageManager.cpp:78
↓ 4 callers
Method
IsPredefined
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:299
↓ 4 callers
Method
IsType
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:43
↓ 4 callers
Method
IsUnrealProperty
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:147
↓ 4 callers
Method
IsValidIndex
Dumper/Engine/Public/Unreal/UnrealContainers.h:641
↓ 4 callers
Method
NumAllocated
Dumper/Engine/Public/Unreal/UnrealContainers.h:636
↓ 4 callers
Function
StrToLower
Credits: https://en.cppreference.com/w/cpp/string/byte/tolower */
Dumper/TmpUtils.h:9
↓ 4 callers
Method
ToValidString
Dumper/Engine/Private/Unreal/UnrealTypes.cpp:354
↓ 4 callers
Method
ToWString
Dumper/Engine/Private/Unreal/UnrealTypes.cpp:326
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
Dumper/Utils/Json/json.hpp:12321
↓ 4 callers
Function
destroy
Dumper/Utils/Json/json.hpp:19856
↓ 4 callers
Function
empty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
Dumper/Utils/Json/json.hpp:14002
↓ 4 callers
Function
get_arithmetic_value
Dumper/Utils/Json/json.hpp:4678
↓ 4 callers
Method
get_binary
Dumper/Utils/Json/json.hpp:12008
↓ 4 callers
Method
get_string
Dumper/Utils/Json/json.hpp:11975
↓ 4 callers
Function
insert_iterator
Dumper/Utils/Json/json.hpp:22568
↓ 4 callers
Function
is_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
Dumper/Utils/Json/json.hpp:20624
↓ 4 callers
Method
jsonify
* \brief creates a JSON with all the information about the MemberType and SubTypes * \return returns a JSON with all the information about the Memb
Dumper/Utils/Dumpspace/DSGen.h:65
↓ 4 callers
Function
replace_substring
Dumper/Utils/Json/json.hpp:2971
↓ 4 callers
Method
set_end
set iterator to a defined past the end
Dumper/Utils/Json/json.hpp:12756
↓ 4 callers
Method
write_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
Dumper/Utils/Json/json.hpp:15778
↓ 3 callers
Method
AsStruct
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:173
↓ 3 callers
Function
BooleanOrEqual
Dumper/Generator/Private/Managers/PackageManager.cpp:8
↓ 3 callers
Method
GetChild
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:635
↓ 3 callers
Method
GetData
Dumper/Engine/Public/Unreal/UnrealContainers.h:148
↓ 3 callers
Method
GetEnumPrefixedName
Dumper/Generator/Private/Generators/CppGenerator.cpp:838
↓ 3 callers
Method
GetFullName
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:368
↓ 3 callers
Method
GetFunctionFlags
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:198
↓ 3 callers
Method
GetName
Dumper/Generator/Private/Wrappers/StructWrapper.cpp:21
↓ 3 callers
Method
GetNumMembers
Dumper/Generator/Private/Wrappers/EnumWrapper.cpp:46
↓ 3 callers
Method
GetPredefFuncReturnType
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:255
↓ 3 callers
Function
GetSearchStartAndRangeBasedOnOverrides
Dumper/Platform/Private/PlatformWindows.cpp:281
↓ 3 callers
Method
GetUnalignedSize
Dumper/Generator/Private/Wrappers/StructWrapper.cpp:75
↓ 3 callers
Method
GetUnderlyingTypeSize
Dumper/Generator/Private/Wrappers/EnumWrapper.cpp:36
↓ 3 callers
Function
GetUtf16CharLenght
Dumper/Utils/Encoding/UtfN.hpp:570
↓ 3 callers
Method
GetValue
Dumper/Generator/Private/Managers/EnumManager.cpp:43
↓ 3 callers
Method
GetVft
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:247
↓ 3 callers
Method
HasFunctions
Dumper/Generator/Private/Managers/MemberManager.cpp:55
↓ 3 callers
Method
HasInlineBody
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:319
↓ 3 callers
Method
HasMembers
Dumper/Generator/Private/Managers/MemberManager.cpp:60
↓ 3 callers
Method
IsConst
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:309
↓ 3 callers
Function
IsHighSurrogate
Dumper/Utils/Encoding/UtfN.hpp:233
↓ 3 callers
Method
IsInterface
Dumper/Generator/Private/Wrappers/StructWrapper.cpp:110
↓ 3 callers
Method
IsNativeBool
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:1314
↓ 3 callers
Method
IsType
Dumper/Generator/Private/Wrappers/MemberWrappers.cpp:50
↓ 3 callers
Method
IsUnrealStruct
Dumper/Generator/Private/Wrappers/StructWrapper.cpp:136
↓ 3 callers
Method
IterateFunctions
Dumper/Generator/Private/Managers/MemberManager.cpp:70
↓ 3 callers
Method
ProcessEvent
Dumper/Engine/Private/Unreal/UnrealObjects.cpp:456
↓ 3 callers
Method
ResetNum
Dumper/Engine/Public/Unreal/UnrealTypes.h:53
↓ 3 callers
Function
SectionInfoToWinSectionInfo
Dumper/Platform/Private/PlatformWindows.cpp:26
← previous
next →
101–200 of 1,240, ranked by callers