MCPcopy Create free account

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

Functions873 in github.com/X-Profiler/xprofiler

Functionjson_value
default constructor (for null values)
src/library/json.hpp:19621
Functionkey
src/library/json.hpp:6809
Methodkey
src/library/json.hpp:6999
Methodkey
return the key of an object iterator
src/library/json.hpp:13657
Methodlexer
src/library/json.hpp:7424
Functionlistener
(...args)
test/fixtures/utils.js:104
Functionmake_array
src/library/json.hpp:3206
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
src/library/json.hpp:22153
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
src/library/json.hpp:24269
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
src/library/json.hpp:16865
Methodname
src/library/json.hpp:4316
Methodnext_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
src/library/json.hpp:7518
Methodnonesuch
src/library/json.hpp:266
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
src/library/json.hpp:16930
Methodnormalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
src/library/json.hpp:16947
Functionnull
src/library/json.hpp:6755
Methodnull
src/library/json.hpp:6939
Functionnumber_float
src/library/json.hpp:6779
Methodnumber_float
src/library/json.hpp:6963
Functionnumber_integer
src/library/json.hpp:6767
Methodnumber_integer
src/library/json.hpp:6951
Functionnumber_unsigned
src/library/json.hpp:6773
Methodnumber_unsigned
src/library/json.hpp:6957
FunctiononHttpServerRequestStart
({ request, response })
patch/http.js:21
Functionoperator "" _json
src/library/json.hpp:24314
Functionoperator "" _json_pointer
src/library/json.hpp:24322
Methodoperator delete
src/xpf_v8.h:27
Methodoperator new
src/xpf_v8.h:26
Functionoperator!=
src/library/json.hpp:5860
Methodoperator!=
src/environment_registry.h:34
Methodoperator!=
inequality operator (needed for range-based for)
src/library/json.hpp:5186
Functionoperator()
src/library/json.hpp:24343
Methodoperator()
src/util.h:129
Methodoperator()
src/library/json.hpp:5030
Methodoperator()
src/library/json.hpp:5731
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
src/library/json.hpp:24357
Methodoperator*
src/environment_registry.h:31
Methodoperator+
src/library/json.hpp:12701
Methodoperator++
src/environment_registry.h:37
Methodoperator++
src/library/json.hpp:5171
Methodoperator++
src/library/json.hpp:12719
Methodoperator++
post-increment (it++)
src/library/json.hpp:13603
Methodoperator-
src/library/json.hpp:12708
Methodoperator-
subtract from iterator
src/library/json.hpp:13639
Methodoperator--
src/library/json.hpp:12732
Methodoperator--
post-decrement (it--)
src/library/json.hpp:13615
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13110
Methodoperator->
src/library/json.hpp:14740
Methodoperator<
src/library/json.hpp:12696
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13335
Functionoperator<=>
src/library/json.hpp:14550
Methodoperator=
src/xpf_v8.h:25
Methodoperator=
src/library/json.hpp:270
Functionoperator==
src/library/json.hpp:13255
Methodoperator==
src/environment_registry.h:32
Methodoperator==
equality operator (needed for InputIterator)
src/library/json.hpp:5180
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13344
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13353
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/library/json.hpp:13470
Functionordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
src/library/json.hpp:18926
Methodoutput_adapter
src/library/json.hpp:14916
Methodoutput_adapter_protocol
src/library/json.hpp:14826
Methodoutput_stream_adapter
src/library/json.hpp:14867
Methodoutput_string_adapter
src/library/json.hpp:14892
Methodoutput_vector_adapter
src/library/json.hpp:14842
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
src/library/json.hpp:13826
Methodparse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
src/library/json.hpp:9464
Methodparse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
src/library/json.hpp:9346
Methodparse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
src/library/json.hpp:9426
Methodparse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
src/library/json.hpp:9242
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
src/library/json.hpp:9494
Functionparse_error
src/library/json.hpp:6852
Methodparse_error
src/library/json.hpp:7102
Methodparse_error
src/library/json.hpp:7289
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src/library/json.hpp:10270
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
src/library/json.hpp:10904
Methodparser
a parser reading from an input adapter
src/library/json.hpp:12169
Functionpatch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
src/library/json.hpp:24117
Functionpatch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
src/library/json.hpp:23846
Methodposition_string
src/library/json.hpp:4442
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
src/library/json.hpp:21986
Functionreinterpret_bits
src/library/json.hpp:16831
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
src/library/json.hpp:22000
Methodreset
src/logbypass/libuv.h:23
FunctionrunOnce
(onceKey, onceFunc)
xprofiler.js:53
Methodsax_parse_internal
src/library/json.hpp:12278
Functionscan
src/library/json.hpp:8810
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
src/library/json.hpp:8145
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
src/library/json.hpp:8270
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
src/library/json.hpp:7555
Methodserializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
src/library/json.hpp:17951
Functionset_end
src/library/json.hpp:12833
Functionset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
src/library/json.hpp:5867
Methodspan_input_adapter
src/library/json.hpp:6543
Functionstart
(config = {})
xprofiler.js:62
Functionstart_array
src/library/json.hpp:6829
Methodstart_array
src/library/json.hpp:7052
Functionstart_object
src/library/json.hpp:6797
Methodstart_object
src/library/json.hpp:6981
Methodstring
src/library/json.hpp:6969
← previousnext →701–800 of 873, ranked by callers