MCPcopy Create free account

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

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

Methoddump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
include/utils/json.hpp:16199
Methoddump_integer
include/utils/json.hpp:16113
Methodempty
include/utils/json.hpp:4872
Functionencode
source/utils/lodepng.cpp:6405
Methodend_array
include/utils/json.hpp:5434
Methodend_array
include/utils/json.hpp:5651
Methodend_object
include/utils/json.hpp:5415
Methodend_object
include/utils/json.hpp:5605
Methodexception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
include/utils/json.hpp:10050
Methodexception_message
include/utils/json.hpp:10572
MethodextractFile
Extract files. */
source/utils/scriptUtils.cpp:277
Functionfile_handle_data
source/utils/download.cpp:120
Methodfile_input_adapter
include/utils/json.hpp:4760
Methodfill_buffer
UTF-32
include/utils/json.hpp:4887
Methodfill_buffer
UTF-16
include/utils/json.hpp:4945
Methodfill_buffer
include/utils/json.hpp:5034
Functionfind_leftmost_to_line
source/qr/identify.cpp:643
Functionfind_one_corner
source/qr/identify.cpp:396
Functionfind_other_corners
source/qr/identify.cpp:416
Functionflatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
include/utils/json.hpp:12384
Methodformat
source/utils/stringutils.cpp:129
MethodformatBytes
adapted from GM9i's byte parsing. */
source/utils/stringutils.cpp:74
MethodformatNumber
Format a number with separators per locale */
source/utils/stringutils.cpp:90
Functionfrom_bson
include/utils/json.hpp:24362
Functionfrom_cbor
include/utils/json.hpp:23992
Methodfrom_json
include/utils/json.hpp:4382
Functionfrom_msgpack
include/utils/json.hpp:24134
Functionfrom_ubjson
include/utils/json.hpp:24249
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
include/utils/json.hpp:20405
MethodgetTextKeyboard
Return a string of the keyboard. std::string Output: Reference to the string to write the resut to uint maxLength: The max length. const std::stri
source/keyboard.cpp:44
Functionget_allocator
! @brief returns the allocator associated with the container */
include/utils/json.hpp:16799
Methodget_bson_binary
include/utils/json.hpp:7870
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/utils/json.hpp:7819
Methodget_bson_string
include/utils/json.hpp:7849
Methodget_cbor_array
! @param[in] len the length of the array or std::size_t(-1) for an array of indefinite size @param[in] tag_handler how CB
include/utils/json.hpp:8676
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/utils/json.hpp:8582
Methodget_cbor_float_prefix
include/utils/json.hpp:13958
Methodget_cbor_object
! @param[in] len the length of the object or std::size_t(-1) for an object of indefinite size @param[in] tag_handler how
include/utils/json.hpp:8714
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/utils/json.hpp:8487
Methodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
include/utils/json.hpp:4823
Methodget_character
include/utils/json.hpp:4851
Methodget_character
include/utils/json.hpp:5013
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/utils/json.hpp:6040
Methodget_decimal_point
return the locale-dependent decimal point
include/utils/json.hpp:6013
Functionget_error_message
return syntax error message
include/utils/json.hpp:7343
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
include/utils/json.hpp:9899
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
include/utils/json.hpp:9340
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/utils/json.hpp:9229
Methodget_msgpack_float_prefix
include/utils/json.hpp:13972
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
include/utils/json.hpp:9362
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/utils/json.hpp:9147
Methodget_number
include/utils/json.hpp:9924
Functionget_number_float
return floating-point value
include/utils/json.hpp:7295
Functionget_number_unsigned
include/utils/json.hpp:7289
Functionget_position
return position of last read token
include/utils/json.hpp:7311
Functionget_ptr
include/utils/json.hpp:19567
Functionget_ref
include/utils/json.hpp:19661
Functionget_ref_impl
include/utils/json.hpp:19301
Functionget_to
include/utils/json.hpp:19530
Methodget_token
get next token from lexer
include/utils/json.hpp:10567
Methodget_ubjson_array
! @return whether array creation completed */
include/utils/json.hpp:9691
Methodget_ubjson_float_prefix
include/utils/json.hpp:14209
Methodget_ubjson_high_precision_number
include/utils/json.hpp:9828
Methodget_ubjson_object
! @return whether object creation completed */
include/utils/json.hpp:9753
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/utils/json.hpp:9549
Methodget_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
include/utils/json.hpp:9472
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/utils/json.hpp:9418
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
include/utils/json.hpp:9590
Functionhandle_data
following function is from https://github.com/angelsl/libctrfgh/blob/master/curl_test/src/main.c */
source/utils/download.cpp:297
Methodhandle_value
include/utils/json.hpp:5714
Methodinput_stream_adapter
include/utils/json.hpp:4805
Functioninsert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
include/utils/json.hpp:22022
MethodinstallFile
Install CIA files. */
source/utils/scriptUtils.cpp:249
Functionis_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a c
include/utils/json.hpp:19144
Methodis_errored
include/utils/json.hpp:5692
Functionis_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
include/utils/json.hpp:18843
Functionis_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
include/utils/json.hpp:18870
Functionitems
! @brief helper to access iterator member functions in range-based for This function allows to access @ref iterator::key() and @ref itera
include/utils/json.hpp:21356
Methoditer_impl
default constructor
include/utils/json.hpp:10846
Methoditeration_proxy
construct iteration proxy from a container
include/utils/json.hpp:3937
Methoditeration_proxy_value
include/utils/json.hpp:3864
Methoditerator_input_adapter
include/utils/json.hpp:4848
Functioniterator_wrapper
include/utils/json.hpp:21274
Methodjson>
include/utils/json.hpp:25227
Methodjson_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/htm
include/utils/json.hpp:11582
Functionjson_pointer top
include/utils/json.hpp:11554
Methodjson_ref
include/utils/json.hpp:12532
Methodjson_reverse_iterator
create reverse iterator from iterator
include/utils/json.hpp:11454
Methodjson_sax_dom_callback_parser
include/utils/json.hpp:5513
Methodjson_sax_dom_parser
! @param[in, out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether
include/utils/json.hpp:5342
Functionjson_value
default constructor (for null values)
include/utils/json.hpp:17470
Methodkey
include/utils/json.hpp:5408
Methodkey
include/utils/json.hpp:5588
Methodkey
return the key of an object iterator
include/utils/json.hpp:11515
Methodlexer
include/utils/json.hpp:5994
Methodload
source/utils/lang.cpp:39
Functionlode_png_test_bitreader
Public for testing only. steps and result must have numsteps values. */
source/utils/lodepng.cpp:587
Functionlodepng_chunk_create
source/utils/lodepng.cpp:2620
Functionlodepng_chunk_data
source/utils/lodepng.cpp:2493
Functionlodepng_chunk_find
source/utils/lodepng.cpp:2548
← previousnext →801–900 of 1,085, ranked by callers