MCPcopy Create free account

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

Functions873 in github.com/X-Profiler/xprofiler

Methodstring to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
src/library/json.hpp:24300
Methodstrtof
src/library/json.hpp:8213
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
src/library/json.hpp:16853
Functionsubtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
src/library/json.hpp:5875
Methodswitch
src/library/json.hpp:18289
Methodtest
src/library/json.hpp:4015
Methodtest
src/library/json.hpp:4025
Methodtest
src/library/json.hpp:4035
Methodtest
src/library/json.hpp:4046
Methodtest
src/library/json.hpp:4062
Functiontestfn
()
test/patch/shimmer.test.js:20
Functiontestfn2
()
test/patch/shimmer.test.js:41
Functionto_bjdata
@brief create a BJData serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bjdata/
src/library/json.hpp:23455
Functionto_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
src/library/json.hpp:23482
Methodto_char_type
src/library/json.hpp:16710
Methodto_json
src/library/json.hpp:5786
Functionto_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
src/library/json.hpp:23405
Functionto_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
src/library/json.hpp:23428
Methodtoken_type_name
src/library/json.hpp:7363
Methodubjson_prefix
! @brief determine the type prefix of container values */
src/library/json.hpp:16419
Functionunflatten
src/library/json.hpp:14487
Functionupdate
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
src/library/json.hpp:22578
Methodvalue
return the value of an iterator
src/library/json.hpp:13664
Functionvalue_in_range_of
src/library/json.hpp:4078
Functionvoid (*LSS_NAME(restore)(void))
src/platform/unix/core/linux/linux_syscall_support.h:1347
Functionvoid (*LSS_NAME(restore_rt)(void))
src/platform/unix/core/linux/linux_syscall_support.h:1328
FunctionwalkHandle
src/commands/report/uv_statistics.cc:228
Methodwide_string_input_adapter
src/library/json.hpp:6373
Methodwrite_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
src/library/json.hpp:16533
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
src/library/json.hpp:16045
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
src/library/json.hpp:16064
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
src/library/json.hpp:15902
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
src/library/json.hpp:15912
Methodwrite_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
src/library/json.hpp:16127
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
src/library/json.hpp:15890
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
src/library/json.hpp:15962
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
src/library/json.hpp:15944
Methodwrite_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
src/library/json.hpp:16189
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
src/library/json.hpp:16012
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
src/library/json.hpp:15930
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
src/library/json.hpp:15990
Methodwrite_character
src/library/json.hpp:14871
Methodwrite_character
src/library/json.hpp:14896
Methodwrite_compact_float
src/library/json.hpp:16676
Methodwrite_number
src/library/json.hpp:16660
Methodwrite_number_with_ubjson_prefix
src/library/json.hpp:16236
Methodwrite_string
src/library/writer.h:111
Methodwrite_value
src/library/writer.h:100
FunctionxprofilerRule
test/fixtures/cases/logbypass.js:84
Method~ConditionVariable
src/xpf_mutex-inl.h:25
Method~CpuProfiler
src/commands/cpuprofiler/cpu_profiler.cc:48
Method~FileOutputStream
src/commands/heapdump/heap_snapshot.cc:15
Method~GcProfiler
src/commands/gcprofiler/gc_profiler.cc:121
Method~InterruptCallback
src/environment_data.h:86
Method~LogByPass
src/logbypass/log.h:12
Method~Mutex
src/xpf_mutex-inl.h:11
Method~NoExitScope
src/environment_registry.cc:10
Method~ProcessData
src/process_data.h:21
Method~ScopedLock
src/xpf_mutex-inl.h:21
Method~XpfThread
src/xpf_thread.cc:49
Function~basic_json
@brief destructor @sa https://json.nlohmann.me/api/basic_json/~basic_json/
src/library/json.hpp:20418
Method~binary_reader
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
src/library/json.hpp:9168
Method~input_stream_adapter
src/library/json.hpp:6158
Method~iter_impl
src/library/json.hpp:12876
Method~iteration_proxy
src/library/json.hpp:5252
Method~iteration_proxy_value
src/library/json.hpp:5154
Method~json_ref
src/library/json.hpp:14724
Method~json_sax_dom_callback_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
src/library/json.hpp:6937
Function~json_sax_dom_parser
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
src/library/json.hpp:6753
Method~lexer
NOLINT(hicpp-noexcept-move,performance-noexcept-move-constructor)
src/library/json.hpp:7435
Method~nonesuch
src/library/json.hpp:267
Method~output_adapter_protocol
src/library/json.hpp:14824
Method~serializer
src/library/json.hpp:17967
← previous801–873 of 873, ranked by callers