Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Huntereb/Awoo-Installer
/ functions
Functions
728 in github.com/Huntereb/Awoo-Installer
⨍
Functions
728
◇
Types & classes
236
Method
get_token
get next token from lexer
include/util/json.hpp:13331
Method
get_ubjson_array
! @return whether array creation completed */
include/util/json.hpp:12276
Method
get_ubjson_float_prefix
include/util/json.hpp:17356
Method
get_ubjson_high_precision_number
include/util/json.hpp:12474
Method
get_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
Method
get_ubjson_object
! @return whether object creation completed */
include/util/json.hpp:12391
Method
get_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
Method
get_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
Method
get_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
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
include/util/json.hpp:12083
Method
handle_diagnostic_positions_for_json_value
include/util/json.hpp:8996
Method
handle_diagnostic_positions_for_json_value
include/util/json.hpp:9391
Method
handle_value
include/util/json.hpp:9470
Function
has_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
Function
hfs0GetHeaderSize
include/install/hfs0.hpp:43
Function
ignoreCaseCompare
source/util/util.cpp:55
Method
input_stream_adapter
include/util/json.hpp:6555
Function
insert
include/util/json.hpp:20041
Method
instPage
source/ui/instPage.cpp:11
Method
isOpen
source/nx/nca_writer.cpp:59
Method
isValid
source/nx/nca_writer.cpp:118
Function
is_c_string
include/util/json.hpp:4293
Function
is_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
include/util/json.hpp:21426
Method
is_errored
include/util/json.hpp:9383
Function
is_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
include/util/json.hpp:21342
Function
is_transparent
include/util/json.hpp:4321
Function
items
@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
Method
iter_impl
include/util/json.hpp:13647
Method
iteration_proxy
include/util/json.hpp:5589
Method
iteration_proxy_value
include/util/json.hpp:5484
Method
iterator_input_adapter
include/util/json.hpp:6611
Function
iterator_wrapper
include/util/json.hpp:22906
Function
json_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
Method
json_ref
include/util/json.hpp:15523
Method
json_reverse_iterator
create reverse iterator from iterator
include/util/json.hpp:14377
Method
json_sax_dom_callback_parser
include/util/json.hpp:9135
Method
json_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
Function
json_value
default constructor (for null values)
include/util/json.hpp:20460
Method
key
include/util/json.hpp:8908
Method
key
include/util/json.hpp:9225
Method
key
return the key of an object iterator
include/util/json.hpp:14438
Method
lexer
include/util/json.hpp:7146
Method
loadInstallScreen
source/ui/instPage.cpp:65
Method
loadMainMenu
source/ui/instPage.cpp:61
Function
main
source/main.cpp:9
Function
mainMenuThread
source/ui/mainPage.cpp:18
Function
make_array
include/util/json.hpp:3349
Function
max_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
include/util/json.hpp:23025
Function
merge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
include/util/json.hpp:25184
Method
mul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
include/util/json.hpp:17702
Method
netInstPage
source/ui/netInstPage.cpp:20
Method
next_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
Method
nonesuch
include/util/json.hpp:282
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
include/util/json.hpp:17767
Method
normalize_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
Method
null
include/util/json.hpp:8843
Method
null
include/util/json.hpp:9151
Method
number_float
include/util/json.hpp:8867
Method
number_float
include/util/json.hpp:9175
Method
number_integer
include/util/json.hpp:8855
Method
number_integer
include/util/json.hpp:9163
Method
number_unsigned
include/util/json.hpp:8861
Method
number_unsigned
include/util/json.hpp:9169
Method
onInput
source/ui/mainPage.cpp:135
Method
onInput
source/ui/sdInstPage.cpp:130
Method
onInput
source/ui/instPage.cpp:75
Method
onInput
source/ui/optionsPage.cpp:155
Method
onInput
source/ui/netInstPage.cpp:157
Method
onInput
source/ui/usbInstPage.cpp:110
Function
operator "" _json
include/util/json.hpp:25232
Function
operator "" _json_pointer
include/util/json.hpp:25244
Function
operator ""_lang
include/util/lang.hpp:11
Function
operator!=
include/util/json.hpp:6234
Method
operator!=
inequality operator (needed for range-based for)
include/util/json.hpp:5533
Function
operator()
include/util/json.hpp:25266
Method
operator()
include/util/json.hpp:5339
Method
operator()
include/util/json.hpp:6105
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
include/util/json.hpp:25280
Method
operator+
include/util/json.hpp:13473
Method
operator++
include/util/json.hpp:5518
Method
operator++
include/util/json.hpp:13491
Method
operator++
post-increment (it++)
include/util/json.hpp:14384
Method
operator-
include/util/json.hpp:13480
Method
operator-
subtract from iterator
include/util/json.hpp:14420
Method
operator--
include/util/json.hpp:13504
Method
operator--
post-decrement (it--)
include/util/json.hpp:14396
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/util/json.hpp:13882
Method
operator->
include/util/json.hpp:15563
Method
operator<
include/util/json.hpp:13468
Function
operator<=
! @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
Function
operator<=>
include/util/json.hpp:15373
Method
operator=
include/util/json.hpp:286
Function
operator==
include/util/json.hpp:14027
Method
operator==
equality operator (needed for InputIterator)
include/util/json.hpp:5527
Function
operator>
! @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
Function
operator>=
! @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
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/util/json.hpp:14251
Method
optionsPage
source/ui/optionsPage.cpp:21
Function
ordered_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
Method
output_adapter
include/util/json.hpp:15741
← previous
next →
501–600 of 728, ranked by callers