MCPcopy Create free account

hub / github.com/Aegel5/SimpleSwitcher / functions

Functions3,664 in github.com/Aegel5/SimpleSwitcher

↓ 2 callersMethodempty
lib_units/UnorderedSmallMap.h:68
↓ 2 callersFunctionerase_internal
extern/json.hpp:22608
↓ 2 callersFunctionfile_input_adapter
extern/json.hpp:6501
↓ 2 callersFunctionfind
src/Localizator.h:25
↓ 2 callersFunctionflatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
extern/json.hpp:24736
↓ 2 callersFunctionfrom_json_array_impl
extern/json.hpp:5048
↓ 2 callersFunctionfrom_json_inplace_array_impl
extern/json.hpp:5131
↓ 2 callersFunctionfrom_json_tuple_impl
extern/json.hpp:5243
↓ 2 callersFunctionget_byte_positions
extern/json.hpp:4606
↓ 2 callersFunctiongrisu2
extern/json.hpp:18448
↓ 2 callersFunctiongrisu2_round
extern/json.hpp:18166
↓ 2 callersFunctionhex_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 callersFunctionint_to_string
extern/json.hpp:5436
↓ 2 callersMethodis_end
return whether the iterator is at end
extern/json.hpp:13458
↓ 2 callersMethodis_errored
extern/json.hpp:8988
↓ 2 callersFunctionis_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 callersFunctionis_word_boundary
imgui_tiny_app/imgui/imstb_textedit.h:716
↓ 2 callersFunctionis_word_boundary_from_right
imgui_tiny_app/imgui/imgui_widgets.cpp:4058
↓ 2 callersFunctionlittle_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 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/json.hpp:13924
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
extern/json.hpp:13975
↓ 2 callersFunctionpop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
extern/json.hpp:14663
↓ 2 callersMethodptr_from_offset
imgui_tiny_app/imgui/imgui_internal.h:817
↓ 2 callersFunctionreplaceAll
src/libtools/utils/str_utils.h:216
↓ 2 callersMethodreserve
imgui_tiny_app/imgui/imgui_internal.h:748
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
extern/json.hpp:8345
↓ 2 callersFunctionresize
imgui_tiny_app/imgui/imgui.h:2347
↓ 2 callersMethodset
src/libtools/utils/ScanMap.h:42
↓ 2 callersFunctionskip_whitespace
extern/json.hpp:8531
↓ 2 callersFunctionstb_decompress_length
imgui_tiny_app/imgui/imgui_draw.cpp:6194
↓ 2 callersFunctionstb_text_locate_coord
traverse the layout to locate the nearest character to a display position
imgui_tiny_app/imgui/imstb_textedit.h:433
↓ 2 callersFunctionstb_text_makeundo_insert
imgui_tiny_app/imgui/imstb_textedit.h:1422
↓ 2 callersFunctionstb_text_makeundo_replace
imgui_tiny_app/imgui/imstb_textedit.h:1437
↓ 2 callersFunctionstb_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 callersFunctionstb_textedit_discard_undo
discard the oldest entry in the undo list
imgui_tiny_app/imgui/imstb_textedit.h:1207
↓ 2 callersFunctionstb_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 callersFunctionstb_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 callersFunctionstb_textedit_sortselection
canoncialize the selection so start <= end
imgui_tiny_app/imgui/imstb_textedit.h:654
↓ 2 callersFunctionstb_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 callersFunctionstbi__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 callersFunctionstbi__bit_reverse
extern/stb_image.h:4114
↓ 2 callersFunctionstbi__bmp_parse_header
extern/stb_image.h:5447
↓ 2 callersFunctionstbi__bmp_set_mask_defaults
extern/stb_image.h:5421
↓ 2 callersFunctionstbi__build_huffman
extern/stb_image.h:2001
↓ 2 callersFunctionstbi__check_png_header
extern/stb_image.h:4599
↓ 2 callersFunctionstbi__copyval
extern/stb_image.h:6380
↓ 2 callersFunctionstbi__create_png_image_raw
create the png data from post-deflated data
extern/stb_image.h:4650
↓ 2 callersFunctionstbi__fill_bits
extern/stb_image.h:4199
↓ 2 callersFunctionstbi__gif_header
extern/stb_image.h:6607
↓ 2 callersFunctionstbi__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 callersFunctionstbi__gif_parse_colortable
extern/stb_image.h:6596
↓ 2 callersFunctionstbi__gif_test
extern/stb_image.h:6589
↓ 2 callersFunctionstbi__hdr_load
extern/stb_image.h:7157
↓ 2 callersFunctionstbi__hdr_test_core
extern/stb_image.h:7086
↓ 2 callersFunctionstbi__jpeg_decode_block
decode one 64-entry block--
extern/stb_image.h:2208
↓ 2 callersFunctionstbi__jpeg_decode_block_prog_dc
extern/stb_image.h:2263
↓ 2 callersFunctionstbi__jpeg_get_bits
get some unsigned bits
extern/stb_image.h:2167
↓ 2 callersFunctionstbi__load_main
extern/stb_image.h:1135
↓ 2 callersFunctionstbi__mul2shorts_valid
returns 1 if the product of two signed shorts is valid, 0 on overflow.
extern/stb_image.h:1076
↓ 2 callersFunctionstbi__parse_png_file
extern/stb_image.h:5079
↓ 2 callersFunctionstbi__png_info_raw
extern/stb_image.h:5309
↓ 2 callersFunctionstbi__process_marker
extern/stb_image.h:3097
↓ 2 callersFunctionstbi__refill_buffer
extern/stb_image.h:1595
↓ 2 callersFunctionstbi__setup_jpeg
set up the kernels
extern/stb_image.h:3819
↓ 2 callersFunctionstbi__tga_read_rgb16
read 16bit value and convert to 24bit RGB
extern/stb_image.h:5851
↓ 2 callersFunctionstbrp__skyline_find_min_y
find minimum y position if it starts at x1
imgui_tiny_app/imgui/imstb_rectpack.h:291
↓ 2 callersFunctionstbrp_init_target
imgui_tiny_app/imgui/imstb_truetype.h:3925
↓ 2 callersFunctionstbrp_pack_rects
imgui_tiny_app/imgui/imstb_truetype.h:3936
↓ 2 callersFunctionstbtt_CompareUTF8toUTF16_bigendian_internal
imgui_tiny_app/imgui/imstb_truetype.h:4823
↓ 2 callersFunctionstbtt_GetCodepointBitmapBoxSubpixel
imgui_tiny_app/imgui/imstb_truetype.h:2749
↓ 2 callersFunctionstbtt_GetGlyphBitmapSubpixel
imgui_tiny_app/imgui/imstb_truetype.h:3721
↓ 2 callersFunctionstbtt_GetGlyphBox
imgui_tiny_app/imgui/imstb_truetype.h:1630
↓ 2 callersFunctionstbtt_MakeCodepointBitmapSubpixel
imgui_tiny_app/imgui/imstb_truetype.h:3800
↓ 2 callersFunctionstbtt_MakeGlyphBitmapSubpixelPrefilter
imgui_tiny_app/imgui/imstb_truetype.h:4192
↓ 2 callersFunctionstbtt_Rasterize
imgui_tiny_app/imgui/imstb_truetype.h:3703
↓ 2 callersFunctionstbtt__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 callersFunctionstbtt__GetGlyphClass
imgui_tiny_app/imgui/imstb_truetype.h:2452
↓ 2 callersFunctionstbtt__GetGlyphInfoT2
imgui_tiny_app/imgui/imstb_truetype.h:2291
↓ 2 callersFunctionstbtt__buf_peek8
imgui_tiny_app/imgui/imstb_truetype.h:1145
↓ 2 callersFunctionstbtt__close_shape
imgui_tiny_app/imgui/imstb_truetype.h:1663
↓ 2 callersFunctionstbtt__csctx_close_shape
imgui_tiny_app/imgui/imstb_truetype.h:1941
↓ 2 callersFunctionstbtt__cuberoot
imgui_tiny_app/imgui/imstb_truetype.h:4543
↓ 2 callersFunctionstbtt__get_subrs
imgui_tiny_app/imgui/imstb_truetype.h:1359
↓ 2 callersFunctionstbtt__h_prefilter
imgui_tiny_app/imgui/imstb_truetype.h:4020
↓ 2 callersFunctionstbtt__hheap_alloc
imgui_tiny_app/imgui/imstb_truetype.h:2775
↓ 2 callersFunctionstbtt__hheap_cleanup
imgui_tiny_app/imgui/imstb_truetype.h:2802
↓ 2 callersFunctionstbtt__hheap_free
imgui_tiny_app/imgui/imstb_truetype.h:2796
↓ 2 callersFunctionstbtt__new_active
imgui_tiny_app/imgui/imstb_truetype.h:2840
↓ 2 callersFunctionstbtt__position_trapezoid_area
imgui_tiny_app/imgui/imstb_truetype.h:3077
↓ 2 callersFunctionstbtt__v_prefilter
imgui_tiny_app/imgui/imstb_truetype.h:4082
↓ 2 callersFunctionswap_dispatch
extern/simple_enum/expected.h:1555
↓ 2 callersFunctionto_camel_case
extern/simple_enum/basic_fixed_string.hpp:99
↓ 2 callersMethodtransform
extern/simple_enum/expected.h:849
↓ 2 callersFunctiontry_toggle_enable
src/globals.h:15
↓ 2 callersFunctionttLONG
imgui_tiny_app/imgui/imstb_truetype.h:1294
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
extern/json.hpp:15807
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
extern/json.hpp:15836
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
extern/json.hpp:16160
↓ 1 callersMethodAddBezierCubic
Cubic Bezier takes 4 controls points
imgui_tiny_app/imgui/imgui_draw.cpp:1695
↓ 1 callersMethodAddBezierQuadratic
Quadratic Bezier takes 3 controls points
imgui_tiny_app/imgui/imgui_draw.cpp:1706
← previousnext →801–900 of 3,664, ranked by callers