MCPcopy Create free account

hub / github.com/GerbilSoft/rom-properties / functions

Functions15,169 in github.com/GerbilSoft/rom-properties

↓ 825 callersMethodc_str
extlib/fmt/include/fmt/format.h:1359
↓ 769 callersFunctionmemcpy
extlib/lz4/tests/freestanding.c:199
↓ 703 callersMethoddata
src/librptexture/img/RpGdiplusBackend.cpp:244
↓ 699 callersFunctionformat
extlib/fmt/include/fmt/color.h:594
↓ 670 callersMethodsize
* Get the disc image size. * @return Disc image size, or -1 on error. */
src/libromdata/disc/DpfReader.cpp:423
↓ 661 callersMethodaddField_string
* Add string field data. * @param name Field name * @param str String * @param flags Formatting flags * @return Field index, or -1 on error. */
src/librpbase/RomFields.cpp:916
↓ 496 callersFunctionmemset
extlib/lz4/tests/freestanding.c:203
↓ 474 callersMethodempty
* Is the tag data empty? * @return True if empty; false if not. */
src/libromdata/Audio/SPC.cpp:92
↓ 428 callersMethodpush_back
extlib/pugixml/src/pugixml.cpp:9614
↓ 418 callersMethodget
* Get a metadata property, by name. * @param name Metadata property name * @return Metadata property, or nullptr if the property isn't set. */
src/librpbase/RomMetaData.cpp:406
↓ 402 callersFunctionprintf
extlib/fmt/include/fmt/printf.h:646
↓ 359 callersMethodsize
* Get the file size. * @return File size, or negative on error. */
src/librpfile/DualFile.cpp:194
↓ 351 callersMethodreserve
* Reserve space for fields. * @param n Desired capacity */
src/librpbase/RomFields.cpp:775
↓ 312 callersMethodempty
* Is this RomFields empty? * @return True if empty; false if not. */
src/librpbase/RomFields.cpp:618
↓ 290 callersFunctionmemcmp
extlib/lz4/tests/freestanding.c:211
↓ 282 callersMethodreset
* (Re-)Load the keys from keys.conf. */
src/libromdata/crypto/KeyStoreUI.cpp:324
↓ 236 callersMethodget
* Get this uint34_rshift2_t as uint64_t. * No byteswapping in this version. * @return uint64_t */
src/libromdata/Console/wii_structs.h:38
↓ 232 callersMethodisOpen
* Is the FST open? * @return True if open; false if not. */
src/libromdata/disc/GcnFst.cpp:389
↓ 216 callersFunctionprint
extlib/fmt/include/fmt/base.h:2896
↓ 211 callersMethodcount
* Get the number of fields. * @return Number of fields. */
src/librpbase/RomFields.cpp:608
↓ 211 callersMethodfind
Wrapper find/begin/end functions for the map.
src/libromdata/Audio/SPC.cpp:98
↓ 206 callersFunctionfprintf
extlib/fmt/include/fmt/printf.h:628
↓ 189 callersMethodaddMetaData_string
* Add a string metadata property. * * If a metadata property with the same name already exists, * it will be overwritten. * * @param name Propert
src/librpbase/RomMetaData.cpp:594
↓ 187 callersMethodsize
* Get the data size. * This size does not include the NCCH header, * and it's adjusted to exclude hashes. * @return Data size, or -1 on error. */
src/librpbase/disc/CBCReader.cpp:403
↓ 181 callersMethodreset
* Clear everything. */
src/libromdata/Console/WiiUPackage.cpp:101
↓ 153 callersFunctionformatFileSize
* Format a file size. * @param size File size * @param dialect * @return Formatted file size. */
src/librptext/formatting.cpp:195
↓ 135 callersMethodclear
* Clear the loaded data. */
src/libromdata/data/AmiiboData.cpp:503
↓ 135 callersFunctionpng_warning
This function is called whenever there is a non-fatal error. This function * should not be changed. If there is a need to handle warnings different
extlib/libpng/pngerror.c:176
↓ 135 callersMethodreset
* Reset the configuration to the default values. */
src/librpbase/config/Config.cpp:203
↓ 133 callersMethodaddField_string_numeric
* Add string field data using a numeric value. * @param name Field name * @param val Numeric value * @param base Base (If not decimal, a prefix wil
src/librpbase/RomFields.cpp:951
↓ 133 callersMethodend
src/libromdata/Audio/SPC.cpp:106
↓ 131 callersMethodread
* Read data from the disc image. * @param ptr Output data buffer. * @param size Amount of data to read, in bytes. * @return Number of bytes read.
src/libromdata/disc/DpfReader.cpp:275
↓ 126 callersMethodisOpen
* Is the file open? * This usually only returns false if an error occurred. * @return True if the file is open; false if it isn't. */
src/win32/file/RpFile_IStream.cpp:243
↓ 122 callersMethodwidth
* Get the image width. * @return Image width. */
src/librptexture/img/rp_image.cpp:310
↓ 120 callersMethodlastError
* Get the last error. * @return Last POSIX error, or 0 if no error. */
src/librpbase/img/RpPngWriter.cpp:1139
↓ 116 callersMethodsize
* Get the file size. * @return File size, or negative on error. */
src/win32/file/RpFile_IStream.cpp:660
↓ 112 callersMethodwrite
* Write data to the file. * (NOTE: Not valid for MemFile; this will always return 0.) * @param ptr Input data buffer. * @param size Amount of data
src/librpfile/MemFile.cpp:110
↓ 111 callersMethodsize
* Get the file size. * @return File size, or negative on error. */
src/kde/RpFile_kio.cpp:317
↓ 111 callersMethodsize
extlib/fmt/include/fmt/format.h:1358
↓ 110 callersMethodfputs
* fputs() wrapper function. * * On Windows, if using a standard Windows console and ANSI escape sequences * are not supported, color will be emu
src/libgsvt/gsvtpp.hpp:92
↓ 107 callersFunctionZSTD_isError
* Error Management ***************************************/ ! ZSTD_isError * tells if a return value is an error code */
extlib/zstd/lib/legacy/zstd_v03.c:2373
↓ 100 callersFunctionMEM_read32
extlib/zstd/lib/common/mem.h:167
↓ 100 callersFunctionpng_free
Free a pointer allocated by png_malloc(). If ptr is NULL, return * without taking any action. */
extlib/libpng/pngmem.c:233
↓ 98 callersMethodout
extlib/fmt/include/fmt/chrono.h:1216
↓ 98 callersMethodset_sBIT
* Set the number of significant bits per channel. * @param sBIT [in] sBIT_t struct */
src/librptexture/img/rp_image.cpp:537
↓ 97 callersMethodlOpenRes
* Get the return value of RegCreateKeyEx() or RegOpenKeyEx(). * @return Return value. */
src/libwin32ui/RegKey.hpp:72
↓ 96 callersFunctionxsum
Sum of two sizes, with overflow check. */
extlib/gettext/gettext-runtime/intl/gnulib-lib/xsize.h:70
↓ 95 callersFunctionfread
extlib/gettext/gettext-runtime/intl/gnulib-lib/stdio-read.c:155
↓ 95 callersMethodheight
* Get the image height. * @return Image height. */
src/librptexture/img/rp_image.cpp:320
↓ 92 callersMethodappend
extlib/pugixml/src/pugixml.cpp:9622
↓ 92 callersFunctionlatin1_to_utf8
* Convert Latin-1 (ISO-8859-1) text to UTF-8. * Trailing NULL bytes will be removed. * @param str [in] Latin-1 text. * @param len [in] Length of st
src/librptext/conversion.hpp:431
↓ 88 callersFunctionformatFileSizeKiB
* Format a file size, in KiB. * * This function expects the size to be a multiple of 1024, * so it doesn't do any fractional rounding or printing.
src/librptext/formatting.cpp:383
↓ 86 callersMethodchild
extlib/pugixml/src/pugixml.cpp:5783
↓ 85 callersFunctionLZ4F_isError
extlib/lz4/lib/lz4frame.c:293
↓ 84 callersFunctionPutUnsafe
extlib/rapidjson/include/rapidjson/stream.h:91
↓ 80 callersMethodattribute
extlib/pugixml/src/pugixml.cpp:5797
↓ 79 callersFunctionstrArrayToVector_i18n
src/librpbase/RomFields.hpp:640
↓ 78 callersFunctionValues
extlib/googletest/googletest/include/gtest/gtest-param-test.h:335
↓ 78 callersMethodat
* Get a ROM field. * @param idx Field index. * @return ROM field, or nullptr if the index is invalid. */
src/librpbase/RomFields.cpp:629
↓ 78 callersMethodbits
* Get a pointer to the first line of image data. * @return Image data. */
src/librptexture/img/rp_image.cpp:383
↓ 78 callersMethoddata
Returns a pointer to the output buffer content. No terminating null character is appended.
extlib/fmt/include/fmt/format.h:4225
↓ 78 callersFunctionto_unsigned
extlib/fmt/include/fmt/base.h:421
↓ 77 callersFunctionpng_crc_finish
extlib/libpng/pngrutil.c:359
↓ 76 callersMethodaddField_bitfield
* Add bitfield data. * NOTE: This object takes ownership of the vector. * @param name Field name * @param bit_names Bit names * @param elemsPerRow
src/librpbase/RomFields.cpp:1086
↓ 75 callersMethodstride
* Get the total number of bytes per line. * This includes memory alignment padding. * @return Bytes per line. */
src/librptexture/img/rp_image.cpp:341
↓ 73 callersFunctionZSTD_hashPtr
extlib/zstd/lib/compress/zstd_compress_internal.h:929
↓ 72 callersMethodclear
* Clear the data. */
src/rp-download/IDownloader.cpp:214
↓ 72 callersFunctionisRomSupported_static
* Is a ROM image supported by this class? * @param pvd ISO-9660 Primary Volume Descriptor. * @return Class-specific system ID (>= 0) if supported;
src/libromdata/Console/XboxDisc.hpp:45
↓ 72 callersMethodisValid
* Is this ROM valid? * @return True if it is; false if it isn't. */
src/librpbase/RomData.cpp:605
↓ 70 callersMethodempty
extlib/pugixml/src/pugixml.cpp:5436
↓ 68 callersMethodAddMember
extlib/rapidjson/include/rapidjson/document.h:2536
↓ 68 callersFunctionsnprintf
extlib/gettext/gettext-runtime/intl/libgnuintl.in.h:701
↓ 67 callersFunctionAssert
Asserts that condition is true; aborts the process with the given message if condition is false. We cannot use LOG(FATAL) or CHECK() as Google Mock m
extlib/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:228
↓ 67 callersMethodemplace
extlib/mpark-variant/include/mpark/variant.hpp:1941
↓ 67 callersFunctionvec_ld
extlib/zlib-ng/arch/power/power_intrins.h:27
↓ 66 callersFunctionprintf
extlib/gettext/gettext-runtime/intl/libgnuintl.in.h:559
↓ 65 callersMethodcbegin
* Get a const iterator pointing to the beginning of the RomFields. * @return Const iterator. */
src/librpbase/RomFields.cpp:641
↓ 64 callersMethodassign
extlib/fmt/include/fmt/format.h:1607
↓ 64 callersMethodindex
extlib/mpark-variant/include/mpark/variant.hpp:2375
↓ 64 callersMethodsize
Returns the number of TestPartResult objects in the array.
extlib/googletest/googletest/src/gtest-test-part.cc:79
↓ 63 callersMethodnewline
* Print a newline. */
src/libgsvt/gsvtpp.hpp:128
↓ 61 callersMethodPut
extlib/rapidjson/include/rapidjson/encodings.h:593
↓ 61 callersMethodcend
src/libromdata/Audio/SPC.cpp:118
↓ 61 callersFunctioncp1252_sjis_to_utf8
* Convert cp1252 or Shift-JIS (cp932) text to UTF-8. * Trailing NULL bytes will be removed. * @param str [in] cp1252 or Shift-JIS (cp932) text. * @
src/librptext/conversion.hpp:378
↓ 61 callersMethodend
* Get a const iterator pointing to the end of the RomMetaData. * Alias function required for range-based `for` loops. * @return Const iterator *
src/librpbase/RomMetaData.hpp:280
↓ 59 callersMethoddata
src/kde/ListDataModel.cpp:410
↓ 58 callersFunctionU82Q
* Convert an std::string to QString. * @param str std::string * @return QString */
src/kde/RpQt.hpp:65
↓ 58 callersMethodformat
* Get the image format. * @return Image format. */
src/librptexture/img/rp_image.cpp:373
↓ 58 callersMethodstr
Returns the explanation accumulated so far.
extlib/googletest/googlemock/include/gmock/gmock-matchers.h:308
↓ 57 callersMethodPeek
extlib/rapidjson/include/rapidjson/reader.h:1080
↓ 57 callersMethodcend
* Get a const iterator pointing to the end of the RomFields. * @return Const iterator. */
src/librpbase/RomFields.cpp:651
↓ 56 callersMethodname
extlib/pugixml/src/pugixml.cpp:5441
↓ 55 callersFunctionMEM_readLE32
extlib/zstd/lib/common/mem.h:321
↓ 54 callersFunctionBIT_reloadDStream
extlib/zstd/lib/legacy/zstd_v03.c:404
↓ 54 callersFunctionZSTD_highbit32
extlib/zstd/lib/common/bits.h:174
↓ 54 callersMethodbegin
src/libromdata/Audio/SPC.cpp:102
↓ 54 callersMethodbegin
extlib/fmt/include/fmt/ranges.h:767
↓ 53 callersMethodend
extlib/googletest/googletest/include/gtest/internal/gtest-internal.h:1126
↓ 53 callersFunctionmz_stream_seek
extlib/minizip-ng/mz_strm.c:226
↓ 53 callersFunctionpng_chunk_benign_error
extlib/libpng/pngerror.c:459
next →1–100 of 15,169, ranked by callers