MCPcopy Create free account

hub / github.com/Winderton/xplatform / functions

Functions1,449 in github.com/Winderton/xplatform

↓ 2 callersFunctionft_set_cur_cell
Blockchain/src/fort.c:2813
↓ 2 callersFunctionft_to_string
Blockchain/src/fort.c:3419
↓ 2 callersMethodgetByName
Blockchain/src/core/Ledger.hpp:47
↓ 2 callersMethodgetCounter
Blockchain/src/core/Block.hpp:70
↓ 2 callersMethodgetGLFWwindow
renderer/src/Event System/window.h:40
↓ 2 callersMethodgetLatestBlockHash
Blockchain/src/core/Ledger.hpp:44
↓ 2 callersFunctiongetMerkleRootM
Blockchain/src/core/Coreutils.cpp:84
↓ 2 callersFunctiongetTypeSize
serialization/include/meta.h:31
↓ 2 callersFunctionget_cell_impl
Blockchain/src/fort.c:5419
↓ 2 callersFunctionget_cur_str_buffer_and_create_if_not_exists
Blockchain/src/fort.c:6993
↓ 2 callersFunctionget_reset_style_tag_for_cell
Blockchain/src/fort.c:4355
↓ 2 callersFunctionget_reset_style_tag_for_content
Blockchain/src/fort.c:4443
↓ 2 callersFunctionget_row_and_create_if_not_exists
Blockchain/src/fort.c:6987
↓ 2 callersFunctionget_row_cell_types
Blockchain/src/fort.c:5567
↓ 2 callersFunctionget_row_impl
Blockchain/src/fort.c:6942
↓ 2 callersFunctionget_style_tag_for_content
Blockchain/src/fort.c:4399
↓ 2 callersFunctiongrisu2
Blockchain/src/json.hh:16143
↓ 2 callersFunctiongrisu2
Blockchain/src/json.h:16143
↓ 2 callersFunctiongrisu2_round
Blockchain/src/json.hh:15861
↓ 2 callersFunctiongrisu2_round
Blockchain/src/json.h:15861
↓ 2 callersFunctiongroup_cell_number
Blockchain/src/fort.c:5542
↓ 2 callersFunctionhasher
Blockchain/src/core/Coreutils.cpp:69
↓ 2 callersFunctionhint_height_cell
Blockchain/src/fort.c:2412
↓ 2 callersFunctionisLittleEndian
serialization/src/core.cpp:10
↓ 2 callersMethodis_end
return whether the iterator is at end
Blockchain/src/json.hh:11486
↓ 2 callersMethodis_end
return whether the iterator is at end
Blockchain/src/json.h:11486
↓ 2 callersMethodis_errored
Blockchain/src/json.hh:6192
↓ 2 callersMethodis_errored
Blockchain/src/json.h:6192
↓ 2 callersFunctionis_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true if and only if the JSON value is an unsigned integer num
Blockchain/src/json.hh:20169
↓ 2 callersFunctionis_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true if and only if the JSON value is an unsigned integer num
Blockchain/src/json.h:20169
↓ 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/1
Blockchain/src/json.hh:8433
↓ 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/1
Blockchain/src/json.h:8433
↓ 2 callersMethodmax_index
@brief Maximum index of the tree at the time the path was extracted
Blockchain/src/core/merkleTree.hpp:430
↓ 2 callersMethodmax_index
@brief Maximum index of the tree at the time the path was extracted
Blockchain/src/core/Merkle.hpp:430
↓ 2 callersMethodmin_index
@brief Minimum leaf index @note The smallest leaf index for which it is safe to extract roots and paths. @return The minumum leaf index
Blockchain/src/core/merkleTree.hpp:1406
↓ 2 callersMethodmin_index
@brief Minimum leaf index @note The smallest leaf index for which it is safe to extract roots and paths. @return The minumum leaf index
Blockchain/src/core/Merkle.hpp:1406
↓ 2 callersFunctionmk_wcswidth
Blockchain/src/fort.c:7742
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Blockchain/src/json.hh:11939
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Blockchain/src/json.h:11939
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Blockchain/src/json.hh:11990
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Blockchain/src/json.h:11990
↓ 2 callersMethodprintBlocks
Blockchain/src/core/Ledger.hpp:45
↓ 2 callersFunctionprint_row_separator
Blockchain/src/fort.c:5794
↓ 2 callersFunctionreadFromFile
renderer/src/main.cpp:71
↓ 2 callersMethodread_chunked_transfer_encoded_chunk
Blockchain/src/net/client_http.hpp:629
↓ 2 callersMethodread_chunked_transfer_encoded_chunk
Blockchain/src/net/server_http.hpp:600
↓ 2 callersFunctionrealloc_string_buffer_without_copy
Blockchain/src/fort.c:6543
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
Blockchain/src/json.hh:7941
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
Blockchain/src/json.h:7941
↓ 2 callersMethodserialize
Blockchain/src/core/Block.hpp:146
↓ 2 callersFunctionset_border_props_for_props
Blockchain/src/fort.c:3501
↓ 2 callersFunctionset_cell_property_impl
Blockchain/src/fort.c:4658
↓ 2 callersFunctionset_cell_type
Blockchain/src/fort.c:2344
↓ 2 callersFunctionset_entire_table_property_internal
Blockchain/src/fort.c:5134
↓ 2 callersFunctionsize
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the different type
Blockchain/src/json.hh:22724
↓ 2 callersFunctionsize
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the different type
Blockchain/src/json.h:22724
↓ 2 callersFunctionskip_whitespace
Blockchain/src/json.hh:8121
↓ 2 callersFunctionskip_whitespace
Blockchain/src/json.h:8121
↓ 2 callersFunctionspin_loop_pause
Blockchain/src/net/utility.hpp:292
↓ 2 callersMethodstart
server/src/server.cpp:61
↓ 2 callersFunctionstr_n_substring
Blockchain/src/fort.c:6383
↓ 2 callersFunctionswap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap operatio
Blockchain/src/json.hh:23607
↓ 2 callersFunctiontable_rows_and_cols_geometry
Blockchain/src/fort.c:7045
↓ 2 callersFunctionutf8_n_substring
Blockchain/src/fort.c:6427
↓ 2 callersFunctionutf8_width
Blockchain/src/fort.c:6657
↓ 2 callersFunctionutf8catcodepoint
Blockchain/src/fort.c:1497
↓ 2 callersFunctionutf8len
Blockchain/src/fort.c:822
↓ 2 callersFunctionutf8size
Blockchain/src/fort.c:1231
↓ 2 callersFunctionutf8uprcodepoint
Blockchain/src/fort.c:1667
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
Blockchain/src/json.hh:13715
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
Blockchain/src/json.h:13715
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
Blockchain/src/json.hh:13744
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
Blockchain/src/json.h:13744
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
Blockchain/src/json.hh:14068
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
Blockchain/src/json.h:14068
↓ 2 callersMethodwrite_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type whether
Blockchain/src/json.hh:14393
↓ 2 callersMethodwrite_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type whether
Blockchain/src/json.h:14393
↓ 2 callersFunctionwstr_n_substring
Blockchain/src/fort.c:6405
↓ 1 callersFunctionMyRegisterClass
Blockchain/src/main.cpp:84
↓ 1 callersMethodReleaseConsole
Blockchain/src/core/Miner.cpp:75
↓ 1 callersFunctionaccept
Blockchain/src/json.h:24488
↓ 1 callersFunctionappend_exponent
Blockchain/src/json.hh:16243
↓ 1 callersFunctionappend_exponent
Blockchain/src/json.h:16243
↓ 1 callersFunctionat
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds check
Blockchain/src/json.hh:20995
↓ 1 callersFunctionat
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds check
Blockchain/src/json.h:20995
↓ 1 callersFunctionbisearch
auxiliary function for binary search in interval table */
Blockchain/src/fort.c:7597
↓ 1 callersFunctionbuf_str_len
Blockchain/src/fort.c:6230
↓ 1 callersFunctionbuffer_check_align
Blockchain/src/fort.c:6878
↓ 1 callersFunctionbuffer_get_data
Blockchain/src/fort.c:6871
↓ 1 callersFunctionbuffer_print_range
Blockchain/src/fort.c:6762
↓ 1 callersFunctionbuffer_printf
Blockchain/src/fort.c:6786
↓ 1 callersFunctionbuffer_set_u8strwid_func
Blockchain/src/fort.c:6651
↓ 1 callersFunctionbuffer_substring
Blockchain/src/fort.c:6733
↓ 1 callersFunctioncell_printf
Blockchain/src/fort.c:2434
↓ 1 callersFunctioncget_cell_prop
Blockchain/src/fort.c:4580
↓ 1 callersMethodconnect
client/src/client.cpp:47
↓ 1 callersMethodconnect
Blockchain/src/net/client_http.hpp:673
↓ 1 callersMethodconnect
()
java/Client.java:49
↓ 1 callersFunctioncopy_cell
Blockchain/src/fort.c:2326
↓ 1 callersFunctioncopy_cell_properties
Blockchain/src/fort.c:5238
← previousnext →301–400 of 1,449, ranked by callers