MCPcopy Create free account

hub / github.com/Universal-Team/Universal-Updater / functions

Functions1,085 in github.com/Universal-Team/Universal-Updater

↓ 316 callersMethodsize
include/utils/json.hpp:2691
↓ 262 callersFunctionget
include/utils/json.hpp:3956
↓ 209 callersMethodTextColor
include/utils/theme.hpp:46
↓ 157 callersFunctioncreate
include/utils/json.hpp:17401
↓ 122 callersMethodwrite_character
include/utils/json.hpp:12652
↓ 86 callersMethodempty
! @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 callersMethodend
return iterator end (needed for range-based for)
include/utils/json.hpp:3947
↓ 75 callersFunctionlodepng_free
source/utils/lodepng.cpp:89
↓ 74 callersFunctiontouching
If button Position pressed -> Do something. touchPosition touch: The TouchPosition variable. Structs::ButtonPos button: The Button Struct. */
source/init.cpp:86
↓ 72 callersMethodbegin
return iterator begin (needed for range-based for)
include/utils/json.hpp:3941
↓ 60 callersMethodpush_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 callersFunctionlodepng_malloc
source/utils/lodepng.cpp:74
↓ 51 callersMethodGetEntry
include/store/store.hpp:87
↓ 42 callersFunctionlodepng_memcpy
source/utils/lodepng.cpp:120
↓ 38 callersFunctionadd
add a character to token_buffer
include/utils/json.hpp:7272
↓ 37 callersMethodkey
include/utils/json.hpp:5847
↓ 36 callersFunctiontype_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 callersFunctionbasic_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 callersMethodparse_error
include/utils/json.hpp:2463
↓ 29 callersMethodfind
include/utils/json.hpp:16518
↓ 29 callersFunctionlodepng_chunk_type_equals
source/utils/lodepng.cpp:2476
↓ 27 callersMethodMarkSelected
include/utils/theme.hpp:58
↓ 27 callersMethod_3dsxPath
include/utils/config.hpp:75
↓ 26 callersMethodGetDownloadIndex
include/store/store.hpp:96
↓ 26 callersMethodlanguage
Language. */
include/utils/config.hpp:50
↓ 25 callersMethodGetUniStoreTitle
Return the Title of the UniStore. */
source/store/store.cpp:286
↓ 24 callersFunctionassert_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 callersFunctionis_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 callersMethodBarColor
include/utils/theme.hpp:43
↓ 21 callersMethodBarOutline
include/utils/theme.hpp:45
↓ 21 callersMethodMarkUnselected
include/utils/theme.hpp:59
↓ 21 callersMethodSetEntry
include/store/store.hpp:88
↓ 20 callersMethodGetAnimOffset
include/store/store.hpp:84
↓ 20 callersMethodoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11347
↓ 19 callersMethodGetThemeColor
source/utils/theme.cpp:142
↓ 19 callersMethodnumber_integer
include/utils/json.hpp:5817
↓ 18 callersMethodGetValid
include/store/store.hpp:100
↓ 18 callersFunctioninput_adapter
include/utils/json.hpp:5088
↓ 18 callersMethodsax_parse
include/utils/json.hpp:10265
↓ 17 callersMethodGetMarks
Get the marks. const std::string &unistoreName: The UniStore name. const std::string &entry: The Entry name. */
source/store/meta.cpp:114
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
include/utils/json.hpp:10037
↓ 17 callersMethodinsert
include/utils/json.hpp:16542
↓ 17 callersFunctionlodepng_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 callersFunctionlodepng_strlen
does not check memory out of bounds, do not use on untrusted data */
source/utils/lodepng.cpp:133
↓ 17 callersFunctionparse
include/utils/json.hpp:23187
↓ 17 callersMethodpop_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 callersFunctionsetModuleBounded
Sets the color of the module at the given coordinates, which must be in bounds.
source/qrcodegen/qrcodegen.c:781
↓ 17 callersFunctionto_json
include/utils/json.hpp:4213
↓ 16 callersMethod_3dsxInFolder
include/utils/config.hpp:72
↓ 16 callersFunctionappendBitsToBuffer
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 callersMethodarchPath
include/utils/config.hpp:81
↓ 16 callersFunctionend
! @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 callersMethodfirmPath
include/utils/config.hpp:84
↓ 16 callersFunctionis_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 callersFunctionis_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 callersFunctionlodepng_set32bitInt
buffer must have at least 4 allocated bytes available*/
source/utils/lodepng.cpp:330
↓ 16 callersMethodndsPath
include/utils/config.hpp:78
↓ 15 callersFunctioncombine
boost::hash_combine
include/utils/json.hpp:4595
↓ 15 callersMethoderase
include/utils/json.hpp:16473
↓ 15 callersFunctionfrom_json
include/utils/json.hpp:3426
↓ 15 callersFunctionget_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 callersMethodlastStore
Last Store. */
include/utils/config.hpp:54
↓ 15 callersFunctionwriteBits
LSB of value is written first, and LSB of bytes is used first */
source/utils/lodepng.cpp:432
↓ 14 callersMethodEntryBar
include/utils/theme.hpp:47
↓ 14 callersMethodEntryOutline
include/utils/theme.hpp:48
↓ 14 callersMethodcustomfont
If using custom Font. */
include/utils/config.hpp:104
↓ 14 callersMethoddump
! @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 callersMethodnumber_unsigned
include/utils/json.hpp:5822
↓ 13 callersFunctioncheckWifiStatus
Check Wi-Fi status. @return True if Wi-Fi is connected; false if not. */
source/utils/download.cpp:453
↓ 13 callersFunctiongetModuleBounded
Returns the color of the module at the given coordinates, which must be in bounds.
source/qrcodegen/qrcodegen.c:772
↓ 13 callersFunctionlodepng_chunk_generate_crc
source/utils/lodepng.cpp:2510
↓ 13 callersMethodvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11394
↓ 12 callersMethodGetDownloadSIndex
include/store/store.hpp:93
↓ 12 callersMethodgetBool
Helper functions. */
source/utils/config.cpp:236
↓ 12 callersFunctionreadBits
Must have enough bits available with ensureBits */
source/utils/lodepng.cpp:580
↓ 12 callersMethodsetBool
source/utils/config.cpp:241
↓ 12 callersMethodsortAscending
include/utils/config.hpp:65
↓ 12 callersFunctiontake_bits
source/qr/decode.cpp:624
↓ 12 callersMethoduseAccentColor
If accent color should be used. */
include/utils/config.hpp:120
↓ 11 callersMethodSetAnimOffset
include/store/store.hpp:85
↓ 11 callersMethodSetBox
include/store/store.hpp:91
↓ 11 callersMethodSetScreenIndx
include/store/store.hpp:82
↓ 11 callersFunctionlodepng_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 callersMethodnumber_float
include/utils/json.hpp:5827
↓ 11 callersFunctionpaethPredictor
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 callersMethodproxyUrl
include/utils/config.hpp:130
↓ 11 callersMethodusebg
U-U Update check on startup. */
include/utils/config.hpp:100
↓ 10 callersMethodSetDownloadIndex
include/store/store.hpp:97
↓ 10 callersFunctionbegin
! @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 callersMethodboolean
include/utils/json.hpp:5812
↓ 10 callersMethodgetString
source/utils/config.cpp:254
↓ 10 callersMethodlist
Using Top List. */
include/utils/config.hpp:58
↓ 10 callersFunctionlodepng_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 callersFunctionlodepng_memset
source/utils/lodepng.cpp:126
↓ 10 callersFunctionparser
include/utils/json.hpp:16684
↓ 10 callersFunctionperspective_map
source/qr/identify.cpp:94
↓ 9 callersMethodBGColor
include/utils/theme.hpp:44
↓ 9 callersMethodGetBox
include/store/store.hpp:90
↓ 9 callersMethodGetScreenIndx
include/store/store.hpp:81
↓ 9 callersMethodGetStars
include/store/storeEntry.hpp:45
next →1–100 of 1,085, ranked by callers