MCPcopy Create free account

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

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

Functionlodepng_chunk_find_const
source/utils/lodepng.cpp:2556
Functionlodepng_chunk_private
source/utils/lodepng.cpp:2485
Functionlodepng_chunk_safetocopy
source/utils/lodepng.cpp:2489
Functionlodepng_chunk_type
source/utils/lodepng.cpp:2470
Functionlodepng_clear_itext
source/utils/lodepng.cpp:2968
Functionlodepng_clear_text
source/utils/lodepng.cpp:2926
Functionlodepng_decode24
source/utils/lodepng.cpp:5009
Functionlodepng_decode24_file
source/utils/lodepng.cpp:5032
Functionlodepng_decode32
source/utils/lodepng.cpp:5005
Functionlodepng_decode32_file
source/utils/lodepng.cpp:5028
Functionlodepng_encode24
source/utils/lodepng.cpp:6094
Functionlodepng_encode24_file
source/utils/lodepng.cpp:6113
Functionlodepng_encode32
source/utils/lodepng.cpp:6090
Functionlodepng_encode32_file
source/utils/lodepng.cpp:6109
Functionlodepng_error_text
This returns the description of a numerical error code in English. This is also the documentation of all the error codes. */
source/utils/lodepng.cpp:6139
Functionlodepng_get_channels
source/utils/lodepng.cpp:2762
Functionlodepng_inflate
source/utils/lodepng.cpp:1413
Functionlodepng_inspect_chunk
source/utils/lodepng.cpp:4704
Functionlodepng_is_palette_type
source/utils/lodepng.cpp:2774
Functionlodepng_set_icc
source/utils/lodepng.cpp:3016
Functionlodepng_zlib_decompress
source/utils/lodepng.cpp:2216
Functionmain
source/main.cpp:87
MethodmatchPattern
source/utils/scriptUtils.cpp:45
Functionmax_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to syste
include/utils/json.hpp:21565
Functionmerge_patch
! @brief applies a JSON Merge Patch The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describ
include/utils/json.hpp:25133
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
include/utils/json.hpp:14414
Methodname
include/utils/json.hpp:2369
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/utils/json.hpp:6088
Methodnonesuch
include/utils/json.hpp:2825
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
include/utils/json.hpp:14479
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/utils/json.hpp:14496
FunctionnotImplemented
source/utils/download.cpp:469
Methodnull
include/utils/json.hpp:5353
Methodnull
include/utils/json.hpp:5528
Methodnumber_float
include/utils/json.hpp:5377
Methodnumber_float
include/utils/json.hpp:5552
Methodnumber_integer
include/utils/json.hpp:5365
Methodnumber_integer
include/utils/json.hpp:5540
Methodnumber_unsigned
include/utils/json.hpp:5371
Methodnumber_unsigned
include/utils/json.hpp:5546
Functionoperator "" _json
include/utils/json.hpp:25253
Functionoperator "" _json_pointer
include/utils/json.hpp:25272
Functionoperator!=
! @brief compares two JSON pointers for inequality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @r
include/utils/json.hpp:12502
Methodoperator!=
inequality operator (needed for range-based for)
include/utils/json.hpp:3888
Methodoperator!=
include/utils/json.hpp:4469
Methodoperator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11192
Methodoperator()
include/utils/json.hpp:3787
Methodoperator()
include/utils/json.hpp:4350
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
include/utils/json.hpp:25195
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
include/utils/json.hpp:25211
Methodoperator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11008
Methodoperator+
include/utils/json.hpp:10686
Methodoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11293
Methodoperator++
include/utils/json.hpp:10704
Methodoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11079
Methodoperator++
post-increment (it++)
include/utils/json.hpp:11461
Methodoperator-
include/utils/json.hpp:10693
Methodoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11315
Methodoperator-
subtract from iterator
include/utils/json.hpp:11497
Methodoperator--
include/utils/json.hpp:10717
Methodoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11122
Methodoperator--
post-decrement (it--)
include/utils/json.hpp:11473
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11045
Methodoperator->
include/utils/json.hpp:12579
Methodoperator/
include/utils/json.hpp:11698
Methodoperator<
include/utils/json.hpp:10681
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11201
Functionoperator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calculating
include/utils/json.hpp:22885
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11228
Methodoperator=
include/utils/json.hpp:2829
Functionoperator==
! @brief compares two JSON pointers for equality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @ret
include/utils/json.hpp:12485
Methodoperator==
equality operator (needed for InputIterator)
include/utils/json.hpp:3882
Methodoperator==
include/utils/json.hpp:4463
Methodoperator==
include/utils/json.hpp:10676
Methodoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11165
Functionoperator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
include/utils/json.hpp:22931
Methodoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11237
Functionoperator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calcu
include/utils/json.hpp:22977
Methodoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
include/utils/json.hpp:11246
Functionoperator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the r
include/utils/json.hpp:19988
Methodoperator[]
access to successor
include/utils/json.hpp:11509
Methodordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
include/utils/json.hpp:16417
Methodoutput_adapter
include/utils/json.hpp:12719
Methodoutput_stream_adapter
include/utils/json.hpp:12672
Methodoutput_string_adapter
include/utils/json.hpp:12696
Methodoutput_vector_adapter
include/utils/json.hpp:12648
Methodparent_pointer
! @brief returns the parent of this JSON pointer @return parent of this JSON pointer; in case this JSON pointer is the root, the
include/utils/json.hpp:11757
Methodparse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
include/utils/json.hpp:8012
Methodparse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
include/utils/json.hpp:7896
Methodparse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
include/utils/json.hpp:7974
Methodparse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
include/utils/json.hpp:7794
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
include/utils/json.hpp:8042
Methodparse_error
include/utils/json.hpp:5441
Methodparse_error
include/utils/json.hpp:5680
Methodparse_error
include/utils/json.hpp:5867
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
include/utils/json.hpp:8767
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
include/utils/json.hpp:9399
Methodparser
a parser reading from an input adapter
include/utils/json.hpp:10174
Functionpatch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
include/utils/json.hpp:24662
Methodposition_string
include/utils/json.hpp:2466
← previousnext →901–1,000 of 1,085, ranked by callers