Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aegel5/SimpleSwitcher
/ functions
Functions
3,664 in github.com/Aegel5/SimpleSwitcher
⨍
Functions
3,664
◇
Types & classes
640
↓ 2 callers
Method
empty
lib_units/UnorderedSmallMap.h:68
↓ 2 callers
Function
erase_internal
extern/json.hpp:22608
↓ 2 callers
Function
file_input_adapter
extern/json.hpp:6501
↓ 2 callers
Function
find
src/Localizator.h:25
↓ 2 callers
Function
flatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
extern/json.hpp:24736
↓ 2 callers
Function
from_json_array_impl
extern/json.hpp:5048
↓ 2 callers
Function
from_json_inplace_array_impl
extern/json.hpp:5131
↓ 2 callers
Function
from_json_tuple_impl
extern/json.hpp:5243
↓ 2 callers
Function
get_byte_positions
extern/json.hpp:4606
↓ 2 callers
Function
grisu2
extern/json.hpp:18448
↓ 2 callers
Function
grisu2_round
extern/json.hpp:18166
↓ 2 callers
Function
hex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
extern/json.hpp:19398
↓ 2 callers
Function
int_to_string
extern/json.hpp:5436
↓ 2 callers
Method
is_end
return whether the iterator is at end
extern/json.hpp:13458
↓ 2 callers
Method
is_errored
extern/json.hpp:8988
↓ 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/
extern/json.hpp:21384
↓ 2 callers
Function
is_word_boundary
imgui_tiny_app/imgui/imstb_textedit.h:716
↓ 2 callers
Function
is_word_boundary_from_right
imgui_tiny_app/imgui/imgui_widgets.cpp:4058
↓ 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
extern/json.hpp:9832
↓ 2 callers
Function
operator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/json.hpp:13924
↓ 2 callers
Function
operator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/json.hpp:13975
↓ 2 callers
Function
pop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
extern/json.hpp:14663
↓ 2 callers
Method
ptr_from_offset
imgui_tiny_app/imgui/imgui_internal.h:817
↓ 2 callers
Function
replaceAll
src/libtools/utils/str_utils.h:216
↓ 2 callers
Method
reserve
imgui_tiny_app/imgui/imgui_internal.h:748
↓ 2 callers
Function
reset
reset token_buffer; current character is beginning of token
extern/json.hpp:8345
↓ 2 callers
Function
resize
imgui_tiny_app/imgui/imgui.h:2347
↓ 2 callers
Method
set
src/libtools/utils/ScanMap.h:42
↓ 2 callers
Function
skip_whitespace
extern/json.hpp:8531
↓ 2 callers
Function
stb_decompress_length
imgui_tiny_app/imgui/imgui_draw.cpp:6194
↓ 2 callers
Function
stb_text_locate_coord
traverse the layout to locate the nearest character to a display position
imgui_tiny_app/imgui/imstb_textedit.h:433
↓ 2 callers
Function
stb_text_makeundo_insert
imgui_tiny_app/imgui/imstb_textedit.h:1422
↓ 2 callers
Function
stb_text_makeundo_replace
imgui_tiny_app/imgui/imstb_textedit.h:1437
↓ 2 callers
Function
stb_textedit_click
API click: on mouse down, move the cursor to the clicked location, and reset the selection
imgui_tiny_app/imgui/imstb_textedit.h:499
↓ 2 callers
Function
stb_textedit_discard_undo
discard the oldest entry in the undo list
imgui_tiny_app/imgui/imstb_textedit.h:1207
↓ 2 callers
Function
stb_textedit_drag
API drag: on mouse drag, move the cursor and selection endpoint to the clicked location
imgui_tiny_app/imgui/imstb_textedit.h:519
↓ 2 callers
Function
stb_textedit_find_charpos
find the x/y location of a character, and remember info about the previous row in case we get a move-up event (for page up, we'll have to rescan)
imgui_tiny_app/imgui/imstb_textedit.h:563
↓ 2 callers
Function
stb_textedit_sortselection
canoncialize the selection so start <= end
imgui_tiny_app/imgui/imstb_textedit.h:654
↓ 2 callers
Function
stb_textedit_text
API key: process text input [DEAR IMGUI] Added stb_textedit_text(), extracted out and called by stb_textedit_key() for backward compatibility.
imgui_tiny_app/imgui/imstb_textedit.h:798
↓ 2 callers
Function
stbi__addints_valid
returns 1 if the sum of two signed ints is valid (between -2^31 and 2^31-1 inclusive), 0 on overflow.
extern/stb_image.h:1068
↓ 2 callers
Function
stbi__bit_reverse
extern/stb_image.h:4114
↓ 2 callers
Function
stbi__bmp_parse_header
extern/stb_image.h:5447
↓ 2 callers
Function
stbi__bmp_set_mask_defaults
extern/stb_image.h:5421
↓ 2 callers
Function
stbi__build_huffman
extern/stb_image.h:2001
↓ 2 callers
Function
stbi__check_png_header
extern/stb_image.h:4599
↓ 2 callers
Function
stbi__copyval
extern/stb_image.h:6380
↓ 2 callers
Function
stbi__create_png_image_raw
create the png data from post-deflated data
extern/stb_image.h:4650
↓ 2 callers
Function
stbi__fill_bits
extern/stb_image.h:4199
↓ 2 callers
Function
stbi__gif_header
extern/stb_image.h:6607
↓ 2 callers
Function
stbi__gif_load_next
this function is designed to support animated gifs, although stb_image doesn't support it two back is the image from two frames ago, used for a very s
extern/stb_image.h:6777
↓ 2 callers
Function
stbi__gif_parse_colortable
extern/stb_image.h:6596
↓ 2 callers
Function
stbi__gif_test
extern/stb_image.h:6589
↓ 2 callers
Function
stbi__hdr_load
extern/stb_image.h:7157
↓ 2 callers
Function
stbi__hdr_test_core
extern/stb_image.h:7086
↓ 2 callers
Function
stbi__jpeg_decode_block
decode one 64-entry block--
extern/stb_image.h:2208
↓ 2 callers
Function
stbi__jpeg_decode_block_prog_dc
extern/stb_image.h:2263
↓ 2 callers
Function
stbi__jpeg_get_bits
get some unsigned bits
extern/stb_image.h:2167
↓ 2 callers
Function
stbi__load_main
extern/stb_image.h:1135
↓ 2 callers
Function
stbi__mul2shorts_valid
returns 1 if the product of two signed shorts is valid, 0 on overflow.
extern/stb_image.h:1076
↓ 2 callers
Function
stbi__parse_png_file
extern/stb_image.h:5079
↓ 2 callers
Function
stbi__png_info_raw
extern/stb_image.h:5309
↓ 2 callers
Function
stbi__process_marker
extern/stb_image.h:3097
↓ 2 callers
Function
stbi__refill_buffer
extern/stb_image.h:1595
↓ 2 callers
Function
stbi__setup_jpeg
set up the kernels
extern/stb_image.h:3819
↓ 2 callers
Function
stbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
extern/stb_image.h:5851
↓ 2 callers
Function
stbrp__skyline_find_min_y
find minimum y position if it starts at x1
imgui_tiny_app/imgui/imstb_rectpack.h:291
↓ 2 callers
Function
stbrp_init_target
imgui_tiny_app/imgui/imstb_truetype.h:3925
↓ 2 callers
Function
stbrp_pack_rects
imgui_tiny_app/imgui/imstb_truetype.h:3936
↓ 2 callers
Function
stbtt_CompareUTF8toUTF16_bigendian_internal
imgui_tiny_app/imgui/imstb_truetype.h:4823
↓ 2 callers
Function
stbtt_GetCodepointBitmapBoxSubpixel
imgui_tiny_app/imgui/imstb_truetype.h:2749
↓ 2 callers
Function
stbtt_GetGlyphBitmapSubpixel
imgui_tiny_app/imgui/imstb_truetype.h:3721
↓ 2 callers
Function
stbtt_GetGlyphBox
imgui_tiny_app/imgui/imstb_truetype.h:1630
↓ 2 callers
Function
stbtt_MakeCodepointBitmapSubpixel
imgui_tiny_app/imgui/imstb_truetype.h:3800
↓ 2 callers
Function
stbtt_MakeGlyphBitmapSubpixelPrefilter
imgui_tiny_app/imgui/imstb_truetype.h:4192
↓ 2 callers
Function
stbtt_Rasterize
imgui_tiny_app/imgui/imstb_truetype.h:3703
↓ 2 callers
Function
stbtt__CompareUTF8toUTF16_bigendian_prefix
check if a utf8 string contains a prefix which is the utf16 string; if so return length of matching utf8 string
imgui_tiny_app/imgui/imstb_truetype.h:4784
↓ 2 callers
Function
stbtt__GetGlyphClass
imgui_tiny_app/imgui/imstb_truetype.h:2452
↓ 2 callers
Function
stbtt__GetGlyphInfoT2
imgui_tiny_app/imgui/imstb_truetype.h:2291
↓ 2 callers
Function
stbtt__buf_peek8
imgui_tiny_app/imgui/imstb_truetype.h:1145
↓ 2 callers
Function
stbtt__close_shape
imgui_tiny_app/imgui/imstb_truetype.h:1663
↓ 2 callers
Function
stbtt__csctx_close_shape
imgui_tiny_app/imgui/imstb_truetype.h:1941
↓ 2 callers
Function
stbtt__cuberoot
imgui_tiny_app/imgui/imstb_truetype.h:4543
↓ 2 callers
Function
stbtt__get_subrs
imgui_tiny_app/imgui/imstb_truetype.h:1359
↓ 2 callers
Function
stbtt__h_prefilter
imgui_tiny_app/imgui/imstb_truetype.h:4020
↓ 2 callers
Function
stbtt__hheap_alloc
imgui_tiny_app/imgui/imstb_truetype.h:2775
↓ 2 callers
Function
stbtt__hheap_cleanup
imgui_tiny_app/imgui/imstb_truetype.h:2802
↓ 2 callers
Function
stbtt__hheap_free
imgui_tiny_app/imgui/imstb_truetype.h:2796
↓ 2 callers
Function
stbtt__new_active
imgui_tiny_app/imgui/imstb_truetype.h:2840
↓ 2 callers
Function
stbtt__position_trapezoid_area
imgui_tiny_app/imgui/imstb_truetype.h:3077
↓ 2 callers
Function
stbtt__v_prefilter
imgui_tiny_app/imgui/imstb_truetype.h:4082
↓ 2 callers
Function
swap_dispatch
extern/simple_enum/expected.h:1555
↓ 2 callers
Function
to_camel_case
extern/simple_enum/basic_fixed_string.hpp:99
↓ 2 callers
Method
transform
extern/simple_enum/expected.h:849
↓ 2 callers
Function
try_toggle_enable
src/globals.h:15
↓ 2 callers
Function
ttLONG
imgui_tiny_app/imgui/imstb_truetype.h:1294
↓ 2 callers
Method
write_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
extern/json.hpp:15807
↓ 2 callers
Method
write_cbor
! @param[in] j JSON value to serialize */
extern/json.hpp:15836
↓ 2 callers
Method
write_msgpack
! @param[in] j JSON value to serialize */
extern/json.hpp:16160
↓ 1 callers
Method
AddBezierCubic
Cubic Bezier takes 4 controls points
imgui_tiny_app/imgui/imgui_draw.cpp:1695
↓ 1 callers
Method
AddBezierQuadratic
Quadratic Bezier takes 3 controls points
imgui_tiny_app/imgui/imgui_draw.cpp:1706
← previous
next →
801–900 of 3,664, ranked by callers