MCPcopy Create free account

hub / github.com/Open-GD/OpenGD / functions

Functions1,171 in github.com/Open-GD/OpenGD

↓ 2 callersMethodinit
Source/EndLevelLayer.cpp:114
↓ 2 callersMethodinit
Source/MenuItemSpriteExtra.cpp:94
↓ 2 callersMethodisActive
Source/GameObject.h:235
↓ 2 callersMethodis_empty
Source/external/fast_float.h:1897
↓ 2 callersMethodis_end
return whether the iterator is at end
Source/external/json.hpp:12686
↓ 2 callersMethodis_errored
Source/external/json.hpp:7114
↓ 2 callersFunctionis_made_of_eight_digits_fast
credit @aqrit
Source/external/fast_float.h:759
↓ 2 callersFunctionis_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
Source/external/json.hpp:20508
↓ 2 callersFunctionleading_zeroes_generic
Helper C++11 constexpr generic implementation of leading_zeroes */
Source/external/fast_float.h:315
↓ 2 callersFunctionlittle_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
Source/external/json.hpp:9127
↓ 2 callersMethodname
Source/external/json.hpp:4316
↓ 2 callersMethodnonzero
check if any limbs are non-zero after the given index. this needs to be done in reverse order, since the index is relative to the most significant lim
Source/external/fast_float.h:1959
↓ 2 callersMethodnormalize
normalize the big integer, so most-significant zero limbs are removed.
Source/external/fast_float.h:1969
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Source/external/json.hpp:13152
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Source/external/json.hpp:13203
↓ 2 callersFunctionparse_eight_digits
Source/external/fast_float.h:2889
↓ 2 callersFunctionparse_one_digit
Source/external/fast_float.h:2897
↓ 2 callersMethodplayerIsFalling
Source/PlayerObject.cpp:702
↓ 2 callersFunctionpop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
Source/external/json.hpp:13840
↓ 2 callersMethodpow2
multiply as if by 2 raised to a power.
Source/external/fast_float.h:2390
↓ 2 callersFunctionpower
* For q in (0,350), we have that * f = (((152170 + 65536) * q ) >> 16); * is equal to * floor(p) + q * where * p = log(5**q)/log(2) = q * lo
Source/external/fast_float.h:1687
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
Source/external/json.hpp:8621
↓ 2 callersMethodresetLevel
Source/PlayLayer.cpp:1589
↓ 2 callersMethodresetPlayer
Source/MenuGameLayer.cpp:151
↓ 2 callersFunctionround_nearest_tie_even
Source/external/fast_float.h:2808
↓ 2 callersFunctionround_up_bigint
Source/external/fast_float.h:2911
↓ 2 callersMethodsetCallback
Source/TextButton.cpp:99
↓ 2 callersMethodsetDestination
Source/MenuItemSpriteExtra.cpp:43
↓ 2 callersMethodsetEnterEffectID
Source/GameObject.h:162
↓ 2 callersMethodsetGlow
Source/SimplePlayer.cpp:116
↓ 2 callersMethodsetGlowColor
Source/SimplePlayer.cpp:121
↓ 2 callersMethodsetInnerBounds
Source/GameObject.h:221
↓ 2 callersMethodsetStartPosition
Source/GameObject.h:130
↓ 2 callersMethodsetStartPositionX
Source/GameObject.h:132
↓ 2 callersMethodsetStartScale
Source/GameObject.h:144
↓ 2 callersMethodsetStartScaleX
Source/GameObject.h:146
↓ 2 callersMethodsetStartScaleY
Source/GameObject.h:148
↓ 2 callersMethodsetYVel
Source/PlayerObject.h:161
↓ 2 callersMethodset_len
set the length, without bounds checking.
Source/external/fast_float.h:1891
↓ 2 callersFunctionsetupDesignResolution
Source/AppDelegate.cpp:91
↓ 2 callersFunctionsize
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
Source/external/json.hpp:22114
↓ 2 callersFunctionskip_whitespace
Source/external/json.hpp:8801
↓ 2 callersFunctionskip_zeros
Source/external/fast_float.h:2844
↓ 2 callersFunctionsmall_add_from
Source/external/fast_float.h:2074
↓ 2 callersMethodstop
Source/MoveAction.cpp:111
↓ 2 callersFunctionstring
Source/external/json.hpp:6785
↓ 2 callersFunctionswap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
Source/external/json.hpp:22632
↓ 2 callersFunctionto_float
Source/external/fast_float.h:638
↓ 2 callersMethodupdate
Source/LevelEditorLayer.cpp:365
↓ 2 callersMethodupdateShipRotation
Source/PlayerObject.cpp:359
↓ 2 callersMethodupdateSpriteBGSize
Source/ButtonSprite.cpp:253
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
Source/external/json.hpp:14975
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
Source/external/json.hpp:15004
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
Source/external/json.hpp:15328
↓ 1 callersFunctionCopyToClipboard
Source/NodeSerializer.cpp:127
↓ 1 callersFunctionGetFolderLocation
Source/LevelDebugLayer.cpp:72
↓ 1 callersFunction_umul128
Source/external/fast_float.h:371
↓ 1 callersMethodadd
Source/external/fast_float.h:2385
↓ 1 callersMethodalignItemsHorizontally
Source/GameToolbox/nodes.cpp:174
↓ 1 callersFunctionappend_exponent
Source/external/json.hpp:17711
↓ 1 callersMethodapplyEnterEffect
Source/PlayLayer.cpp:924
↓ 1 callersMethodbit_length
get the number of bits in the bigint.
Source/external/fast_float.h:2376
↓ 1 callersMethodcollidedWithObject
Source/PlayerObject.cpp:710
↓ 1 callersFunctionconcat_into
Source/external/json.hpp:4193
↓ 1 callersFunctionconcat_length
Source/external/json.hpp:4162
↓ 1 callersFunctioncrbegin
@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/
Source/external/json.hpp:22014
↓ 1 callersFunctioncreateAllCorners
Source/GameToolbox/nodes.h:48
↓ 1 callersFunctioncrend
@brief returns a const reverse iterator to one before the first @sa https://json.nlohmann.me/api/basic_json/crend/
Source/external/json.hpp:22021
↓ 1 callersMethodcustomSetup
Source/GameObject.cpp:117
↓ 1 callersFunctiondrawProperties
Source/CocosExplorer.cpp:89
↓ 1 callersFunctiondump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer. @param[i
Source/external/json.hpp:18683
↓ 1 callersMethodexit
Source/LevelDebugLayer.cpp:570
↓ 1 callersFunctionfind_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
Source/external/json.hpp:17275
↓ 1 callersFunctionformat_buffer
Source/external/json.hpp:17763
↓ 1 callersFunctiongenerateTree
Source/CocosExplorer.cpp:303
↓ 1 callersMethodgetDisplayedLabel
Source/TextInputNode.cpp:321
↓ 1 callersMethodgetDontTransform
Source/GameObject.h:260
↓ 1 callersMethodgetInnerBounds
Source/GameObject.h:223
↓ 1 callersMethodgetLastGroundPos
Source/PlayerObject.cpp:974
↓ 1 callersFunctiongetNodeName
Source/CocosExplorer.cpp:48
↓ 1 callersFunctiongetNodeName
Source/NodeSerializer.cpp:32
↓ 1 callersMethodgetSplash
Source/LoadingLayer.cpp:136
↓ 1 callersMethodgetStartPosition
Source/GameObject.h:136
↓ 1 callersFunctiongetTextureString_PromoSprite
Source/PromoItemSprite.cpp:25
↓ 1 callersFunctiongetTextureString_WithoutResources
Source/GameToolbox/getTextureString.cpp:35
↓ 1 callersFunctionget_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
Source/external/json.hpp:17111
↓ 1 callersFunctionget_impl
Source/external/json.hpp:20813
↓ 1 callersFunctionget_impl_ptr
Source/external/json.hpp:20581
↓ 1 callersFunctionget_ptr
Source/external/json.hpp:20721
↓ 1 callersMethodget_value
Source/external/json.hpp:12662
↓ 1 callersFunctiongrisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
Source/external/json.hpp:17370
↓ 1 callersMethodhasBeenActivatedByPlayer
Source/GameObject.cpp:866
↓ 1 callersFunctionhash
Source/external/json.hpp:5951
↓ 1 callersMethodhi64
get the high 64 bits from the vector, and if bits were truncated. this is to get the significant digits for the float.
Source/external/fast_float.h:2248
↓ 1 callersMethodhideBackButton
Source/DropDownLayer.cpp:139
↓ 1 callersMethodinit
Source/LevelEditorLayer.cpp:405
↓ 1 callersMethodinit
Source/SongCell.cpp:59
↓ 1 callersMethodinit
Source/GroundLayer.cpp:28
↓ 1 callersMethodinit
Source/SongObject.cpp:35
↓ 1 callersMethodinit
Source/MenuLayer.cpp:80
← previousnext →201–300 of 1,171, ranked by callers