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
binary
include/util/json.hpp:9187
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
include/util/json.hpp:9862
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
include/util/json.hpp:15798
Method
boolean
include/util/json.hpp:8849
Method
boolean
include/util/json.hpp:9157
Method
byte_swap
include/util/json.hpp:12597
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
include/util/json.hpp:16858
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
include/util/json.hpp:16873
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
include/util/json.hpp:16915
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
include/util/json.hpp:16710
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
include/util/json.hpp:16787
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] value JSON value to serialize
include/util/json.hpp:17010
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
include/util/json.hpp:16757
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
include/util/json.hpp:16815
Method
calculateMGF1andXOR
source/util/crypto.cpp:7
Function
clear
@brief clears the contents @sa https://json.nlohmann.me/api/basic_json/clear/
include/util/json.hpp:23068
Function
clear_subtype
@brief clears the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/clear_subtype/
include/util/json.hpp:6263
Method
close
source/nx/nca_writer.cpp:175
Function
conditional_static_cast
include/util/json.hpp:4177
Method
construct
include/util/json.hpp:5699
Method
construct
include/util/json.hpp:5712
Method
construct
include/util/json.hpp:5745
Method
construct
include/util/json.hpp:5767
Method
construct
include/util/json.hpp:5780
Method
construct
include/util/json.hpp:5793
Method
construct
include/util/json.hpp:5806
Method
construct
include/util/json.hpp:5876
Function
contains
include/util/json.hpp:15082
Function
convert
can't use conversion operator because of ambiguity
include/util/json.hpp:15339
Function
count
include/util/json.hpp:19977
Method
create
include/util/json.hpp:4639
Method
create
include/util/json.hpp:4683
Method
create
include/util/json.hpp:4701
Method
create
include/util/json.hpp:4718
Method
create
include/util/json.hpp:4735
Method
create
include/util/json.hpp:6842
Method
create
include/util/json.hpp:6866
Method
create
include/util/json.hpp:6899
Function
decode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
include/util/json.hpp:19621
Method
decrypt
include/util/crypto.hpp:106
Method
decrypt
include/util/crypto.hpp:140
Method
diyfp
include/util/json.hpp:17684
Method
encrypt
source/nx/nca_writer.cpp:104
Method
encrypt
include/util/crypto.hpp:101
Method
encrypt
include/util/crypto.hpp:128
Method
end_array
include/util/json.hpp:8957
Method
end_array
include/util/json.hpp:9324
Method
end_object
include/util/json.hpp:8918
Method
end_object
include/util/json.hpp:9242
Function
end_pos
include/util/json.hpp:24280
Method
eof
include/util/json.hpp:3752
Method
eof
include/util/json.hpp:3776
Function
exception
include/util/json.hpp:4524
Method
exception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
include/util/json.hpp:12747
Method
exception_message
include/util/json.hpp:13336
Method
exitMenuItem_Click
source/ui/mainPage.cpp:126
Method
fill_buffer
UTF-32
include/util/json.hpp:6667
Method
fill_buffer
UTF-16
include/util/json.hpp:6725
Method
fill_buffer
include/util/json.hpp:6821
Method
flush
source/nx/nca_writer.cpp:188
Method
flushHeader
source/nx/nca_writer.cpp:457
Function
from_bson
include/util/json.hpp:24649
Function
from_cbor
include/util/json.hpp:24455
Method
from_json
include/util/json.hpp:6140
Function
from_json_tuple_impl_base
include/util/json.hpp:5231
Function
from_msgpack
include/util/json.hpp:24511
Function
from_ubjson
include/util/json.hpp:24565
Function
front
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
include/util/json.hpp:22435
Function
get_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
include/util/json.hpp:20257
Method
get_bson_binary
include/util/json.hpp:10023
Method
get_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
include/util/json.hpp:9971
Method
get_bson_string
include/util/json.hpp:10001
Method
get_cbor_array
! @param[in] len the length of the array or detail::unknown_size() for an array of indefinite size @param[in] tag_handler
include/util/json.hpp:10886
Method
get_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
include/util/json.hpp:10791
Method
get_cbor_float_prefix
include/util/json.hpp:17041
Method
get_cbor_object
! @param[in] len the length of the object or detail::unknown_size() for an object of indefinite size @param[in] tag_handl
include/util/json.hpp:10924
Method
get_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
include/util/json.hpp:10695
Function
get_character
include/util/json.hpp:6514
Method
get_character
include/util/json.hpp:6615
Method
get_character
include/util/json.hpp:6793
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
include/util/json.hpp:7192
Method
get_decimal_point
return the locale-dependent decimal point
include/util/json.hpp:7165
Function
get_elements
include/util/json.hpp:6521
Method
get_elements
include/util/json.hpp:6629
Method
get_elements
include/util/json.hpp:6812
Function
get_error_message
return syntax error message
include/util/json.hpp:8503
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
include/util/json.hpp:12585
Function
get_impl
include/util/json.hpp:21689
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
include/util/json.hpp:11555
Method
get_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
include/util/json.hpp:11444
Method
get_msgpack_float_prefix
include/util/json.hpp:17055
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
include/util/json.hpp:11577
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
include/util/json.hpp:11361
Method
get_number
include/util/json.hpp:12634
Function
get_number_float
return floating-point value
include/util/json.hpp:8450
Function
get_number_unsigned
include/util/json.hpp:8444
Function
get_position
return position of last read token
include/util/json.hpp:8471
Function
get_ref
include/util/json.hpp:21875
Function
get_ref_impl
include/util/json.hpp:21564
Method
get_to
include/util/json.hpp:12568
← previous
next →
401–500 of 728, ranked by callers