MCPcopy Create free account

hub / github.com/X-Profiler/xprofiler / functions

Functions873 in github.com/X-Profiler/xprofiler

Methodconstruct
src/library/json.hpp:5367
Methodconstruct
src/library/json.hpp:5400
Methodconstruct
src/library/json.hpp:5422
Methodconstruct
src/library/json.hpp:5435
Methodconstruct
src/library/json.hpp:5448
Methodconstruct
src/library/json.hpp:5461
Methodconstruct
src/library/json.hpp:5531
Functioncontains
src/library/json.hpp:14259
Functionconvert
can't use conversion operator because of ambiguity
src/library/json.hpp:14516
Functioncount
src/library/json.hpp:19140
Methodcreate
src/library/json.hpp:4411
Methodcreate
src/library/json.hpp:4455
Methodcreate
src/library/json.hpp:4473
Methodcreate
src/library/json.hpp:4490
Methodcreate
src/library/json.hpp:4507
Methodcreate
src/library/json.hpp:6419
Methodcreate
src/library/json.hpp:6443
Methodcreate
src/library/json.hpp:6476
Functiondecode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
src/library/json.hpp:18784
Methoddeindent
src/library/writer.h:18
Methoddiagnostics
src/library/json.hpp:4321
Methoddiyfp
src/library/json.hpp:16847
Functionend_array
src/library/json.hpp:6841
Methodend_array
src/library/json.hpp:7069
Functionend_object
src/library/json.hpp:6819
Methodend_object
src/library/json.hpp:7016
FunctionerrorListener
(err)
test/fixtures/utils.js:108
Methodexception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
src/library/json.hpp:11988
Methodexception_message
src/library/json.hpp:12564
Methodfill_buffer
UTF-32
src/library/json.hpp:6250
Methodfill_buffer
UTF-16
src/library/json.hpp:6308
Methodfill_buffer
src/library/json.hpp:6397
Functionfrom_bson
src/library/json.hpp:23734
Functionfrom_cbor
src/library/json.hpp:23538
Methodfrom_json
src/library/json.hpp:5766
Functionfrom_json_tuple_impl_base
src/library/json.hpp:4933
Functionfrom_msgpack
src/library/json.hpp:23595
Functionfrom_ubjson
src/library/json.hpp:23649
Functionfront
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
src/library/json.hpp:21560
Functionget_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
src/library/json.hpp:19416
Methodget_bson_binary
src/library/json.hpp:9319
Methodget_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
src/library/json.hpp:9267
Methodget_bson_string
src/library/json.hpp:9297
Methodget_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
src/library/json.hpp:10176
Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
src/library/json.hpp:10081
Methodget_cbor_float_prefix
src/library/json.hpp:16205
Methodget_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
src/library/json.hpp:10214
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
src/library/json.hpp:9985
Functionget_character
src/library/json.hpp:6133
Methodget_character
src/library/json.hpp:6217
Methodget_character
src/library/json.hpp:6376
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
src/library/json.hpp:7470
Methodget_decimal_point
return the locale-dependent decimal point
src/library/json.hpp:7443
Functionget_error_message
return syntax error message
src/library/json.hpp:8773
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
src/library/json.hpp:11835
Functionget_impl
src/library/json.hpp:20813
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
src/library/json.hpp:10845
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
src/library/json.hpp:10734
Methodget_msgpack_float_prefix
src/library/json.hpp:16219
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
src/library/json.hpp:10867
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
src/library/json.hpp:10651
Methodget_number
src/library/json.hpp:11862
Functionget_number_float
return floating-point value
src/library/json.hpp:8725
Functionget_number_unsigned
src/library/json.hpp:8719
Functionget_position
return position of last read token
src/library/json.hpp:8741
Functionget_ref
src/library/json.hpp:20999
Functionget_ref_impl
src/library/json.hpp:20688
Functionget_to
src/library/json.hpp:20987
Methodget_token
get next token from lexer
src/library/json.hpp:12559
Methodget_ubjson_array
! @return whether array creation completed */
src/library/json.hpp:11556
Methodget_ubjson_float_prefix
src/library/json.hpp:16520
Methodget_ubjson_high_precision_number
src/library/json.hpp:11747
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
src/library/json.hpp:11018
Methodget_ubjson_object
! @return whether object creation completed */
src/library/json.hpp:11664
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
src/library/json.hpp:11306
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
src/library/json.hpp:11083
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
src/library/json.hpp:10923
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
src/library/json.hpp:11373
Methodhandle_value
src/library/json.hpp:7136
Functionhas_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
src/library/json.hpp:5882
Methodindent
src/library/writer.h:17
Methodinput_stream_adapter
src/library/json.hpp:6168
Functioninsert
src/library/json.hpp:19204
FunctionisArray
test/fixtures/cases/command.js:72
Functionis_c_string
src/library/json.hpp:4094
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
src/library/json.hpp:20550
Functionis_errored
src/library/json.hpp:6864
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
src/library/json.hpp:20466
Functionis_transparent
src/library/json.hpp:4122
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
src/library/json.hpp:22051
Methoditer_impl
src/library/json.hpp:12875
Methoditeration_proxy
src/library/json.hpp:5242
Methoditeration_proxy_value
src/library/json.hpp:5137
Methoditerator_input_adapter
src/library/json.hpp:6213
Functioniterator_wrapper
src/library/json.hpp:22033
Functionjson_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
src/library/json.hpp:13804
Methodjson_ref
src/library/json.hpp:14700
Methodjson_reverse_iterator
create reverse iterator from iterator
src/library/json.hpp:13596
Methodjson_sax_dom_callback_parser
src/library/json.hpp:6924
Functionjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
src/library/json.hpp:6744
← previousnext →601–700 of 873, ranked by callers