MCPcopy Create free account

hub / github.com/BernardoGiordano/Checkpoint / functions

Functions1,694 in github.com/BernardoGiordano/Checkpoint

Methodexit
switch/source/server.cpp:450
Methodexit
3ds/source/ftpserver.cpp:139
Methodexit
3ds/source/thread.cpp:194
Methodexit
3ds/source/server.cpp:413
Methodexit
3ds/source/archive.cpp:58
Methodexit
common/logging.cpp:214
MethodexportCaches
3ds/source/loader.cpp:522
MethodexportTitleListCache
3ds/source/loader.cpp:212
Methodextdata
3ds/source/archive.cpp:87
MethodextdataIdFor
3ds/source/titlequirks.cpp:68
MethodextdataRoot
3ds/source/paths.cpp:41
Methodfavorite
switch/source/configuration.cpp:183
Methodfavorite
3ds/source/configuration.cpp:245
MethodfileExists
switch/source/io.cpp:196
MethodfileExists
3ds/source/io.cpp:44
MethodfillRound
switch/source/shapes.cpp:39
Methodfill_buffer
UTF-32
3rd-party/json/json.hpp:6321
Methodfill_buffer
UTF-16
3rd-party/json/json.hpp:6379
Methodfill_buffer
3rd-party/json/json.hpp:6468
MethodfinishFile
switch/include/progress.hpp:97
MethodfinishFile
3ds/include/progress.hpp:98
Methodfirst
switch/source/gfx/CIntrusiveTree.h:174
MethodflashSaved
switch/source/SettingsScreen.cpp:182
MethodfocusRing
switch/source/shapes.cpp:62
Methodformat
common/common.cpp:75
MethodframeEnd
3ds/source/gui.cpp:62
MethodfromConfigKey
switch/source/sortmode.cpp:50
MethodfromFs
FS_Archive and FSPXI_Archive are the same underlying handle type, so these are named factories rather than overloaded constructors.
3ds/include/archive.hpp:50
MethodfromPxi
3ds/include/archive.hpp:58
Functionfrom_bson
3rd-party/json/json.hpp:23889
Functionfrom_cbor
3rd-party/json/json.hpp:23695
Methodfrom_json
3rd-party/json/json.hpp:5837
Functionfrom_json_tuple_impl_base
3rd-party/json/json.hpp:5004
Functionfrom_msgpack
3rd-party/json/json.hpp:23751
Functionfrom_ubjson
3rd-party/json/json.hpp:23805
Functionfront
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
3rd-party/json/json.hpp:21696
FunctionftpLoop
3ds/source/ftpserver.cpp:63
Functionftp_command_cmp
! compare ftp command descriptors * * @param[in] p1 left side of comparison (ftp_command_t*) * @param[in] p2 right side of comparison (ftp_comman
3rd-party/ftp/ftp.c:233
Functionftp_log
Strong override of the weak diagnostic hook in ftp.c: routes the core's FTP_LOG lines into Checkpoint's logger so they show up in the in-memory / file
switch/source/util.cpp:39
Functionftp_log
Strong override of the weak diagnostic hook in ftp.c: routes the core's FTP_LOG lines into Checkpoint's logger so they show up in the in-memory / file
3ds/source/ftpserver.cpp:44
Functionftp_log
Optional diagnostic hook (the 3DS ftpserver.cpp and Switch util.cpp provide * strong definitions forwarding to Checkpoint's logger). Weak no-op defau
3rd-party/ftp/ftp.c:49
Methodgate
switch/source/backupsize.cpp:100
Methodgeneration
Monotonic counter bumped whenever cached sizes change (a compute lands or an invalidation drops entries). The UI compares it against the value it snap
switch/include/backupsize.hpp:75
Methodgeneration
Monotonic counter bumped whenever cached sizes change (a compute lands or an invalidation drops entries). The UI compares it against the value it snap
3ds/include/backupsize.hpp:78
MethodgetAddress
switch/source/server.cpp:391
MethodgetAddress
3ds/source/ftpserver.cpp:150
MethodgetAddress
3ds/source/server.cpp:367
MethodgetApplicationLogs
common/logging.cpp:129
FunctiongetConsoleIP
common/common.cpp:112
MethodgetSize
switch/source/gfx/CMemPool.h:102
MethodgetTitleCount
switch/source/titlecatalog.cpp:235
Functionget_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
3rd-party/json/json.hpp:19542
Methodget_bson_binary
3rd-party/json/json.hpp:9389
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
3rd-party/json/json.hpp:9337
Methodget_bson_string
3rd-party/json/json.hpp:9367
Methodget_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
3rd-party/json/json.hpp:10246
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
3rd-party/json/json.hpp:10151
Methodget_cbor_float_prefix
3rd-party/json/json.hpp:16329
Methodget_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
3rd-party/json/json.hpp:10284
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
3rd-party/json/json.hpp:10055
Functionget_character
3rd-party/json/json.hpp:6206
Methodget_character
3rd-party/json/json.hpp:6289
Methodget_character
3rd-party/json/json.hpp:6447
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)
3rd-party/json/json.hpp:7541
Methodget_decimal_point
return the locale-dependent decimal point
3rd-party/json/json.hpp:7514
Functionget_error_message
return syntax error message
3rd-party/json/json.hpp:8844
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
3rd-party/json/json.hpp:11905
Functionget_impl
3rd-party/json/json.hpp:20950
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
3rd-party/json/json.hpp:10915
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
3rd-party/json/json.hpp:10804
Methodget_msgpack_float_prefix
3rd-party/json/json.hpp:16343
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
3rd-party/json/json.hpp:10937
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
3rd-party/json/json.hpp:10721
Methodget_number
3rd-party/json/json.hpp:11932
Functionget_number_float
return floating-point value
3rd-party/json/json.hpp:8796
Functionget_number_unsigned
3rd-party/json/json.hpp:8790
Functionget_position
return position of last read token
3rd-party/json/json.hpp:8812
Functionget_ref
3rd-party/json/json.hpp:21136
Functionget_ref_impl
3rd-party/json/json.hpp:20825
Functionget_to
3rd-party/json/json.hpp:21124
Methodget_token
get next token from lexer
3rd-party/json/json.hpp:12641
Methodget_ubjson_array
! @return whether array creation completed */
3rd-party/json/json.hpp:11626
Methodget_ubjson_float_prefix
3rd-party/json/json.hpp:16644
Methodget_ubjson_high_precision_number
3rd-party/json/json.hpp:11817
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
3rd-party/json/json.hpp:11088
Methodget_ubjson_object
! @return whether object creation completed */
3rd-party/json/json.hpp:11734
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
3rd-party/json/json.hpp:11376
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
3rd-party/json/json.hpp:11153
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
3rd-party/json/json.hpp:10993
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
3rd-party/json/json.hpp:11443
Methodgood
3ds/source/directory.cpp:78
MethodhandleEvents
switch/source/MainScreen.cpp:840
MethodhandleEvents
3ds/source/MainScreen.cpp:686
FunctionhandleInfo
switch/source/transfer.cpp:268
FunctionhandleInfo
3ds/source/transfer.cpp:280
MethodhandleInfo
(w http.ResponseWriter, r *http.Request)
tools/chlink/receive.go:161
FunctionhandleUpload
Streaming upload handler: the server has already written the raw multipart body to `req.bodyPath`. We parse the meta out of the head, resolve the dest
switch/source/transfer.cpp:285
FunctionhandleUpload
3ds/source/transfer.cpp:293
MethodhandleUpload
(w http.ResponseWriter, r *http.Request)
tools/chlink/receive.go:172
Methodhandle_value
3rd-party/json/json.hpp:7205
← previousnext →1,101–1,200 of 1,694, ranked by callers