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
↓ 1 callers
Function
to_extended_halfway
Source/external/fast_float.h:2767
↓ 1 callers
Function
to_json_tuple_impl
Source/external/json.hpp:5709
↓ 1 callers
Method
try_extend
try to add items to the vector, returning if items were added
Source/external/fast_float.h:1924
↓ 1 callers
Method
try_resize
try to resize the vector, returning if the vector was resized.
Source/external/fast_float.h:1948
↓ 1 callers
Function
type
@brief return the type of the JSON value (explicit) @sa https://json.nlohmann.me/api/basic_json/type/
Source/external/json.hpp:20459
↓ 1 callers
Function
unescape
Source/external/json.hpp:2989
↓ 1 callers
Function
update
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
Source/external/json.hpp:22578
↓ 1 callers
Method
update
Source/LevelDebugLayer.cpp:321
↓ 1 callers
Method
updateCamera
Source/LevelEditorLayer.cpp:61
↓ 1 callers
Method
updateCamera
Source/PlayLayer.cpp:810
↓ 1 callers
Method
updateIconColors
Source/SimplePlayer.cpp:100
↓ 1 callers
Method
updateJump
Source/PlayerObject.cpp:560
↓ 1 callers
Method
updateVisibility
Source/PlayLayer.cpp:972
↓ 1 callers
Function
value
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Source/external/json.hpp:13524
Method
App
<summary> Creates the singleton application object. This is the first line of authored code executed, and as such is the logical equivalent of main()
proj.winrt/App.cpp:50
Method
AppDelegate
Source/AppDelegate.cpp:59
Method
BenchmarkTimer
Source/external/benchmark.h:23
Method
CharArrayInputBuffer
Source/external/hps/buffer/char_array_input_buffer.h:11
Function
FASTFLOAT_CONSTEXPR14 parse_infnan
Source/external/fast_float.h:3128
Function
JSON_CATCH
Source/external/json.hpp:19866
Function
JSON_INTERNAL_CATCH
Source/external/json.hpp:21503
Method
MenuItemSpriteExtra
Source/MenuItemSpriteExtra.cpp:27
Method
MotionTrail
Source/MotionTrail.cpp:24
Method
OnLaunched
<summary> Invoked when the application is launched normally by the end user. Other entry points will be used such as when the application is launched
proj.winrt/App.cpp:74
Method
OnNavigationFailed
<summary> Invoked when Navigation to a certain page fails </summary> <param name="sender">The Frame which failed navigation</param> <param name="e">De
proj.winrt/App.cpp:149
Method
OnResuming
<summary> Invoked when application execution is being resumed. </summary> <param name="sender">The source of the resume request.</param> <param name="
proj.winrt/App.cpp:135
Method
OnSuspending
<summary> Invoked when application execution is being suspended. Application state is saved without knowing whether the application will be terminate
proj.winrt/App.cpp:125
Method
PromoItemSprite
Source/PromoItemSprite.cpp:34
Method
SpriteColor
Source/SpriteColor.h:34
Method
SquareDistance
Source/GameToolbox/math.cpp:27
Method
Stop
Source/external/benchmark.h:35
Method
StreamInputBuffer
Source/external/hps/buffer/stream_input_buffer.h:14
Method
StreamOutputBuffer
Source/external/hps/buffer/stream_output_buffer.h:14
Method
StringInputBuffer
Source/external/hps/buffer/string_input_buffer.h:11
Method
StringOutputBuffer
Source/external/hps/buffer/string_output_buffer.h:14
Method
TextInputNode
Source/TextInputNode.cpp:35
Function
_tWinMain
proj.win32/main.cpp:32
Function
accept
Source/external/json.hpp:23226
Method
actionEasing
Source/EffectGameObject.cpp:30
Method
activate
Source/TextButton.cpp:38
Method
activate
Source/PromoItemSprite.cpp:49
Method
activate
Source/MenuItemSpriteExtra.cpp:85
Method
activateStreak
Source/PlayerObject.cpp:395
Method
addCustomSprites
Source/GameObject.cpp:77
Method
addObject
Source/LevelEditorLayer.cpp:645
Method
addObject
Source/BaseGameLayer.cpp:440
Method
adjusted_mantissa
a negative value indicates an invalid result
Source/external/fast_float.h:409
Function
adjusted_mantissa digit_comp
Source/external/fast_float.h:3086
Function
adjusted_mantissa negative_digit_comp
Source/external/fast_float.h:3025
Function
adjusted_mantissa positive_digit_comp
Source/external/fast_float.h:3001
Method
alignItemsInColumnsWithPadding
Source/GameToolbox/nodes.cpp:133
Method
alignItemsVerticallyWithPadding
Source/GameToolbox/nodes.cpp:212
Method
applicationDidEnterBackground
This function will be called when the app is inactive. Note, when receiving a phone call it is invoked.
Source/AppDelegate.cpp:186
Method
applicationDidFinishLaunching
Source/AppDelegate.cpp:122
Method
applicationGetRefreshRate
Source/AppDelegate.cpp:80
Method
applicationWillEnterForeground
this function will be called when the app is active again
Source/AppDelegate.cpp:196
Method
applyColorChannel
Source/GameObject.cpp:346
Method
applyHSV
Source/GameToolbox/conv.cpp:103
Function
back
@brief access the last element @sa https://json.nlohmann.me/api/basic_json/back/
Source/external/json.hpp:21574
Function
base64_encode
Source/external/base64.cpp:14
Function
basic_json array
@brief explicitly create an array from an initializer list @sa https://json.nlohmann.me/api/basic_json/array/
Source/external/json.hpp:20169
Function
basic_json binary
@brief explicitly create a binary array (without subtype) @sa https://json.nlohmann.me/api/basic_json/binary/
Source/external/json.hpp:20125
Function
basic_json diff
@brief creates a diff as a JSON patch @sa https://json.nlohmann.me/api/basic_json/diff/
Source/external/json.hpp:24126
Function
basic_json from_bjdata
Source/external/json.hpp:23674
Function
basic_json from_bson
Source/external/json.hpp:23704
Function
basic_json from_cbor
Source/external/json.hpp:23506
Function
basic_json from_msgpack
Source/external/json.hpp:23565
Function
basic_json from_ubjson
Source/external/json.hpp:23619
Function
basic_json meta
@brief returns version information on the library @sa https://json.nlohmann.me/api/basic_json/meta/
Source/external/json.hpp:19423
Function
basic_json object
@brief explicitly create an object from an initializer list @sa https://json.nlohmann.me/api/basic_json/object/
Source/external/json.hpp:20177
Function
basic_json parse
Source/external/json.hpp:23185
Method
bigint
Source/external/fast_float.h:2230
Function
binary
Source/external/json.hpp:6791
Method
binary
Source/external/json.hpp:6975
Method
binary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
Source/external/json.hpp:9158
Method
binary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
Source/external/json.hpp:14966
Method
blendColor
Source/GameToolbox/conv.cpp:186
Function
boolean
Source/external/json.hpp:6761
Method
boolean
Source/external/json.hpp:6945
Method
calc_bson_array_size
! @return The size of the BSON-encoded array @a value */
Source/external/json.hpp:16022
Method
calc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
Source/external/json.hpp:16037
Method
calc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document entry for
Source/external/json.hpp:16079
Method
calc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
Source/external/json.hpp:15875
Method
calc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
Source/external/json.hpp:15952
Method
calc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] value JSON value to serialize @pre value.
Source/external/json.hpp:16174
Method
calc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
Source/external/json.hpp:15922
Method
calc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
Source/external/json.hpp:15980
Method
changeGravity
Source/PlayLayer.cpp:1952
Method
changePlayerSpeed
Source/PlayLayer.cpp:1915
Method
checkSnapJumpToObject
Source/PlayerObject.cpp:851
Function
clear
@brief clears the contents @sa https://json.nlohmann.me/api/basic_json/clear/
Source/external/json.hpp:22197
Function
clear_subtype
@brief clears the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/clear_subtype/
Source/external/json.hpp:5889
Method
close
Source/CocosExplorer.cpp:417
Function
cocos_android_app_init
proj.android/app/jni/main.cpp:40
Method
colorForIdx
Source/GameToolbox/conv.cpp:250
Method
compressLvlStr
Source/GJGameLevel.cpp:134
Function
compute_error
Source/external/fast_float.h:1708
Function
compute_error_scaled
Source/external/fast_float.h:1695
Function
compute_float
Source/external/fast_float.h:1722
Function
compute_product_approximation
Source/external/fast_float.h:1649
← previous
next →
401–500 of 1,171, ranked by callers