MCPcopy Create free account

hub / github.com/Huntereb/Awoo-Installer / functions

Functions728 in github.com/Huntereb/Awoo-Installer

Methodget_token
get next token from lexer
include/util/json.hpp:13331
Methodget_ubjson_array
! @return whether array creation completed */
include/util/json.hpp:12276
Methodget_ubjson_float_prefix
include/util/json.hpp:17356
Methodget_ubjson_high_precision_number
include/util/json.hpp:12474
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
include/util/json.hpp:11728
Methodget_ubjson_object
! @return whether object creation completed */
include/util/json.hpp:12391
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
include/util/json.hpp:12016
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
include/util/json.hpp:11793
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
include/util/json.hpp:11633
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
include/util/json.hpp:12083
Methodhandle_diagnostic_positions_for_json_value
include/util/json.hpp:8996
Methodhandle_diagnostic_positions_for_json_value
include/util/json.hpp:9391
Methodhandle_value
include/util/json.hpp:9470
Functionhas_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
include/util/json.hpp:6256
Functionhfs0GetHeaderSize
include/install/hfs0.hpp:43
FunctionignoreCaseCompare
source/util/util.cpp:55
Methodinput_stream_adapter
include/util/json.hpp:6555
Functioninsert
include/util/json.hpp:20041
MethodinstPage
source/ui/instPage.cpp:11
MethodisOpen
source/nx/nca_writer.cpp:59
MethodisValid
source/nx/nca_writer.cpp:118
Functionis_c_string
include/util/json.hpp:4293
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
include/util/json.hpp:21426
Methodis_errored
include/util/json.hpp:9383
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
include/util/json.hpp:21342
Functionis_transparent
include/util/json.hpp:4321
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
include/util/json.hpp:22924
Methoditer_impl
include/util/json.hpp:13647
Methoditeration_proxy
include/util/json.hpp:5589
Methoditeration_proxy_value
include/util/json.hpp:5484
Methoditerator_input_adapter
include/util/json.hpp:6611
Functioniterator_wrapper
include/util/json.hpp:22906
Functionjson_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
include/util/json.hpp:14627
Methodjson_ref
include/util/json.hpp:15523
Methodjson_reverse_iterator
create reverse iterator from iterator
include/util/json.hpp:14377
Methodjson_sax_dom_callback_parser
include/util/json.hpp:9135
Methodjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
include/util/json.hpp:8832
Functionjson_value
default constructor (for null values)
include/util/json.hpp:20460
Methodkey
include/util/json.hpp:8908
Methodkey
include/util/json.hpp:9225
Methodkey
return the key of an object iterator
include/util/json.hpp:14438
Methodlexer
include/util/json.hpp:7146
MethodloadInstallScreen
source/ui/instPage.cpp:65
MethodloadMainMenu
source/ui/instPage.cpp:61
Functionmain
source/main.cpp:9
FunctionmainMenuThread
source/ui/mainPage.cpp:18
Functionmake_array
include/util/json.hpp:3349
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
include/util/json.hpp:23025
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
include/util/json.hpp:25184
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
include/util/json.hpp:17702
MethodnetInstPage
source/ui/netInstPage.cpp:20
Methodnext_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
include/util/json.hpp:7240
Methodnonesuch
include/util/json.hpp:282
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
include/util/json.hpp:17767
Methodnormalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
include/util/json.hpp:17784
Methodnull
include/util/json.hpp:8843
Methodnull
include/util/json.hpp:9151
Methodnumber_float
include/util/json.hpp:8867
Methodnumber_float
include/util/json.hpp:9175
Methodnumber_integer
include/util/json.hpp:8855
Methodnumber_integer
include/util/json.hpp:9163
Methodnumber_unsigned
include/util/json.hpp:8861
Methodnumber_unsigned
include/util/json.hpp:9169
MethodonInput
source/ui/mainPage.cpp:135
MethodonInput
source/ui/sdInstPage.cpp:130
MethodonInput
source/ui/instPage.cpp:75
MethodonInput
source/ui/optionsPage.cpp:155
MethodonInput
source/ui/netInstPage.cpp:157
MethodonInput
source/ui/usbInstPage.cpp:110
Functionoperator "" _json
include/util/json.hpp:25232
Functionoperator "" _json_pointer
include/util/json.hpp:25244
Functionoperator ""_lang
include/util/lang.hpp:11
Functionoperator!=
include/util/json.hpp:6234
Methodoperator!=
inequality operator (needed for range-based for)
include/util/json.hpp:5533
Functionoperator()
include/util/json.hpp:25266
Methodoperator()
include/util/json.hpp:5339
Methodoperator()
include/util/json.hpp:6105
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
include/util/json.hpp:25280
Methodoperator+
include/util/json.hpp:13473
Methodoperator++
include/util/json.hpp:5518
Methodoperator++
include/util/json.hpp:13491
Methodoperator++
post-increment (it++)
include/util/json.hpp:14384
Methodoperator-
include/util/json.hpp:13480
Methodoperator-
subtract from iterator
include/util/json.hpp:14420
Methodoperator--
include/util/json.hpp:13504
Methodoperator--
post-decrement (it--)
include/util/json.hpp:14396
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/util/json.hpp:13882
Methodoperator->
include/util/json.hpp:15563
Methodoperator<
include/util/json.hpp:13468
Functionoperator<=
! @brief comparison: less than or equal @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-i
include/util/json.hpp:14116
Functionoperator<=>
include/util/json.hpp:15373
Methodoperator=
include/util/json.hpp:286
Functionoperator==
include/util/json.hpp:14027
Methodoperator==
equality operator (needed for InputIterator)
include/util/json.hpp:5527
Functionoperator>
! @brief comparison: greater than @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-initial
include/util/json.hpp:14125
Functionoperator>=
! @brief comparison: greater than or equal @pre (1) The iterator is initialized; i.e. `m_object != nullptr`, or (2) both iterators are value-i
include/util/json.hpp:14134
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/util/json.hpp:14251
MethodoptionsPage
source/ui/optionsPage.cpp:21
Functionordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
include/util/json.hpp:19763
Methodoutput_adapter
include/util/json.hpp:15741
← previousnext →501–600 of 728, ranked by callers