MCPcopy Create free account

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

Functions728 in github.com/Huntereb/Awoo-Installer

Methodbinary
include/util/json.hpp:9187
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
include/util/json.hpp:9862
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
include/util/json.hpp:15798
Methodboolean
include/util/json.hpp:8849
Methodboolean
include/util/json.hpp:9157
Methodbyte_swap
include/util/json.hpp:12597
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
include/util/json.hpp:16858
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
include/util/json.hpp:16873
Methodcalc_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
Methodcalc_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
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
include/util/json.hpp:16787
Methodcalc_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
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
include/util/json.hpp:16757
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
include/util/json.hpp:16815
MethodcalculateMGF1andXOR
source/util/crypto.cpp:7
Functionclear
@brief clears the contents @sa https://json.nlohmann.me/api/basic_json/clear/
include/util/json.hpp:23068
Functionclear_subtype
@brief clears the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/clear_subtype/
include/util/json.hpp:6263
Methodclose
source/nx/nca_writer.cpp:175
Functionconditional_static_cast
include/util/json.hpp:4177
Methodconstruct
include/util/json.hpp:5699
Methodconstruct
include/util/json.hpp:5712
Methodconstruct
include/util/json.hpp:5745
Methodconstruct
include/util/json.hpp:5767
Methodconstruct
include/util/json.hpp:5780
Methodconstruct
include/util/json.hpp:5793
Methodconstruct
include/util/json.hpp:5806
Methodconstruct
include/util/json.hpp:5876
Functioncontains
include/util/json.hpp:15082
Functionconvert
can't use conversion operator because of ambiguity
include/util/json.hpp:15339
Functioncount
include/util/json.hpp:19977
Methodcreate
include/util/json.hpp:4639
Methodcreate
include/util/json.hpp:4683
Methodcreate
include/util/json.hpp:4701
Methodcreate
include/util/json.hpp:4718
Methodcreate
include/util/json.hpp:4735
Methodcreate
include/util/json.hpp:6842
Methodcreate
include/util/json.hpp:6866
Methodcreate
include/util/json.hpp:6899
Functiondecode
! @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
Methoddecrypt
include/util/crypto.hpp:106
Methoddecrypt
include/util/crypto.hpp:140
Methoddiyfp
include/util/json.hpp:17684
Methodencrypt
source/nx/nca_writer.cpp:104
Methodencrypt
include/util/crypto.hpp:101
Methodencrypt
include/util/crypto.hpp:128
Methodend_array
include/util/json.hpp:8957
Methodend_array
include/util/json.hpp:9324
Methodend_object
include/util/json.hpp:8918
Methodend_object
include/util/json.hpp:9242
Functionend_pos
include/util/json.hpp:24280
Methodeof
include/util/json.hpp:3752
Methodeof
include/util/json.hpp:3776
Functionexception
include/util/json.hpp:4524
Methodexception_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
Methodexception_message
include/util/json.hpp:13336
MethodexitMenuItem_Click
source/ui/mainPage.cpp:126
Methodfill_buffer
UTF-32
include/util/json.hpp:6667
Methodfill_buffer
UTF-16
include/util/json.hpp:6725
Methodfill_buffer
include/util/json.hpp:6821
Methodflush
source/nx/nca_writer.cpp:188
MethodflushHeader
source/nx/nca_writer.cpp:457
Functionfrom_bson
include/util/json.hpp:24649
Functionfrom_cbor
include/util/json.hpp:24455
Methodfrom_json
include/util/json.hpp:6140
Functionfrom_json_tuple_impl_base
include/util/json.hpp:5231
Functionfrom_msgpack
include/util/json.hpp:24511
Functionfrom_ubjson
include/util/json.hpp:24565
Functionfront
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
include/util/json.hpp:22435
Functionget_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
include/util/json.hpp:20257
Methodget_bson_binary
include/util/json.hpp:10023
Methodget_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
Methodget_bson_string
include/util/json.hpp:10001
Methodget_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
Methodget_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
Methodget_cbor_float_prefix
include/util/json.hpp:17041
Methodget_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
Methodget_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
Functionget_character
include/util/json.hpp:6514
Methodget_character
include/util/json.hpp:6615
Methodget_character
include/util/json.hpp:6793
Methodget_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
Methodget_decimal_point
return the locale-dependent decimal point
include/util/json.hpp:7165
Functionget_elements
include/util/json.hpp:6521
Methodget_elements
include/util/json.hpp:6629
Methodget_elements
include/util/json.hpp:6812
Functionget_error_message
return syntax error message
include/util/json.hpp:8503
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
include/util/json.hpp:12585
Functionget_impl
include/util/json.hpp:21689
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
include/util/json.hpp:11555
Methodget_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
Methodget_msgpack_float_prefix
include/util/json.hpp:17055
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
include/util/json.hpp:11577
Methodget_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
Methodget_number
include/util/json.hpp:12634
Functionget_number_float
return floating-point value
include/util/json.hpp:8450
Functionget_number_unsigned
include/util/json.hpp:8444
Functionget_position
return position of last read token
include/util/json.hpp:8471
Functionget_ref
include/util/json.hpp:21875
Functionget_ref_impl
include/util/json.hpp:21564
Methodget_to
include/util/json.hpp:12568
← previousnext →401–500 of 728, ranked by callers