MCPcopy Create free account

hub / github.com/BernardoGiordano/Checkpoint / functions

Functions1,694 in github.com/BernardoGiordano/Checkpoint

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
3rd-party/json/json.hpp:7589
MethodnoIcon
3ds/source/gui.cpp:31
Methodnonesuch
3rd-party/json/json.hpp:268
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
3rd-party/json/json.hpp:17054
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. */
3rd-party/json/json.hpp:17071
Methodnothrow_migrate
3ds/include/SmallVector.hpp:69
Functionnull
3rd-party/json/json.hpp:6824
Methodnull
3rd-party/json/json.hpp:7008
Functionnumber_float
3rd-party/json/json.hpp:6848
Methodnumber_float
3rd-party/json/json.hpp:7032
Functionnumber_integer
3rd-party/json/json.hpp:6836
Methodnumber_integer
3rd-party/json/json.hpp:7020
Functionnumber_unsigned
3rd-party/json/json.hpp:6842
Methodnumber_unsigned
3rd-party/json/json.hpp:7026
Methodobtain
3ds/source/textpool.cpp:88
Methodoffset
3ds/include/ListCursor.hpp:69
Methodopen
switch/source/transfer.cpp:253
Methodopen
3ds/source/transfer.cpp:265
Methodopen
3ds/source/backuptarget.cpp:50
Functionoperator "" _json
3rd-party/json/json.hpp:24472
Functionoperator "" _json_pointer
3rd-party/json/json.hpp:24484
Methodoperator!
switch/source/gfx/CMemPool.h:79
Functionoperator!=
3rd-party/json/json.hpp:5931
Methodoperator!=
switch/source/gfx/CMemPool.h:81
Methodoperator!=
inequality operator (needed for range-based for)
3rd-party/json/json.hpp:5257
Functionoperator()
3rd-party/json/json.hpp:24506
Methodoperator()
switch/include/account.hpp:42
Methodoperator()
3rd-party/json/json.hpp:5101
Methodoperator()
3rd-party/json/json.hpp:5802
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
3rd-party/json/json.hpp:24520
Methodoperator+
3rd-party/json/json.hpp:12783
Methodoperator++
3rd-party/json/json.hpp:5242
Methodoperator++
3rd-party/json/json.hpp:12801
Methodoperator++
post-increment (it++)
3rd-party/json/json.hpp:13685
Methodoperator-
3rd-party/json/json.hpp:12790
Methodoperator-
subtract from iterator
3rd-party/json/json.hpp:13721
Methodoperator--
3rd-party/json/json.hpp:12814
Methodoperator--
post-decrement (it--)
3rd-party/json/json.hpp:13697
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13192
Methodoperator->
3ds/include/DataMutex.hpp:56
Methodoperator->
3ds/include/DataMutex.hpp:105
Methodoperator->
3rd-party/json/json.hpp:14864
Functionoperator<
switch/source/gfx/CMemPool.h:130
Functionoperator<
switch/include/account.hpp:56
Methodoperator<
switch/source/gfx/CMemPool.h:56
Methodoperator<
3rd-party/json/json.hpp:12778
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13417
Functionoperator<=>
3rd-party/json/json.hpp:14674
Methodoperator=
switch/include/KeyboardManager.hpp:43
Methodoperator=
switch/include/configuration.hpp:137
Methodoperator=
3ds/include/KeyboardManager.hpp:43
Methodoperator=
3ds/include/configuration.hpp:112
Methodoperator=
3rd-party/json/json.hpp:272
Functionoperator==
switch/include/account.hpp:46
Functionoperator==
3rd-party/json/json.hpp:13337
Methodoperator==
switch/source/gfx/CMemPool.h:80
Methodoperator==
equality operator (needed for InputIterator)
3rd-party/json/json.hpp:5251
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13426
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13435
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13552
Methodoperator[]
3ds/include/SmallVector.hpp:367
Functionordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
3rd-party/json/json.hpp:19050
Methodoutput_adapter
3rd-party/json/json.hpp:15040
Methodoutput_adapter_protocol
3rd-party/json/json.hpp:14950
Methodoutput_stream_adapter
3rd-party/json/json.hpp:14991
Methodoutput_string_adapter
3rd-party/json/json.hpp:15016
Methodoutput_vector_adapter
3rd-party/json/json.hpp:14966
MethodpageBack
common/ihid.hpp:69
MethodpageForward
common/ihid.hpp:78
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
3rd-party/json/json.hpp:13950
Methodparse
switch/source/configuration.cpp:224
MethodparseTarget
switch/source/transfer.cpp:904
MethodparseTarget
3ds/source/transfer.cpp:914
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
3rd-party/json/json.hpp:9534
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
3rd-party/json/json.hpp:9416
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
3rd-party/json/json.hpp:9496
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 */
3rd-party/json/json.hpp:9312
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
3rd-party/json/json.hpp:9564
Functionparse_error
3rd-party/json/json.hpp:6921
Methodparse_error
3rd-party/json/json.hpp:7171
Methodparse_error
3rd-party/json/json.hpp:7358
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
3rd-party/json/json.hpp:10340
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
3rd-party/json/json.hpp:10974
Methodparser
a parser reading from an input adapter
3rd-party/json/json.hpp:12239
Functionpatch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
3rd-party/json/json.hpp:24272
Functionpatch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
3rd-party/json/json.hpp:24001
Methodposition_string
3rd-party/json/json.hpp:4513
Methodprev
switch/source/gfx/CIntrusiveTree.h:179
Methodprobe
switch/source/titleprobe.cpp:30
Methodprobe
3ds/source/titleprobe.cpp:239
Methodpush_back
Returns true if the value fit, false if it didn't
3ds/include/SmallVector.hpp:199
MethodrawGba
3ds/source/archive.cpp:98
MethodrawIndex
switch/source/MainScreen.cpp:785
MethodrawSave
3ds/source/archive.cpp:81
Methodread
switch/source/transfer.cpp:214
Methodread
switch/source/transfer.cpp:258
Methodread
3ds/source/transfer.cpp:270
MethodreadFolders
switch/source/FolderBrowserOverlay.cpp:60
MethodreadFolders
3ds/source/FolderBrowserOverlay.cpp:61
MethodreadId
3ds/source/titlecache.cpp:183
← previousnext →1,301–1,400 of 1,694, ranked by callers