Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ functions
Functions
1,694 in github.com/BernardoGiordano/Checkpoint
⨍
Functions
1,694
◇
Types & classes
409
Method
next_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
Method
noIcon
3ds/source/gui.cpp:31
Method
nonesuch
3rd-party/json/json.hpp:268
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
3rd-party/json/json.hpp:17054
Method
normalize_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
Method
nothrow_migrate
3ds/include/SmallVector.hpp:69
Function
null
3rd-party/json/json.hpp:6824
Method
null
3rd-party/json/json.hpp:7008
Function
number_float
3rd-party/json/json.hpp:6848
Method
number_float
3rd-party/json/json.hpp:7032
Function
number_integer
3rd-party/json/json.hpp:6836
Method
number_integer
3rd-party/json/json.hpp:7020
Function
number_unsigned
3rd-party/json/json.hpp:6842
Method
number_unsigned
3rd-party/json/json.hpp:7026
Method
obtain
3ds/source/textpool.cpp:88
Method
offset
3ds/include/ListCursor.hpp:69
Method
open
switch/source/transfer.cpp:253
Method
open
3ds/source/transfer.cpp:265
Method
open
3ds/source/backuptarget.cpp:50
Function
operator "" _json
3rd-party/json/json.hpp:24472
Function
operator "" _json_pointer
3rd-party/json/json.hpp:24484
Method
operator!
switch/source/gfx/CMemPool.h:79
Function
operator!=
3rd-party/json/json.hpp:5931
Method
operator!=
switch/source/gfx/CMemPool.h:81
Method
operator!=
inequality operator (needed for range-based for)
3rd-party/json/json.hpp:5257
Function
operator()
3rd-party/json/json.hpp:24506
Method
operator()
switch/include/account.hpp:42
Method
operator()
3rd-party/json/json.hpp:5101
Method
operator()
3rd-party/json/json.hpp:5802
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
3rd-party/json/json.hpp:24520
Method
operator+
3rd-party/json/json.hpp:12783
Method
operator++
3rd-party/json/json.hpp:5242
Method
operator++
3rd-party/json/json.hpp:12801
Method
operator++
post-increment (it++)
3rd-party/json/json.hpp:13685
Method
operator-
3rd-party/json/json.hpp:12790
Method
operator-
subtract from iterator
3rd-party/json/json.hpp:13721
Method
operator--
3rd-party/json/json.hpp:12814
Method
operator--
post-decrement (it--)
3rd-party/json/json.hpp:13697
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13192
Method
operator->
3ds/include/DataMutex.hpp:56
Method
operator->
3ds/include/DataMutex.hpp:105
Method
operator->
3rd-party/json/json.hpp:14864
Function
operator<
switch/source/gfx/CMemPool.h:130
Function
operator<
switch/include/account.hpp:56
Method
operator<
switch/source/gfx/CMemPool.h:56
Method
operator<
3rd-party/json/json.hpp:12778
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13417
Function
operator<=>
3rd-party/json/json.hpp:14674
Method
operator=
switch/include/KeyboardManager.hpp:43
Method
operator=
switch/include/configuration.hpp:137
Method
operator=
3ds/include/KeyboardManager.hpp:43
Method
operator=
3ds/include/configuration.hpp:112
Method
operator=
3rd-party/json/json.hpp:272
Function
operator==
switch/include/account.hpp:46
Function
operator==
3rd-party/json/json.hpp:13337
Method
operator==
switch/source/gfx/CMemPool.h:80
Method
operator==
equality operator (needed for InputIterator)
3rd-party/json/json.hpp:5251
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13426
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13435
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
3rd-party/json/json.hpp:13552
Method
operator[]
3ds/include/SmallVector.hpp:367
Function
ordered_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
Method
output_adapter
3rd-party/json/json.hpp:15040
Method
output_adapter_protocol
3rd-party/json/json.hpp:14950
Method
output_stream_adapter
3rd-party/json/json.hpp:14991
Method
output_string_adapter
3rd-party/json/json.hpp:15016
Method
output_vector_adapter
3rd-party/json/json.hpp:14966
Method
pageBack
common/ihid.hpp:69
Method
pageForward
common/ihid.hpp:78
Function
parent_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
Method
parse
switch/source/configuration.cpp:224
Method
parseTarget
switch/source/transfer.cpp:904
Method
parseTarget
3ds/source/transfer.cpp:914
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Function
parse_error
3rd-party/json/json.hpp:6921
Method
parse_error
3rd-party/json/json.hpp:7171
Method
parse_error
3rd-party/json/json.hpp:7358
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
3rd-party/json/json.hpp:10340
Method
parse_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
Method
parser
a parser reading from an input adapter
3rd-party/json/json.hpp:12239
Function
patch
@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
Function
patch_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
Method
position_string
3rd-party/json/json.hpp:4513
Method
prev
switch/source/gfx/CIntrusiveTree.h:179
Method
probe
switch/source/titleprobe.cpp:30
Method
probe
3ds/source/titleprobe.cpp:239
Method
push_back
Returns true if the value fit, false if it didn't
3ds/include/SmallVector.hpp:199
Method
rawGba
3ds/source/archive.cpp:98
Method
rawIndex
switch/source/MainScreen.cpp:785
Method
rawSave
3ds/source/archive.cpp:81
Method
read
switch/source/transfer.cpp:214
Method
read
switch/source/transfer.cpp:258
Method
read
3ds/source/transfer.cpp:270
Method
readFolders
switch/source/FolderBrowserOverlay.cpp:60
Method
readFolders
3ds/source/FolderBrowserOverlay.cpp:61
Method
readId
3ds/source/titlecache.cpp:183
← previous
next →
1,301–1,400 of 1,694, ranked by callers