Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/X-Profiler/xprofiler
/ functions
Functions
873 in github.com/X-Profiler/xprofiler
⨍
Functions
873
◇
Types & classes
293
Method
construct
src/library/json.hpp:5367
Method
construct
src/library/json.hpp:5400
Method
construct
src/library/json.hpp:5422
Method
construct
src/library/json.hpp:5435
Method
construct
src/library/json.hpp:5448
Method
construct
src/library/json.hpp:5461
Method
construct
src/library/json.hpp:5531
Function
contains
src/library/json.hpp:14259
Function
convert
can't use conversion operator because of ambiguity
src/library/json.hpp:14516
Function
count
src/library/json.hpp:19140
Method
create
src/library/json.hpp:4411
Method
create
src/library/json.hpp:4455
Method
create
src/library/json.hpp:4473
Method
create
src/library/json.hpp:4490
Method
create
src/library/json.hpp:4507
Method
create
src/library/json.hpp:6419
Method
create
src/library/json.hpp:6443
Method
create
src/library/json.hpp:6476
Function
decode
! @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
Method
deindent
src/library/writer.h:18
Method
diagnostics
src/library/json.hpp:4321
Method
diyfp
src/library/json.hpp:16847
Function
end_array
src/library/json.hpp:6841
Method
end_array
src/library/json.hpp:7069
Function
end_object
src/library/json.hpp:6819
Method
end_object
src/library/json.hpp:7016
Function
errorListener
(err)
test/fixtures/utils.js:108
Method
exception_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
Method
exception_message
src/library/json.hpp:12564
Method
fill_buffer
UTF-32
src/library/json.hpp:6250
Method
fill_buffer
UTF-16
src/library/json.hpp:6308
Method
fill_buffer
src/library/json.hpp:6397
Function
from_bson
src/library/json.hpp:23734
Function
from_cbor
src/library/json.hpp:23538
Method
from_json
src/library/json.hpp:5766
Function
from_json_tuple_impl_base
src/library/json.hpp:4933
Function
from_msgpack
src/library/json.hpp:23595
Function
from_ubjson
src/library/json.hpp:23649
Function
front
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
src/library/json.hpp:21560
Function
get_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
src/library/json.hpp:19416
Method
get_bson_binary
src/library/json.hpp:9319
Method
get_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
Method
get_bson_string
src/library/json.hpp:9297
Method
get_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
Method
get_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
Method
get_cbor_float_prefix
src/library/json.hpp:16205
Method
get_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
Method
get_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
Function
get_character
src/library/json.hpp:6133
Method
get_character
src/library/json.hpp:6217
Method
get_character
src/library/json.hpp:6376
Method
get_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
Method
get_decimal_point
return the locale-dependent decimal point
src/library/json.hpp:7443
Function
get_error_message
return syntax error message
src/library/json.hpp:8773
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
src/library/json.hpp:11835
Function
get_impl
src/library/json.hpp:20813
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
src/library/json.hpp:10845
Method
get_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
Method
get_msgpack_float_prefix
src/library/json.hpp:16219
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
src/library/json.hpp:10867
Method
get_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
Method
get_number
src/library/json.hpp:11862
Function
get_number_float
return floating-point value
src/library/json.hpp:8725
Function
get_number_unsigned
src/library/json.hpp:8719
Function
get_position
return position of last read token
src/library/json.hpp:8741
Function
get_ref
src/library/json.hpp:20999
Function
get_ref_impl
src/library/json.hpp:20688
Function
get_to
src/library/json.hpp:20987
Method
get_token
get next token from lexer
src/library/json.hpp:12559
Method
get_ubjson_array
! @return whether array creation completed */
src/library/json.hpp:11556
Method
get_ubjson_float_prefix
src/library/json.hpp:16520
Method
get_ubjson_high_precision_number
src/library/json.hpp:11747
Method
get_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
Method
get_ubjson_object
! @return whether object creation completed */
src/library/json.hpp:11664
Method
get_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
Method
get_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
Method
get_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
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
src/library/json.hpp:11373
Method
handle_value
src/library/json.hpp:7136
Function
has_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
Method
indent
src/library/writer.h:17
Method
input_stream_adapter
src/library/json.hpp:6168
Function
insert
src/library/json.hpp:19204
Function
isArray
test/fixtures/cases/command.js:72
Function
is_c_string
src/library/json.hpp:4094
Function
is_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
src/library/json.hpp:20550
Function
is_errored
src/library/json.hpp:6864
Function
is_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
src/library/json.hpp:20466
Function
is_transparent
src/library/json.hpp:4122
Function
items
@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
Method
iter_impl
src/library/json.hpp:12875
Method
iteration_proxy
src/library/json.hpp:5242
Method
iteration_proxy_value
src/library/json.hpp:5137
Method
iterator_input_adapter
src/library/json.hpp:6213
Function
iterator_wrapper
src/library/json.hpp:22033
Function
json_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
Method
json_ref
src/library/json.hpp:14700
Method
json_reverse_iterator
create reverse iterator from iterator
src/library/json.hpp:13596
Method
json_sax_dom_callback_parser
src/library/json.hpp:6924
Function
json_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
← previous
next →
601–700 of 873, ranked by callers