Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CHollingworth/Lampray
/ functions
Functions
2,972 in github.com/CHollingworth/Lampray
⨍
Functions
2,972
◇
Types & classes
585
↓ 5 callers
Function
cbegin
@brief returns a const iterator to the first element @sa https://json.nlohmann.me/api/basic_json/cbegin/
third-party/json/json.hpp:21952
↓ 5 callers
Function
endian_swap
third-party/pugixml/src/pugixml.cpp:1464
↓ 5 callers
Function
escape
third-party/json/json.hpp:2974
↓ 5 callers
Method
first
third-party/pugixml/src/pugixml.cpp:12582
↓ 5 callers
Method
first_child
third-party/pugixml/src/pugixml.cpp:5803
↓ 5 callers
Method
get_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
third-party/json/json.hpp:6187
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
third-party/json/json.hpp:12680
↓ 5 callers
Function
node_copy_tree
third-party/pugixml/src/pugixml.cpp:4476
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
third-party/json/json.hpp:12191
↓ 5 callers
Function
remove_node
third-party/pugixml/src/pugixml.cpp:1324
↓ 5 callers
Function
starts_with
third-party/pugixml/src/pugixml.cpp:8146
↓ 5 callers
Function
stb_textedit_delete_selection
delete the section
third-party/imgui/imstb_textedit.h:591
↓ 5 callers
Function
stb_textedit_move_to_first
move cursor to first character of selection
third-party/imgui/imstb_textedit.h:617
↓ 5 callers
Function
stbtt_GetFontOffsetForIndex
third-party/imgui/imstb_truetype.h:4950
↓ 5 callers
Function
stbtt_GetGlyphShape
third-party/imgui/imstb_truetype.h:2302
↓ 5 callers
Function
stbtt__csctx_rline_to
third-party/imgui/imstb_truetype.h:1955
↓ 5 callers
Function
strconv_escape
third-party/pugixml/src/pugixml.cpp:2478
↓ 5 callers
Method
write_buffer
third-party/pugixml/src/pugixml.cpp:3817
↓ 4 callers
Function
CalcNextScrollFromScrollTargetAndClamp
third-party/imgui/imgui.cpp:9922
↓ 4 callers
Method
CalcTextSizeA
third-party/imgui/imgui_draw.cpp:3523
↓ 4 callers
Method
ClearFreeMemory
third-party/imgui/imgui_draw.cpp:1669
↓ 4 callers
Method
DefaultWindowFlags
Lampray/Control/lampConfig.cpp:29
↓ 4 callers
Method
DoForceClose
third-party/imgui/imgui_demo.cpp:7899
↓ 4 callers
Method
FindGlyphNoFallback
third-party/imgui/imgui_draw.cpp:3402
↓ 4 callers
Function
FindLatestInputEvent
third-party/imgui/imgui.cpp:1409
↓ 4 callers
Method
GetByIndex
third-party/imgui/imgui_internal.h:660
↓ 4 callers
Function
GetMouseSourceName
third-party/imgui/imgui.cpp:8848
↓ 4 callers
Function
ImAcos01
third-party/imgui/imgui_draw.cpp:3882
↓ 4 callers
Function
ImBitArrayGetStorageSizeInBytes
third-party/imgui/imgui_internal.h:545
↓ 4 callers
Function
ImFormatStringV
third-party/imgui/imgui.cpp:1893
↓ 4 callers
Function
ImParseFormatPrecision
Parse display precision back from the display format string FIXME: This is still used by some navigation code path to infer a minimum tweak step, but
third-party/imgui/imgui_widgets.cpp:3344
↓ 4 callers
Function
ImStrncpy
third-party/imgui/imgui.cpp:1748
↓ 4 callers
Function
InputTextCalcTextSizeW
third-party/imgui/imgui_widgets.cpp:3645
↓ 4 callers
Function
InputTextFilterCharacter
Return false to discard a character.
third-party/imgui/imgui_widgets.cpp:3908
↓ 4 callers
Function
IsActiveIdUsingNavDir
third-party/imgui/imgui_internal.h:2978
↓ 4 callers
Function
LZ4F_compressBound_internal
! LZ4F_compressBound_internal() : * Provides dstCapacity given a srcSize to guarantee operation success in worst case situations. * prefsPtr is op
third-party/l4z/lz4frame.c:371
↓ 4 callers
Function
LZ4F_freeCompressionContext
third-party/l4z/lz4frame.c:620
↓ 4 callers
Function
LZ4F_freeDecompressionContext
third-party/l4z/lz4frame.c:1259
↓ 4 callers
Function
LZ4F_getBlockSize
third-party/l4z/lz4frame.c:325
↓ 4 callers
Function
LZ4F_makeBlock
! LZ4F_makeBlock(): * compress a single block, add header and optional checksum. * assumption : dst buffer capacity is >= BHSize + srcSize + crcSi
third-party/l4z/lz4frame.c:825
↓ 4 callers
Function
LZ4HC_InsertAndGetWiderMatch
third-party/l4z/lz4hc.c:239
↓ 4 callers
Function
LZ4_compress_HC_continue
third-party/l4z/lz4hc.c:1151
↓ 4 callers
Function
LZ4_compress_fast_continue
third-party/l4z/lz4.c:1632
↓ 4 callers
Function
LZ4_compress_fast_extState
third-party/l4z/lz4.c:1346
↓ 4 callers
Function
LZ4_getIndexOnHash
LZ4_getIndexOnHash() : * Index of match position registered in hash table. * hash position must be calculated by using base+index, or dictBase+index
third-party/l4z/lz4.c:831
↓ 4 callers
Function
LZ4_putPosition
third-party/l4z/lz4.c:819
↓ 4 callers
Function
LZ4_readLE16
third-party/l4z/lz4.c:421
↓ 4 callers
Function
LZ4_write32
third-party/l4z/lz4.c:376
↓ 4 callers
Function
LockWheelingWindow
third-party/imgui/imgui.cpp:8684
↓ 4 callers
Method
Merge
third-party/imgui/imgui_draw.cpp:1713
↓ 4 callers
Method
PassFilter
third-party/imgui/imgui.cpp:2566
↓ 4 callers
Method
PathStroke
third-party/imgui/imgui.h:2694
↓ 4 callers
Method
PushTextureID
third-party/imgui/imgui_draw.cpp:602
↓ 4 callers
Method
Reserve
third-party/imgui/imgui_internal.h:668
↓ 4 callers
Function
STB_TEXTEDIT_GETWIDTH
third-party/imgui/imgui_widgets.cpp:3696
↓ 4 callers
Function
TableSettingsCalcChunkSize
third-party/imgui/imgui_tables.cpp:3236
↓ 4 callers
Function
XXH32_avalanche
mix all bits */
third-party/l4z/xxhash.c:278
↓ 4 callers
Function
XXH32_digest
third-party/l4z/xxhash.c:546
↓ 4 callers
Function
XXH32_endian_align
third-party/l4z/xxhash.c:351
↓ 4 callers
Function
XXH32_reset
third-party/l4z/xxhash.c:437
↓ 4 callers
Function
XXH64_endian_align
third-party/l4z/xxhash.c:810
↓ 4 callers
Function
XXH_read32
Force direct memory access. Only works on CPU which support unaligned memory access in hardware */
third-party/l4z/xxhash.c:160
↓ 4 callers
Function
XXH_read64
Force direct memory access. Only works on CPU which support unaligned memory access in hardware */
third-party/l4z/xxhash.c:603
↓ 4 callers
Function
XXH_swap32
third-party/l4z/xxhash.c:203
↓ 4 callers
Function
XXH_swap64
third-party/l4z/xxhash.c:632
↓ 4 callers
Method
_CalcCircleAutoSegmentCount
third-party/imgui/imgui_draw.cpp:560
↓ 4 callers
Function
_grow_capacity
third-party/imgui/imgui.h:1853
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
third-party/json/json.hpp:12251
↓ 4 callers
Function
allow_move
third-party/pugixml/src/pugixml.cpp:4415
↓ 4 callers
Method
append
third-party/pugixml/src/pugixml.cpp:9149
↓ 4 callers
Function
append_node
third-party/pugixml/src/pugixml.cpp:1247
↓ 4 callers
Method
as_string
third-party/pugixml/src/pugixml.cpp:5266
↓ 4 callers
Function
empty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
third-party/json/json.hpp:13878
↓ 4 callers
Function
end
third-party/imgui/imgui_internal.h:616
↓ 4 callers
Method
evaluate_node
third-party/pugixml/src/pugixml.cpp:13079
↓ 4 callers
Function
find
third-party/imgui/imgui.h:1869
↓ 4 callers
Method
find_child_by_attribute
third-party/pugixml/src/pugixml.cpp:6357
↓ 4 callers
Function
from_heap
third-party/pugixml/src/pugixml.cpp:8046
↓ 4 callers
Function
gen_nan
third-party/pugixml/src/pugixml.cpp:8398
↓ 4 callers
Function
get_arithmetic_value
third-party/json/json.hpp:4607
↓ 4 callers
Method
get_binary
third-party/json/json.hpp:11938
↓ 4 callers
Method
get_string
third-party/json/json.hpp:11905
↓ 4 callers
Function
insert_iterator
third-party/json/json.hpp:22436
↓ 4 callers
Function
is_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
third-party/json/json.hpp:20487
↓ 4 callers
Function
is_nan
third-party/pugixml/src/pugixml.cpp:8413
↓ 4 callers
Function
is_separator
third-party/imgui/imgui_widgets.cpp:3712
↓ 4 callers
Function
is_xpath_attribute
third-party/pugixml/src/pugixml.cpp:8853
↓ 4 callers
Function
node_copy_attribute
third-party/pugixml/src/pugixml.cpp:4530
↓ 4 callers
Method
offset_from_ptr
third-party/imgui/imgui_internal.h:699
↓ 4 callers
Function
read_variable_length
third-party/l4z/lz4.c:1903
↓ 4 callers
Method
registerArchive
game-data/BG3/BG3.cpp:10
↓ 4 callers
Function
replace_substring
third-party/json/json.hpp:2955
↓ 4 callers
Function
reserve
Resize a vector to a smaller size, guaranteed not to cause a reallocation
third-party/imgui/imgui.h:1857
↓ 4 callers
Method
root
third-party/pugixml/src/pugixml.cpp:5757
↓ 4 callers
Method
set_end
set iterator to a defined past the end
third-party/json/json.hpp:12674
↓ 4 callers
Function
stb_text_createundo
third-party/imgui/imstb_textedit.h:1193
↓ 4 callers
Function
stb_textedit_delete
delete characters while updating undo
third-party/imgui/imstb_textedit.h:583
↓ 4 callers
Function
stbtt_MakeGlyphBitmapSubpixel
third-party/imgui/imstb_truetype.h:3766
↓ 4 callers
Function
stbtt_ScaleForMappingEmToPixels
third-party/imgui/imstb_truetype.h:2671
↓ 4 callers
Function
stbtt__add_point
third-party/imgui/imstb_truetype.h:3555
← previous
next →
301–400 of 2,972, ranked by callers