MCPcopy Create free account

hub / github.com/FlagBrew/PKSM / functions

Functions1,930 in github.com/FlagBrew/PKSM

Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
external/nlohmann/json.hpp:2873
MethoditemsForPouch
3ds/source/gui/screen/BagScreen.cpp:618
Methoditer_impl
external/nlohmann/detail/iterators/iter_impl.hpp:89
Methoditeration_proxy
external/nlohmann/detail/iterators/iteration_proxy.hpp:164
Methoditeration_proxy_value
external/nlohmann/detail/iterators/iteration_proxy.hpp:59
Methoditerator_input_adapter
external/nlohmann/detail/input/input_adapters.hpp:144
Functioniterator_wrapper
external/nlohmann/json.hpp:2855
Functionjson_array_element
struct JSON* json_array_element(struct JSON* get, int index);
3ds/source/picoc/pksm_api.cpp:2542
Functionjson_array_size
int json_array_size(struct JSON* get);
3ds/source/picoc/pksm_api.cpp:2534
Functionjson_delete
void json_delete(struct JSON* freed);
3ds/source/picoc/pksm_api.cpp:2455
Functionjson_get_bool
int json_get_bool(struct JSON* get);
3ds/source/picoc/pksm_api.cpp:2518
Functionjson_get_int
int json_get_int(struct JSON* get);
3ds/source/picoc/pksm_api.cpp:2510
Functionjson_get_string
const char* json_get_string(struct JSON* get);
3ds/source/picoc/pksm_api.cpp:2526
Functionjson_is_array
int json_is_array(struct JSON* check);
3ds/source/picoc/pksm_api.cpp:2494
Functionjson_is_bool
int json_is_bool(struct JSON* check);
3ds/source/picoc/pksm_api.cpp:2478
Functionjson_is_int
int json_is_int(struct JSON* check);
3ds/source/picoc/pksm_api.cpp:2470
Functionjson_is_object
int json_is_object(struct JSON* check);
3ds/source/picoc/pksm_api.cpp:2502
Functionjson_is_string
int json_is_string(struct JSON* check);
3ds/source/picoc/pksm_api.cpp:2486
Functionjson_is_valid
int json_is_valid(struct JSON* check);
3ds/source/picoc/pksm_api.cpp:2462
Functionjson_new
struct JSON* json_new();
3ds/source/picoc/pksm_api.cpp:2437
Functionjson_object_contains
int json_object_contains(struct JSON* get, char* elemName);
3ds/source/picoc/pksm_api.cpp:2550
Functionjson_object_element
struct JSON* json_object_element(struct JSON* get, const char* elemName);
3ds/source/picoc/pksm_api.cpp:2558
Functionjson_parse
void json_parse(struct JSON* out, const char* data);
3ds/source/picoc/pksm_api.cpp:2447
Functionjson_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
external/nlohmann/detail/json_pointer.hpp:123
Methodjson_ref
external/nlohmann/detail/json_ref.hpp:27
Methodjson_reverse_iterator
create reverse iterator from iterator
external/nlohmann/detail/iterators/json_reverse_iterator.hpp:54
Methodjson_sax_dom_callback_parser
external/nlohmann/detail/input/json_sax.hpp:356
Functionjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
external/nlohmann/detail/input/json_sax.hpp:176
Functionjson_value
default constructor (for null values)
external/nlohmann/json.hpp:443
MethodjumpBoxTop
3ds/source/gui/screen/CloudScreen.cpp:746
MethodjumpBoxTop
3ds/source/gui/screen/GroupCloudScreen.cpp:749
MethodjumpBoxTopBy
3ds/source/gui/screen/CloudScreen.cpp:728
MethodjumpBoxTopBy
3ds/source/gui/screen/GroupCloudScreen.cpp:731
MethodjumpPage
common/source/GroupCloudAccess.cpp:311
Functionkey
external/nlohmann/detail/input/json_sax.hpp:241
Methodkey
external/nlohmann/detail/input/json_sax.hpp:431
MethodleftDown
3ds/include/gui/Hid.hpp:49
MethodleftHeld
3ds/include/gui/Hid.hpp:61
MethodleftTriggerDown
3ds/include/gui/Hid.hpp:53
MethodleftTriggerHeld
3ds/include/gui/Hid.hpp:65
Methodlexer
external/nlohmann/detail/input/lexer.hpp:123
MethodloadBank
3ds/source/banks.cpp:120
MethodloadFromRomfs
3ds/source/Configuration.cpp:370
FunctionloadPkm
3ds/source/utils/PkmUtils.cpp:92
FunctionloadRemainingFonts
3ds/source/gui/gui.cpp:587
Methodlock
common/include/utils/DataMutex.hpp:137
Methodlog
3ds/source/utils/logging.cpp:186
Functionmain
3ds/source/main.cpp:54
Functionmain
external/tools/g4PersonalCreator.cpp:68
Functionmain
external/tools/g7PersonalCreator.cpp:76
Functionmain
external/tools/lgpePersonalCreator.cpp:76
Functionmain
external/tools/formTxtConverter.cpp:132
Functionmain
()
external/tools/locationsTxtConverter.go:66
Functionmain
external/tools/g8PersonalCreator.cpp:80
Functionmain
external/tools/g5PersonalCreator.cpp:70
Functionmain
external/tools/g3PersonalCreator.cpp:59
Functionmain
external/tools/g1PersonalCreator.cpp:49
Functionmain
external/tools/g2PersonalCreator.cpp:51
Functionmain
external/tools/g6PersonalCreator.cpp:71
MethodmainLoop
3ds/source/gui/gui.cpp:1069
MethodmakeAlphanumeric
external/qrgen/QRGen.cpp:100
MethodmakeButtons
3ds/source/gui/screen/InjectorScreen.cpp:125
MethodmakeButtons
3ds/source/gui/screen/MainMenu.cpp:106
MethodmakeBytes
external/qrgen/QRGen.cpp:67
MethodmakeEci
external/qrgen/QRGen.cpp:141
MethodmakeInstructions
3ds/source/gui/screen/MainMenu.cpp:159
MethodmakeInstructions
3ds/source/gui/screen/SaveLoadScreen.cpp:148
MethodmakeNumeric
external/qrgen/QRGen.cpp:77
MethodmakeSegments
external/qrgen/QRGen.cpp:123
MethodmakeURL
common/source/GroupCloudAccess.cpp:198
MethodmakeURL
common/source/CloudAccess.cpp:208
Functionmake_array
external/nlohmann/detail/meta/cpp_future.hpp:165
MethodmanaphyEgg
3ds/source/gui/gui.cpp:2276
MethodmaxEntries
common/include/gui/IHid.hpp:63
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
external/nlohmann/json.hpp:2975
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
external/nlohmann/json.hpp:5091
Methodmodule
external/qrgen/QRGen.cpp:524
MethodmoveDir
3ds/source/io/Archive.cpp:197
MethodmoveDir
3ds/include/io/Archive.hpp:80
MethodmoveFile
3ds/source/io/Archive.cpp:315
MethodmoveFile
3ds/include/io/Archive.hpp:86
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
external/nlohmann/detail/conversions/to_chars.hpp:82
MethodmultiMainThread
common/source/utils/fetch.cpp:161
FunctionndspFrameCallback
3ds/source/sound/sound.cpp:60
MethodneedsSave
3ds/source/gui/screen/MainMenu.cpp:330
Functionnet_ip
3ds/source/picoc/pksm_api.cpp:706
Functionnet_tcp_receiver
3ds/source/picoc/pksm_api.cpp:556
Functionnet_tcp_sender
3ds/source/picoc/pksm_api.cpp:610
Functionnet_udp_receiver
3ds/source/picoc/pksm_api.cpp:516
FunctionnetworkLoop
3ds/source/utils/server.cpp:92
MethodnextBoxTop
3ds/source/gui/screen/CloudScreen.cpp:710
MethodnextBoxTop
3ds/source/gui/screen/GroupCloudScreen.cpp:713
MethodnextBoxTop
3ds/source/gui/screen/StorageScreen.cpp:885
MethodnextPage
common/source/GroupCloudAccess.cpp:243
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
external/nlohmann/detail/input/lexer.hpp:217
Methodnonesuch
external/nlohmann/detail/meta/detected.hpp:22
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
external/nlohmann/detail/conversions/to_chars.hpp:147
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. */
external/nlohmann/detail/conversions/to_chars.hpp:164
Functionnull
external/nlohmann/detail/input/json_sax.hpp:187
Methodnull
external/nlohmann/detail/input/json_sax.hpp:371
← previousnext →1,401–1,500 of 1,930, ranked by callers