MCPcopy Create free account

hub / github.com/Winderton/xplatform / functions

Functions1,449 in github.com/Winderton/xplatform

↓ 4 callersMethodget_binary
Blockchain/src/json.h:10812
↓ 4 callersFunctionget_cell_and_create_if_not_exists
Blockchain/src/fort.c:5464
↓ 4 callersMethodget_string
Blockchain/src/json.hh:10779
↓ 4 callersMethodget_string
Blockchain/src/json.h:10779
↓ 4 callersFunctioninsert_iterator
Blockchain/src/json.hh:23235
↓ 4 callersFunctioninsert_iterator
Blockchain/src/json.h:23235
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type is bo
Blockchain/src/json.hh:20082
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type is bo
Blockchain/src/json.h:20082
↓ 4 callersMethodpack
serialization/src/array.cpp:15
↓ 4 callersMethodread
Blockchain/src/net/server_http.hpp:459
↓ 4 callersFunctionreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all occurre
Blockchain/src/json.hh:2656
↓ 4 callersFunctionreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all occurre
Blockchain/src/json.h:2656
↓ 4 callersMethodrequest
Convenience function to perform synchronous request. The io_service is run within this function. If reusing the io_service for other tasks, use the as
Blockchain/src/net/client_http.hpp:181
↓ 4 callersFunctionretriveNsave
serialization/src/core.cpp:38
↓ 4 callersMethodset_end
set iterator to a defined past the end
Blockchain/src/json.hh:11474
↓ 4 callersMethodset_end
set iterator to a defined past the end
Blockchain/src/json.h:11474
↓ 4 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.h:23607
↓ 4 callersFunctionvector_erase
Blockchain/src/fort.c:7467
↓ 3 callersMethodaddBlock
Blockchain/src/core/Ledger.hpp:80
↓ 3 callersFunctionbuffer_text_visible_height
Blockchain/src/fort.c:6614
↓ 3 callersFunctioncbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "Illustr
Blockchain/src/json.hh:22229
↓ 3 callersFunctioncbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "Illustr
Blockchain/src/json.h:22229
↓ 3 callersFunctioncell_vis_width
Blockchain/src/fort.c:2358
↓ 3 callersFunctionconvert_endianness
Blockchain/src/core/merkleTree.hpp:50
↓ 3 callersFunctionconvert_endianness
Blockchain/src/core/Merkle.hpp:50
↓ 3 callersFunctioncreate_separator
Blockchain/src/fort.c:6916
↓ 3 callersFunctiondecode
serialization/include/core.h:68
↓ 3 callersFunctionemplace
Blockchain/src/json.h:23203
↓ 3 callersFunctionfill_buffer_from_string
Blockchain/src/fort.c:6558
↓ 3 callersFunctionfill_buffer_from_wstring
Blockchain/src/fort.c:6577
↓ 3 callersFunctionft_erase_range
Blockchain/src/fort.c:2846
↓ 3 callersFunctionft_to_string_impl
Blockchain/src/fort.c:3325
↓ 3 callersFunctionft_write_impl_
Blockchain/src/fort.c:3046
↓ 3 callersFunctionget_row_c
Blockchain/src/fort.c:6980
↓ 3 callersFunctionget_style_tag_for_cell
Blockchain/src/fort.c:4319
↓ 3 callersMethodinsert
@brief Inserts a hash into the tree @param hash Hash to insert
Blockchain/src/core/Merkle.hpp:738
↓ 3 callersMethodis_full
@brief Indicates whether a subtree is full @note A subtree is full if the number of nodes under a tree is 2**height-1.
Blockchain/src/core/merkleTree.hpp:629
↓ 3 callersMethodis_full
@brief Indicates whether a subtree is full @note A subtree is full if the number of nodes under a tree is 2**height-1.
Blockchain/src/core/Merkle.hpp:629
↓ 3 callersFunctionis_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point number. T
Blockchain/src/json.hh:20197
↓ 3 callersFunctionis_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point number. T
Blockchain/src/json.h:20197
↓ 3 callersFunctionis_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integer num
Blockchain/src/json.hh:20141
↓ 3 callersFunctionis_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integer num
Blockchain/src/json.h:20141
↓ 3 callersFunctionload
serialization/src/core.cpp:30
↓ 3 callersMethodmoved_or_copied
Blockchain/src/json.hh:13490
↓ 3 callersMethodmoved_or_copied
Blockchain/src/json.h:13490
↓ 3 callersMethodread
Blockchain/src/net/client_http.hpp:483
↓ 3 callersMethodsetName
serialization/include/root.h:29
↓ 3 callersMethodset_begin
set iterator to a defined beginning
Blockchain/src/json.hh:11468
↓ 3 callersMethodset_begin
set iterator to a defined beginning
Blockchain/src/json.h:11468
↓ 3 callersFunctionstatus_code
Blockchain/src/net/status_code.hpp:142
↓ 3 callersMethodstring
Convenience function to return std::string. The stream buffer is consumed.
Blockchain/src/net/client_http.hpp:65
↓ 3 callersFunctionstring_buffer_width_capacity
Blockchain/src/fort.c:6849
↓ 3 callersFunctionunget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not cha
Blockchain/src/json.hh:7995
↓ 3 callersFunctionunget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not cha
Blockchain/src/json.h:7995
↓ 3 callersFunctionut8next
todo: do something with code below!!! */
Blockchain/src/fort.c:6289
↓ 3 callersFunctionutf8codepointsize
Blockchain/src/fort.c:1484
↓ 3 callersFunctionvector_insert
Blockchain/src/fort.c:7336
↓ 3 callersFunctionvector_reallocate_
Blockchain/src/fort.c:7255
↓ 3 callersMethodwrite
* Write string to the the table. * * Write specified string to the current cell. * * @param str * String to write. * @
Blockchain/src/fort.hpp:612
↓ 2 callersMethodbehave
Blockchain/src/core/Ledger.hpp:52
↓ 2 callersFunctionbuffer_text_visible_width
Blockchain/src/fort.c:6679
↓ 2 callersFunctioncell_get_string_buffer
Blockchain/src/fort.c:2557
↓ 2 callersFunctioncell_invis_codes_width
Blockchain/src/fort.c:2383
↓ 2 callersFunctioncolumns_number_in_fmt_string
Blockchain/src/fort.c:3913
↓ 2 callersFunctioncolumns_number_in_fmt_u8string
Blockchain/src/fort.c:3948
↓ 2 callersFunctioncolumns_number_in_fmt_wstring
Blockchain/src/fort.c:3930
↓ 2 callersFunctioncompute_boundaries
Blockchain/src/json.hh:15504
↓ 2 callersFunctioncompute_boundaries
Blockchain/src/json.h:15504
↓ 2 callersFunctioncopy_separator
Blockchain/src/fort.c:6934
↓ 2 callersMethodcount
Blockchain/src/json.h:17547
↓ 2 callersFunctioncreate_cell_in_position
Blockchain/src/fort.c:5470
↓ 2 callersFunctioncreate_row_from_string
Blockchain/src/fort.c:5804
↓ 2 callersFunctioncreate_row_impl
Blockchain/src/fort.c:5299
↓ 2 callersFunctiondestroy_cell_prop_container
Blockchain/src/fort.c:4572
↓ 2 callersFunctiondestroy_each_cell
Blockchain/src/fort.c:5323
↓ 2 callersFunctiondestroy_separator
Blockchain/src/fort.c:6927
↓ 2 callersFunctionemplace
Blockchain/src/json.hh:23203
↓ 2 callersMethodend
@brief End iterator for path elements
Blockchain/src/core/merkleTree.hpp:452
↓ 2 callersFunctionerase
Blockchain/src/json.hh:21735
↓ 2 callersFunctionerase
Blockchain/src/json.h:21735
↓ 2 callersFunctionfill_buffer_from_u8string
Blockchain/src/fort.c:6596
↓ 2 callersFunctionfind
Blockchain/src/json.hh:22035
↓ 2 callersFunctionfind
Blockchain/src/json.h:22035
↓ 2 callersFunctionfindHash
Blockchain/src/core/Coreutils.cpp:159
↓ 2 callersMethodfindPrimitiveByName
serialization/include/object.h:29
↓ 2 callersFunctionflatten
! @brief return flattened JSON value The function creates a JSON object whose keys are JSON pointers (see [RFC 6901](https://tools.ietf.org/htm
Blockchain/src/json.hh:25842
↓ 2 callersFunctionflatten
! @brief return flattened JSON value The function creates a JSON object whose keys are JSON pointers (see [RFC 6901](https://tools.ietf.org/htm
Blockchain/src/json.h:25842
↓ 2 callersFunctionfrom_json_array_impl
Blockchain/src/json.hh:4118
↓ 2 callersFunctionfrom_json_array_impl
Blockchain/src/json.h:4118
↓ 2 callersFunctionfrom_json_inplace_array_impl
Blockchain/src/json.hh:4201
↓ 2 callersFunctionfrom_json_inplace_array_impl
Blockchain/src/json.h:4201
↓ 2 callersFunctionfrom_json_tuple_impl
Blockchain/src/json.hh:4307
↓ 2 callersFunctionfrom_json_tuple_impl
Blockchain/src/json.h:4307
↓ 2 callersFunctionft_copy_table
Blockchain/src/fort.c:2697
↓ 2 callersFunctionft_create_table
Blockchain/src/fort.c:2639
↓ 2 callersFunctionft_nwrite
Blockchain/src/fort.c:3106
↓ 2 callersFunctionft_row_count
Blockchain/src/fort.c:2826
↓ 2 callersFunctionft_row_write
Blockchain/src/fort.c:3209
↓ 2 callersFunctionft_row_wwrite
Blockchain/src/fort.c:3234
↓ 2 callersFunctionft_set_cell_prop
Blockchain/src/fort.c:3579
← previousnext →201–300 of 1,449, ranked by callers