MCPcopy Create free account

hub / github.com/Sinflower/UberWolf / functions

Functions1,817 in github.com/Sinflower/UberWolf

↓ 434 callersMethodsize
3rdParty/nlohmann/json.hpp:3112
↓ 350 callersMethodempty
3rdParty/nlohmann/json.hpp:6240
↓ 204 callersMethodbegin
return iterator begin (needed for range-based for)
3rdParty/nlohmann/json.hpp:5259
↓ 203 callersMethodend
return iterator end (needed for range-based for)
3rdParty/nlohmann/json.hpp:5265
↓ 180 callersFunctioncreate
3rdParty/nlohmann/json.hpp:19591
↓ 140 callersFunctionconcat
3rdParty/nlohmann/json.hpp:4281
↓ 131 callersMethodwrite_character
3rdParty/nlohmann/json.hpp:14884
↓ 122 callersMethoddata
3rdParty/nlohmann/json.hpp:23420
↓ 120 callersFunctionto_string
@brief return a string representation of the JSON pointer @sa https://json.nlohmann.me/api/json_pointer/to_string/
3rdParty/nlohmann/json.hpp:13787
↓ 87 callersFunctionend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/end/
3rdParty/nlohmann/json.hpp:22012
↓ 64 callersFunctionbegin
@brief returns an iterator to the first element @sa https://json.nlohmann.me/api/basic_json/begin/
3rdParty/nlohmann/json.hpp:21987
↓ 62 callersMethodget_name
3rdParty/CLI11/CLI11.hpp:5970
↓ 58 callersFunctionstring
3rdParty/nlohmann/json.hpp:6789
↓ 56 callersMethodReadInt
UberWolfLib/WolfRPG/FileCoder.hpp:261
↓ 56 callersMethodWriteInt
For 64 bit an additional method is required to properly handle size_t inputs
UberWolfLib/WolfRPG/FileCoder.hpp:373
↓ 49 callersFunctionPutCharCode_inline
文字コードを通常の文字列に変換する、終端にヌル文字は書き込まない( 戻り値:書き込んだバイト数 )
3rdParty/DXLib/CharCode.cpp:948
↓ 49 callersFunctionget
3rdParty/nlohmann/json.hpp:5275
↓ 44 callersMethodparse_error
3rdParty/nlohmann/json.hpp:4443
↓ 42 callersFunctiontype_name
@brief return the type as string @sa https://json.nlohmann.me/api/basic_json/type_name/
3rdParty/nlohmann/json.hpp:23379
↓ 41 callersMethodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
3rdParty/nlohmann/json.hpp:11830
↓ 40 callersMethodclear
3rdParty/CLI11/CLI11.hpp:8331
↓ 39 callersMethodWriteByte
UberWolfLib/WolfRPG/FileCoder.hpp:361
↓ 38 callersFunctionadd
add a character to token_buffer
3rdParty/nlohmann/json.hpp:8706
↓ 37 callersFunctionbasic_json
@brief create an empty value with a given type @sa https://json.nlohmann.me/api/basic_json/basic_json/
3rdParty/nlohmann/json.hpp:20033
↓ 34 callersMethodReadByte
UberWolfLib/WolfRPG/FileCoder.hpp:256
↓ 34 callersFunctionis_object
@brief return whether value is an object @sa https://json.nlohmann.me/api/basic_json/is_object/
3rdParty/nlohmann/json.hpp:20573
↓ 31 callersMethodReadString
UberWolfLib/WolfRPG/FileCoder.hpp:266
↓ 31 callersMethodWriteString
UberWolfLib/WolfRPG/FileCoder.hpp:384
↓ 30 callersMethodkey
3rdParty/nlohmann/json.hpp:7273
↓ 28 callersFunctionget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
3rdParty/nlohmann/json.hpp:8753
↓ 28 callersMethodtype_name
3rdParty/CLI11/CLI11.hpp:2310
↓ 23 callersFunctionToUTF8
UberWolfLib/WolfRPG/StringConv.hpp:38
↓ 23 callersFunctioninput_adapter
3rdParty/nlohmann/json.hpp:6455
↓ 22 callersMethodWrite
UberWolfLib/WolfRPG/FileCoder.hpp:348
↓ 21 callersFunctionGetCharCodeFormatUnitSize_inline
指定のコードページの情報最少サイズを取得する( 戻り値:バイト数 )
3rdParty/DXLib/CharCode.cpp:683
↓ 21 callersMethodGetFilePointer
3rdParty/DXLib/DXArchive.h:244
↓ 20 callersFunctionLZ4_compress_generic
LZ4_compress_generic() : * inlined, to ensure branches are decided at compilation time; * takes care of src == (NULL, 0) * and forward the rest
3rdParty/lz4/lz4.c:1344
↓ 20 callersFunctionToUTF16
UberWolfLib/WolfRPG/StringConv.hpp:32
↓ 20 callersMethodsax_parse
3rdParty/nlohmann/json.hpp:12263
↓ 20 callersFunctionto_lower
Return a lower case version of a string
3rdParty/CLI11/CLI11.hpp:598
↓ 19 callersMethodnumber_integer
3rdParty/nlohmann/json.hpp:7243
↓ 19 callersMethodoperator[]
access to successor
3rdParty/nlohmann/json.hpp:13655
↓ 19 callersMethodstring
3rdParty/nlohmann/json.hpp:7258
↓ 18 callersFunctionfrom_json
3rdParty/nlohmann/json.hpp:4597
↓ 18 callersMethodnumber_unsigned
3rdParty/nlohmann/json.hpp:7248
↓ 17 callersFunctionGetCharCode_inline
1文字の文字コードと文字のバイト数を取得する
3rdParty/DXLib/CharCode.cpp:792
↓ 17 callersMethodadd_result
3rdParty/CLI11/CLI11.hpp:6161
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
3rdParty/nlohmann/json.hpp:11979
↓ 17 callersFunctionto_json
3rdParty/nlohmann/json.hpp:5575
↓ 16 callersFunctionHuffman_Decode
圧縮データを解凍 戻り値:解凍後のサイズ 0 はエラー Dest に NULL を入れると解凍データ格納に必要なサイズが返る
3rdParty/DXLib/Huffman.cpp:501
↓ 16 callersMethodclose
UberWolfLib/WolfRPG/FileAccess.hpp:334
↓ 16 callersFunctionfind
3rdParty/nlohmann/json.hpp:19204
↓ 16 callersFunctionis_array
@brief return whether value is an array @sa https://json.nlohmann.me/api/basic_json/is_array/
3rdParty/nlohmann/json.hpp:20580
↓ 16 callersFunctionmsvc_rand
UberWolfLib/WolfCrypt/WolfRng.hpp:40
↓ 16 callersFunctionvFormat
UberWolfLib/UberLog.h:135
↓ 15 callersMethodGetHeader
ファイルの情報を得る
3rdParty/DXLib/DXArchive.h:239
↓ 15 callersFunctioncombine
boost::hash_combine
3rdParty/nlohmann/json.hpp:5937
↓ 15 callersFunctionis_null
@brief return whether value is null @sa https://json.nlohmann.me/api/basic_json/is_null/
3rdParty/nlohmann/json.hpp:20531
↓ 15 callersFunctionpack4
UberWolfLib/WolfCrypt/WolfChaCha20.hpp:39
↓ 14 callersFunctionCL_vsprintf_help_set_char
指定の文字を指定数書き込む、戻り値は書き込んだバイト数
3rdParty/DXLib/CharCode.cpp:3136
↓ 14 callersFunctionif
3rdParty/nlohmann/json.hpp:22865
↓ 14 callersFunctionset_parents
3rdParty/nlohmann/json.hpp:19921
↓ 14 callersMethodtest
3rdParty/nlohmann/json.hpp:4075
↓ 12 callersFunctionLZ4_hashPosition
3rdParty/lz4/lz4.c:797
↓ 12 callersFunctionLZ4_read32
3rdParty/lz4/lz4.c:379
↓ 12 callersMethodclear
UberWolfLib/WolfX/Types.hpp:85
↓ 12 callersFunctionjoin
3rdParty/CLI11/CLI11.hpp:470
↓ 12 callersMethodnumber_float
3rdParty/nlohmann/json.hpp:7253
↓ 11 callersFunctionCheckMultiByteChar
2バイト文字か調べる( TRUE:2バイト文字 FALSE:1バイト文字 )
3rdParty/DXLib/FileLib.cpp:1487
↓ 11 callersFunctionStringToCharCodeString_inline
文字列を1文字4バイトの配列に変換する( 戻り値:変換後のサイズ、ヌル文字含む( 単位:バイト ) )
3rdParty/DXLib/CharCode.cpp:1373
↓ 11 callersMethodmulti_option_policy
3rdParty/CLI11/CLI11.hpp:5957
↓ 11 callersMethodvalue
return value of the iterator
3rdParty/nlohmann/json.hpp:5232
↓ 11 callersFunctionxorshift32
UberWolfLib/WolfCrypt/WolfCrypt.hpp:104
↓ 10 callersFunctionBitStream_Read
ビット単位の数値の読み込みを行う
3rdParty/DXLib/Huffman.cpp:91
↓ 10 callersFunctionCL_strlen
3rdParty/DXLib/CharCode.cpp:2765
↓ 10 callersFunctionConvString_1BYTE_NULL_CHAR
ConvString の 1バイト単位コードの終端文字を書き込む処理
3rdParty/DXLib/CharCode.cpp:1870
↓ 10 callersFunctionConvString_2BYTE_NULL_CHAR
ConvString の 2バイト単位コードの終端文字を書き込む処理
3rdParty/DXLib/CharCode.cpp:1881
↓ 10 callersFunctionConvString_4BYTE_NULL_CHAR
ConvString の 4バイト単位コードの終端文字を書き込む処理
3rdParty/DXLib/CharCode.cpp:1892
↓ 10 callersMethodboolean
3rdParty/nlohmann/json.hpp:7238
↓ 10 callersMethodcount_all
3rdParty/CLI11/CLI11.hpp:8317
↓ 10 callersFunctionparser
3rdParty/nlohmann/json.hpp:19346
↓ 10 callersFunctionremove_underscore
remove underscores from a string
3rdParty/CLI11/CLI11.hpp:606
↓ 10 callersFunctionset_parent
3rdParty/nlohmann/json.hpp:19971
↓ 10 callersMethodwhat
returns the explanatory string
3rdParty/nlohmann/json.hpp:4308
↓ 9 callersFunctionDec2Hex
UberWolfLib/WolfRPG/WolfRPGUtils.hpp:88
↓ 9 callersFunctionHuffman_Encode
データを圧縮 戻り値:圧縮後のサイズ 0 はエラー Dest に NULL を入れると圧縮データ格納に必要なサイズが返る
3rdParty/DXLib/Huffman.cpp:133
↓ 9 callersFunctionaesCtrXCrypt
AES_CTR_xcrypt
UberWolfLib/WolfCrypt/WolfAes.hpp:260
↓ 9 callersMethodend_array
3rdParty/nlohmann/json.hpp:7288
↓ 9 callersFunctionis_binary
@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/
3rdParty/nlohmann/json.hpp:20594
↓ 9 callersFunctionmake_char
3rdParty/CLI11/CLI11.hpp:894
↓ 9 callersMethodrun_callback
3rdParty/CLI11/CLI11.hpp:6023
↓ 9 callersMethodstart_array
3rdParty/nlohmann/json.hpp:7283
↓ 8 callersFunctionCL_vsscanf_skipspace
3rdParty/DXLib/CharCode.cpp:5473
↓ 8 callersMethodDump
UberWolfLib/WolfRPG/Map.hpp:98
↓ 8 callersFunctionGetFileName
UberWolfLib/WolfRPG/WolfRPGUtils.hpp:107
↓ 8 callersMethodRead
UberWolfLib/WolfRPG/FileCoder.hpp:239
↓ 8 callersMethodcheck_name
3rdParty/CLI11/CLI11.hpp:6086
↓ 8 callersFunctioncheck_path
3rdParty/CLI11/CLI11.hpp:4575
↓ 8 callersFunctioncustomRng3
UberWolfLib/WolfCrypt/WolfRng.hpp:153
↓ 8 callersFunctiondump_integer
3rdParty/nlohmann/json.hpp:18636
next →1–100 of 1,817, ranked by callers