Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ functions
Functions
1,171 in github.com/Open-GD/OpenGD
⨍
Functions
1,171
◇
Types & classes
450
↓ 2 callers
Method
init
Source/EndLevelLayer.cpp:114
↓ 2 callers
Method
init
Source/MenuItemSpriteExtra.cpp:94
↓ 2 callers
Method
isActive
Source/GameObject.h:235
↓ 2 callers
Method
is_empty
Source/external/fast_float.h:1897
↓ 2 callers
Method
is_end
return whether the iterator is at end
Source/external/json.hpp:12686
↓ 2 callers
Method
is_errored
Source/external/json.hpp:7114
↓ 2 callers
Function
is_made_of_eight_digits_fast
credit @aqrit
Source/external/fast_float.h:759
↓ 2 callers
Function
is_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 callers
Function
leading_zeroes_generic
Helper C++11 constexpr generic implementation of leading_zeroes */
Source/external/fast_float.h:315
↓ 2 callers
Function
little_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 callers
Method
name
Source/external/json.hpp:4316
↓ 2 callers
Method
nonzero
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 callers
Method
normalize
normalize the big integer, so most-significant zero limbs are removed.
Source/external/fast_float.h:1969
↓ 2 callers
Function
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Source/external/json.hpp:13152
↓ 2 callers
Function
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Source/external/json.hpp:13203
↓ 2 callers
Function
parse_eight_digits
Source/external/fast_float.h:2889
↓ 2 callers
Function
parse_one_digit
Source/external/fast_float.h:2897
↓ 2 callers
Method
playerIsFalling
Source/PlayerObject.cpp:702
↓ 2 callers
Function
pop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
Source/external/json.hpp:13840
↓ 2 callers
Method
pow2
multiply as if by 2 raised to a power.
Source/external/fast_float.h:2390
↓ 2 callers
Function
power
* 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 callers
Function
reset
reset token_buffer; current character is beginning of token
Source/external/json.hpp:8621
↓ 2 callers
Method
resetLevel
Source/PlayLayer.cpp:1589
↓ 2 callers
Method
resetPlayer
Source/MenuGameLayer.cpp:151
↓ 2 callers
Function
round_nearest_tie_even
Source/external/fast_float.h:2808
↓ 2 callers
Function
round_up_bigint
Source/external/fast_float.h:2911
↓ 2 callers
Method
setCallback
Source/TextButton.cpp:99
↓ 2 callers
Method
setDestination
Source/MenuItemSpriteExtra.cpp:43
↓ 2 callers
Method
setEnterEffectID
Source/GameObject.h:162
↓ 2 callers
Method
setGlow
Source/SimplePlayer.cpp:116
↓ 2 callers
Method
setGlowColor
Source/SimplePlayer.cpp:121
↓ 2 callers
Method
setInnerBounds
Source/GameObject.h:221
↓ 2 callers
Method
setStartPosition
Source/GameObject.h:130
↓ 2 callers
Method
setStartPositionX
Source/GameObject.h:132
↓ 2 callers
Method
setStartScale
Source/GameObject.h:144
↓ 2 callers
Method
setStartScaleX
Source/GameObject.h:146
↓ 2 callers
Method
setStartScaleY
Source/GameObject.h:148
↓ 2 callers
Method
setYVel
Source/PlayerObject.h:161
↓ 2 callers
Method
set_len
set the length, without bounds checking.
Source/external/fast_float.h:1891
↓ 2 callers
Function
setupDesignResolution
Source/AppDelegate.cpp:91
↓ 2 callers
Function
size
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
Source/external/json.hpp:22114
↓ 2 callers
Function
skip_whitespace
Source/external/json.hpp:8801
↓ 2 callers
Function
skip_zeros
Source/external/fast_float.h:2844
↓ 2 callers
Function
small_add_from
Source/external/fast_float.h:2074
↓ 2 callers
Method
stop
Source/MoveAction.cpp:111
↓ 2 callers
Function
string
Source/external/json.hpp:6785
↓ 2 callers
Function
swap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
Source/external/json.hpp:22632
↓ 2 callers
Function
to_float
Source/external/fast_float.h:638
↓ 2 callers
Method
update
Source/LevelEditorLayer.cpp:365
↓ 2 callers
Method
updateShipRotation
Source/PlayerObject.cpp:359
↓ 2 callers
Method
updateSpriteBGSize
Source/ButtonSprite.cpp:253
↓ 2 callers
Method
write_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
Source/external/json.hpp:14975
↓ 2 callers
Method
write_cbor
! @param[in] j JSON value to serialize */
Source/external/json.hpp:15004
↓ 2 callers
Method
write_msgpack
! @param[in] j JSON value to serialize */
Source/external/json.hpp:15328
↓ 1 callers
Function
CopyToClipboard
Source/NodeSerializer.cpp:127
↓ 1 callers
Function
GetFolderLocation
Source/LevelDebugLayer.cpp:72
↓ 1 callers
Function
_umul128
Source/external/fast_float.h:371
↓ 1 callers
Method
add
Source/external/fast_float.h:2385
↓ 1 callers
Method
alignItemsHorizontally
Source/GameToolbox/nodes.cpp:174
↓ 1 callers
Function
append_exponent
Source/external/json.hpp:17711
↓ 1 callers
Method
applyEnterEffect
Source/PlayLayer.cpp:924
↓ 1 callers
Method
bit_length
get the number of bits in the bigint.
Source/external/fast_float.h:2376
↓ 1 callers
Method
collidedWithObject
Source/PlayerObject.cpp:710
↓ 1 callers
Function
concat_into
Source/external/json.hpp:4193
↓ 1 callers
Function
concat_length
Source/external/json.hpp:4162
↓ 1 callers
Function
crbegin
@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 callers
Function
createAllCorners
Source/GameToolbox/nodes.h:48
↓ 1 callers
Function
crend
@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 callers
Method
customSetup
Source/GameObject.cpp:117
↓ 1 callers
Function
drawProperties
Source/CocosExplorer.cpp:89
↓ 1 callers
Function
dump_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 callers
Method
exit
Source/LevelDebugLayer.cpp:570
↓ 1 callers
Function
find_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 callers
Function
format_buffer
Source/external/json.hpp:17763
↓ 1 callers
Function
generateTree
Source/CocosExplorer.cpp:303
↓ 1 callers
Method
getDisplayedLabel
Source/TextInputNode.cpp:321
↓ 1 callers
Method
getDontTransform
Source/GameObject.h:260
↓ 1 callers
Method
getInnerBounds
Source/GameObject.h:223
↓ 1 callers
Method
getLastGroundPos
Source/PlayerObject.cpp:974
↓ 1 callers
Function
getNodeName
Source/CocosExplorer.cpp:48
↓ 1 callers
Function
getNodeName
Source/NodeSerializer.cpp:32
↓ 1 callers
Method
getSplash
Source/LoadingLayer.cpp:136
↓ 1 callers
Method
getStartPosition
Source/GameObject.h:136
↓ 1 callers
Function
getTextureString_PromoSprite
Source/PromoItemSprite.cpp:25
↓ 1 callers
Function
getTextureString_WithoutResources
Source/GameToolbox/getTextureString.cpp:35
↓ 1 callers
Function
get_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 callers
Function
get_impl
Source/external/json.hpp:20813
↓ 1 callers
Function
get_impl_ptr
Source/external/json.hpp:20581
↓ 1 callers
Function
get_ptr
Source/external/json.hpp:20721
↓ 1 callers
Method
get_value
Source/external/json.hpp:12662
↓ 1 callers
Function
grisu2_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 callers
Method
hasBeenActivatedByPlayer
Source/GameObject.cpp:866
↓ 1 callers
Function
hash
Source/external/json.hpp:5951
↓ 1 callers
Method
hi64
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 callers
Method
hideBackButton
Source/DropDownLayer.cpp:139
↓ 1 callers
Method
init
Source/LevelEditorLayer.cpp:405
↓ 1 callers
Method
init
Source/SongCell.cpp:59
↓ 1 callers
Method
init
Source/GroundLayer.cpp:28
↓ 1 callers
Method
init
Source/SongObject.cpp:35
↓ 1 callers
Method
init
Source/MenuLayer.cpp:80
← previous
next →
201–300 of 1,171, ranked by callers