Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LivingFray/HaloCEVR
/ functions
Functions
1,453 in github.com/LivingFray/HaloCEVR
⨍
Functions
1,453
◇
Types & classes
556
↓ 182 callers
Function
create
ThirdParty/nlohmann/json.hpp:19675
↓ 144 callers
Function
stbi__get8
ThirdParty/stb/stb_image.h:1614
↓ 140 callers
Function
concat
ThirdParty/nlohmann/json.hpp:4349
↓ 140 callers
Method
size
ThirdParty/nlohmann/json.hpp:3125
↓ 131 callers
Function
stbi__err
ThirdParty/stb/stb_image.h:978
↓ 131 callers
Method
write_character
ThirdParty/nlohmann/json.hpp:14970
↓ 106 callers
Method
Value
HaloCEVR/Config/Config.h:37
↓ 102 callers
Function
ttUSHORT
ThirdParty/stb/stb_truetype.h:1286
↓ 101 callers
Method
end
return iterator end (needed for range-based for)
ThirdParty/nlohmann/json.hpp:5332
↓ 86 callers
Method
begin
return iterator begin (needed for range-based for)
ThirdParty/nlohmann/json.hpp:5326
↓ 58 callers
Method
SetRenderState
HaloCEVR/DirectXWrappers/IDirect3DDevice9ExWrapper.cpp:329
↓ 49 callers
Method
empty
ThirdParty/nlohmann/json.hpp:6308
↓ 49 callers
Function
get
ThirdParty/nlohmann/json.hpp:5342
↓ 46 callers
Method
parse_error
ThirdParty/nlohmann/json.hpp:4510
↓ 44 callers
Function
stbi__rewind
ThirdParty/stb/stb_image.h:886
↓ 42 callers
Function
type_name
@brief return the type as string @sa https://json.nlohmann.me/api/basic_json/type_name/
ThirdParty/nlohmann/json.hpp:23459
↓ 41 callers
Method
data
ThirdParty/nlohmann/json.hpp:23499
↓ 39 callers
Function
stbi__get16be
ThirdParty/stb/stb_image.h:1694
↓ 39 callers
Function
to_string
@brief return a string representation of the JSON pointer @sa https://json.nlohmann.me/api/json_pointer/to_string/
ThirdParty/nlohmann/json.hpp:13873
↓ 38 callers
Function
add
add a character to token_buffer
ThirdParty/nlohmann/json.hpp:8773
↓ 38 callers
Function
ttSHORT
ThirdParty/stb/stb_truetype.h:1287
↓ 37 callers
Function
basic_json
@brief create an empty value with a given type @sa https://json.nlohmann.me/api/basic_json/basic_json/
ThirdParty/nlohmann/json.hpp:20117
↓ 36 callers
Method
GetVR
HaloCEVR/Game.h:86
↓ 36 callers
Method
MetresToWorld
HaloCEVR/Game.cpp:995
↓ 34 callers
Function
is_object
@brief return whether value is an object @sa https://json.nlohmann.me/api/basic_json/is_object/
ThirdParty/nlohmann/json.hpp:20659
↓ 33 callers
Method
RegisterFloat
HaloCEVR/Config/Config.h:98
↓ 32 callers
Function
stbi__get32le
ThirdParty/stb/stb_image.h:1722
↓ 31 callers
Method
key
ThirdParty/nlohmann/json.hpp:7338
↓ 31 callers
Function
stbi__skip
ThirdParty/stb/stb_image.h:1644
↓ 30 callers
Function
stbi__get16le
ThirdParty/stb/stb_image.h:1714
↓ 28 callers
Function
get_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
ThirdParty/nlohmann/json.hpp:8820
↓ 27 callers
Method
AddElement
HaloCEVR/UI/UIPanel.cpp:49
↓ 26 callers
Method
get
HaloCEVR/Maths/Matrices.h:309
↓ 24 callers
Function
end
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/end/
ThirdParty/nlohmann/json.hpp:22095
↓ 23 callers
Function
input_adapter
ThirdParty/nlohmann/json.hpp:6521
↓ 20 callers
Method
sax_parse
ThirdParty/nlohmann/json.hpp:12329
↓ 20 callers
Method
setColumn
HaloCEVR/Maths/Matrices.h:295
↓ 20 callers
Function
stbi__get32be
ThirdParty/stb/stb_image.h:1704
↓ 20 callers
Function
stbi__malloc
ThirdParty/stb/stb_image.h:985
↓ 19 callers
Method
EnableHook
HaloCEVR/Hooking/Hook.h:39
↓ 19 callers
Method
get_token_string
! @return a string representation of the last read byte */
ThirdParty/nlohmann/json.hpp:12045
↓ 19 callers
Method
number_integer
ThirdParty/nlohmann/json.hpp:7308
↓ 19 callers
Method
operator[]
access to successor
ThirdParty/nlohmann/json.hpp:13733
↓ 18 callers
Function
from_json
ThirdParty/nlohmann/json.hpp:4664
↓ 18 callers
Method
number_unsigned
ThirdParty/nlohmann/json.hpp:7313
↓ 18 callers
Function
stbtt__handle_clipped_edge
the edge passed in here does not cross the vertical line at x or the vertical line at x+1 (i.e. it has already been clipped to those)
ThirdParty/stb/stb_truetype.h:3028
↓ 18 callers
Function
ttULONG
ThirdParty/stb/stb_truetype.h:1288
↓ 17 callers
Function
to_json
ThirdParty/nlohmann/json.hpp:5642
↓ 16 callers
Function
is_array
@brief return whether value is an array @sa https://json.nlohmann.me/api/basic_json/is_array/
ThirdParty/nlohmann/json.hpp:20666
↓ 16 callers
Function
stbi__at_eof
ThirdParty/stb/stb_image.h:1628
↓ 15 callers
Function
begin
@brief returns an iterator to the first element @sa https://json.nlohmann.me/api/basic_json/begin/
ThirdParty/nlohmann/json.hpp:22070
↓ 15 callers
Function
combine
boost::hash_combine
ThirdParty/nlohmann/json.hpp:6004
↓ 15 callers
Function
is_null
@brief return whether value is null @sa https://json.nlohmann.me/api/basic_json/is_null/
ThirdParty/nlohmann/json.hpp:20617
↓ 15 callers
Function
stbtt__buf_get8
ThirdParty/stb/stb_truetype.h:1133
↓ 15 callers
Function
stbtt__csctx_rccurve_to
ThirdParty/stb/stb_truetype.h:1957
↓ 15 callers
Function
stbtt__find_table
@OPTIMIZE: binary search
ThirdParty/stb/stb_truetype.h:1306
↓ 15 callers
Method
value
return value of the iterator
ThirdParty/nlohmann/json.hpp:5299
↓ 14 callers
Method
SetTextureStageState
HaloCEVR/DirectXWrappers/IDirect3DDevice9ExWrapper.cpp:384
↓ 14 callers
Method
getLeftAxis
HaloCEVR/Maths/Matrices.h:834
↓ 14 callers
Function
set_parents
ThirdParty/nlohmann/json.hpp:20005
↓ 14 callers
Function
stbtt_FindGlyphIndex
ThirdParty/stb/stb_truetype.h:1496
↓ 13 callers
Method
RegisterBool
HaloCEVR/Config/Config.h:84
↓ 12 callers
Method
SetRenderTarget
HaloCEVR/DirectXWrappers/IDirect3DDevice9ExWrapper.cpp:201
↓ 12 callers
Method
number_float
ThirdParty/nlohmann/json.hpp:7318
↓ 12 callers
Function
stbi__grow_buffer_unsafe
ThirdParty/stb/stb_image.h:2075
↓ 12 callers
Function
stbi__zreceive
ThirdParty/stb/stb_image.h:4214
↓ 12 callers
Function
swap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
ThirdParty/nlohmann/json.hpp:22764
↓ 11 callers
Method
cross
HaloCEVR/Maths/Vectors.h:404
↓ 11 callers
Method
normalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
ThirdParty/nlohmann/json.hpp:17054
↓ 11 callers
Method
string
ThirdParty/nlohmann/json.hpp:7323
↓ 10 callers
Method
CalculateStringWidth
HaloCEVR/UI/UIRenderer.cpp:421
↓ 10 callers
Method
DefaultValue
HaloCEVR/Config/Config.h:39
↓ 10 callers
Method
DrawLine3D
HaloCEVR/InGameRenderer.cpp:134
↓ 10 callers
Method
GetHMDTransform
HaloCEVR/VR/OpenVR.cpp:658
↓ 10 callers
Method
boolean
ThirdParty/nlohmann/json.hpp:7303
↓ 10 callers
Function
parser
ThirdParty/nlohmann/json.hpp:19434
↓ 10 callers
Function
set_parent
ThirdParty/nlohmann/json.hpp:20055
↓ 10 callers
Function
stbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
ThirdParty/stb/stb_image.h:3859
↓ 10 callers
Function
stbi__malloc_mad3
ThirdParty/stb/stb_image.h:1055
↓ 9 callers
Method
CreateTexture
HaloCEVR/DirectXWrappers/IDirect3DDevice9ExWrapper.cpp:125
↓ 9 callers
Method
DrawPrimitiveUP
HaloCEVR/DirectXWrappers/IDirect3DDevice9ExWrapper.cpp:464
↓ 9 callers
Method
Release
HaloCEVR/DirectXWrappers/IDirect3D9ExWrapper.cpp:46
↓ 9 callers
Method
SetTransform
HaloCEVR/DirectXWrappers/IDirect3DDevice9ExWrapper.cpp:263
↓ 9 callers
Method
end_array
ThirdParty/nlohmann/json.hpp:7353
↓ 9 callers
Function
is_binary
@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/
ThirdParty/nlohmann/json.hpp:20680
↓ 9 callers
Method
start_array
ThirdParty/nlohmann/json.hpp:7348
↓ 9 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
ThirdParty/stb/stb_image.h:2919
↓ 9 callers
Function
stbtt__buf_seek
ThirdParty/stb/stb_truetype.h:1147
↓ 9 callers
Function
stbtt__new_buf
ThirdParty/stb/stb_truetype.h:1168
↓ 9 callers
Function
stbtt_setvertex
ThirdParty/stb/stb_truetype.h:1594
↓ 8 callers
Method
GetControllerTransform
HaloCEVR/VR/OpenVR.cpp:739
↓ 8 callers
Method
RegisterVector3
HaloCEVR/Config/Config.h:112
↓ 8 callers
Method
SetFVF
HaloCEVR/DirectXWrappers/IDirect3DDevice9ExWrapper.cpp:494
↓ 8 callers
Method
UpdateActiveButton
HaloCEVR/UI/UIRenderer.cpp:454
↓ 8 callers
Function
dump_integer
ThirdParty/nlohmann/json.hpp:18722
↓ 8 callers
Method
end_object
ThirdParty/nlohmann/json.hpp:7343
↓ 8 callers
Function
find
ThirdParty/nlohmann/json.hpp:19290
↓ 8 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
ThirdParty/nlohmann/json.hpp:11896
↓ 8 callers
Method
start_object
ThirdParty/nlohmann/json.hpp:7333
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
ThirdParty/stb/stb_image.h:2416
next →
1–100 of 1,453, ranked by callers