Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Universal-Team/Universal-Updater
/ functions
Functions
1,085 in github.com/Universal-Team/Universal-Updater
⨍
Functions
1,085
◇
Types & classes
238
↓ 316 callers
Method
size
include/utils/json.hpp:2691
↓ 262 callers
Function
get
include/utils/json.hpp:3956
↓ 209 callers
Method
TextColor
include/utils/theme.hpp:46
↓ 157 callers
Function
create
include/utils/json.hpp:17401
↓ 122 callers
Method
write_character
include/utils/json.hpp:12652
↓ 86 callers
Method
empty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
include/utils/json.hpp:11853
↓ 86 callers
Method
end
return iterator end (needed for range-based for)
include/utils/json.hpp:3947
↓ 75 callers
Function
lodepng_free
source/utils/lodepng.cpp:89
↓ 74 callers
Function
touching
If button Position pressed -> Do something. touchPosition touch: The TouchPosition variable. Structs::ButtonPos button: The Button Struct. */
source/init.cpp:86
↓ 72 callers
Method
begin
return iterator begin (needed for range-based for)
include/utils/json.hpp:3941
↓ 60 callers
Method
push_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
include/utils/json.hpp:11828
↓ 57 callers
Function
lodepng_malloc
source/utils/lodepng.cpp:74
↓ 51 callers
Method
GetEntry
include/store/store.hpp:87
↓ 42 callers
Function
lodepng_memcpy
source/utils/lodepng.cpp:120
↓ 38 callers
Function
add
add a character to token_buffer
include/utils/json.hpp:7272
↓ 37 callers
Method
key
include/utils/json.hpp:5847
↓ 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
include/utils/json.hpp:23411
↓ 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
include/utils/json.hpp:17830
↓ 31 callers
Method
parse_error
include/utils/json.hpp:2463
↓ 29 callers
Method
find
include/utils/json.hpp:16518
↓ 29 callers
Function
lodepng_chunk_type_equals
source/utils/lodepng.cpp:2476
↓ 27 callers
Method
MarkSelected
include/utils/theme.hpp:58
↓ 27 callers
Method
_3dsxPath
include/utils/config.hpp:75
↓ 26 callers
Method
GetDownloadIndex
include/store/store.hpp:96
↓ 26 callers
Method
language
Language. */
include/utils/config.hpp:50
↓ 25 callers
Method
GetUniStoreTitle
Return the Title of the UniStore. */
source/store/store.cpp:286
↓ 24 callers
Function
assert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
include/utils/json.hpp:17710
↓ 24 callers
Function
is_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
include/utils/json.hpp:19051
↓ 21 callers
Method
BarColor
include/utils/theme.hpp:43
↓ 21 callers
Method
BarOutline
include/utils/theme.hpp:45
↓ 21 callers
Method
MarkUnselected
include/utils/theme.hpp:59
↓ 21 callers
Method
SetEntry
include/store/store.hpp:88
↓ 20 callers
Method
GetAnimOffset
include/store/store.hpp:84
↓ 20 callers
Method
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11347
↓ 19 callers
Method
GetThemeColor
source/utils/theme.cpp:142
↓ 19 callers
Method
number_integer
include/utils/json.hpp:5817
↓ 18 callers
Method
GetValid
include/store/store.hpp:100
↓ 18 callers
Function
input_adapter
include/utils/json.hpp:5088
↓ 18 callers
Method
sax_parse
include/utils/json.hpp:10265
↓ 17 callers
Method
GetMarks
Get the marks. const std::string &unistoreName: The UniStore name. const std::string &entry: The Entry name. */
source/store/meta.cpp:114
↓ 17 callers
Method
get_token_string
! @return a string representation of the last read byte */
include/utils/json.hpp:10037
↓ 17 callers
Method
insert
include/utils/json.hpp:16542
↓ 17 callers
Function
lodepng_chunk_init
Sets length and name and allocates the space for data and crc but does not set data or crc yet. Returns the start of the chunk in chunk. The start of
source/utils/lodepng.cpp:2587
↓ 17 callers
Function
lodepng_strlen
does not check memory out of bounds, do not use on untrusted data */
source/utils/lodepng.cpp:133
↓ 17 callers
Function
parse
include/utils/json.hpp:23187
↓ 17 callers
Method
pop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
include/utils/json.hpp:11782
↓ 17 callers
Function
setModuleBounded
Sets the color of the module at the given coordinates, which must be in bounds.
source/qrcodegen/qrcodegen.c:781
↓ 17 callers
Function
to_json
include/utils/json.hpp:4213
↓ 16 callers
Method
_3dsxInFolder
include/utils/config.hpp:72
↓ 16 callers
Function
appendBitsToBuffer
Appends the given number of low-order bits of the given value to the given byte-based bit buffer, increasing the bit length. Requires 0 <= numBits <=
source/qrcodegen/qrcodegen.c:188
↓ 16 callers
Method
archPath
include/utils/config.hpp:81
↓ 16 callers
Function
end
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
include/utils/json.hpp:21037
↓ 16 callers
Method
firmPath
include/utils/config.hpp:84
↓ 16 callers
Function
is_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
include/utils/json.hpp:19073
↓ 16 callers
Function
is_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
include/utils/json.hpp:18892
↓ 16 callers
Function
lodepng_set32bitInt
buffer must have at least 4 allocated bytes available*/
source/utils/lodepng.cpp:330
↓ 16 callers
Method
ndsPath
include/utils/config.hpp:78
↓ 15 callers
Function
combine
boost::hash_combine
include/utils/json.hpp:4595
↓ 15 callers
Method
erase
include/utils/json.hpp:16473
↓ 15 callers
Function
from_json
include/utils/json.hpp:3426
↓ 15 callers
Function
get_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
include/utils/json.hpp:7319
↓ 15 callers
Method
lastStore
Last Store. */
include/utils/config.hpp:54
↓ 15 callers
Function
writeBits
LSB of value is written first, and LSB of bytes is used first */
source/utils/lodepng.cpp:432
↓ 14 callers
Method
EntryBar
include/utils/theme.hpp:47
↓ 14 callers
Method
EntryOutline
include/utils/theme.hpp:48
↓ 14 callers
Method
customfont
If using custom Font. */
include/utils/config.hpp:104
↓ 14 callers
Method
dump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
include/utils/json.hpp:15533
↓ 14 callers
Method
number_unsigned
include/utils/json.hpp:5822
↓ 13 callers
Function
checkWifiStatus
Check Wi-Fi status. @return True if Wi-Fi is connected; false if not. */
source/utils/download.cpp:453
↓ 13 callers
Function
getModuleBounded
Returns the color of the module at the given coordinates, which must be in bounds.
source/qrcodegen/qrcodegen.c:772
↓ 13 callers
Function
lodepng_chunk_generate_crc
source/utils/lodepng.cpp:2510
↓ 13 callers
Method
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11394
↓ 12 callers
Method
GetDownloadSIndex
include/store/store.hpp:93
↓ 12 callers
Method
getBool
Helper functions. */
source/utils/config.cpp:236
↓ 12 callers
Function
readBits
Must have enough bits available with ensureBits */
source/utils/lodepng.cpp:580
↓ 12 callers
Method
setBool
source/utils/config.cpp:241
↓ 12 callers
Method
sortAscending
include/utils/config.hpp:65
↓ 12 callers
Function
take_bits
source/qr/decode.cpp:624
↓ 12 callers
Method
useAccentColor
If accent color should be used. */
include/utils/config.hpp:120
↓ 11 callers
Method
SetAnimOffset
include/store/store.hpp:85
↓ 11 callers
Method
SetBox
include/store/store.hpp:91
↓ 11 callers
Method
SetScreenIndx
include/store/store.hpp:82
↓ 11 callers
Function
lodepng_addofl
Safely check if adding two integers will overflow (no undefined behavior, compiler removing the code, etc...) and output result. */
source/utils/lodepng.cpp:148
↓ 11 callers
Method
number_float
include/utils/json.hpp:5827
↓ 11 callers
Function
paethPredictor
Paeth predictor, used by PNG filter type 4 The parameters are of type short, but should come from unsigned chars, the shorts are only needed to make t
source/utils/lodepng.cpp:3974
↓ 11 callers
Method
proxyUrl
include/utils/config.hpp:130
↓ 11 callers
Method
usebg
U-U Update check on startup. */
include/utils/config.hpp:100
↓ 10 callers
Method
SetDownloadIndex
include/store/store.hpp:97
↓ 10 callers
Function
begin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
include/utils/json.hpp:20966
↓ 10 callers
Method
boolean
include/utils/json.hpp:5812
↓ 10 callers
Method
getString
source/utils/config.cpp:254
↓ 10 callers
Method
list
Using Top List. */
include/utils/config.hpp:58
↓ 10 callers
Function
lodepng_get_raw_size_idat
in an idat chunk, each scanline is a multiple of 8 bits, unlike the lodepng output buffer, and in addition has one extra byte per line: the filter byt
source/utils/lodepng.cpp:2808
↓ 10 callers
Function
lodepng_memset
source/utils/lodepng.cpp:126
↓ 10 callers
Function
parser
include/utils/json.hpp:16684
↓ 10 callers
Function
perspective_map
source/qr/identify.cpp:94
↓ 9 callers
Method
BGColor
include/utils/theme.hpp:44
↓ 9 callers
Method
GetBox
include/store/store.hpp:90
↓ 9 callers
Method
GetScreenIndx
include/store/store.hpp:81
↓ 9 callers
Method
GetStars
include/store/storeEntry.hpp:45
next →
1–100 of 1,085, ranked by callers