MCPcopy Create free account

hub / github.com/Mixaill/FakePDB / functions

Functions528 in github.com/Mixaill/FakePDB

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_cpp/include/nlohmann/json.hpp:7819
Methodget_bson_string
src_cpp/include/nlohmann/json.hpp:7849
Methodget_cbor_array
! @param[in] len the length of the array or std::size_t(-1) for an array of indefinite size @param[in] tag_handler how CB
src_cpp/include/nlohmann/json.hpp:8676
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_cpp/include/nlohmann/json.hpp:8582
Methodget_cbor_float_prefix
src_cpp/include/nlohmann/json.hpp:13958
Methodget_cbor_object
! @param[in] len the length of the object or std::size_t(-1) for an object of indefinite size @param[in] tag_handler how
src_cpp/include/nlohmann/json.hpp:8714
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_cpp/include/nlohmann/json.hpp:8487
Methodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
src_cpp/include/nlohmann/json.hpp:4823
Methodget_character
src_cpp/include/nlohmann/json.hpp:4851
Methodget_character
src_cpp/include/nlohmann/json.hpp:5013
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_cpp/include/nlohmann/json.hpp:6040
Methodget_decimal_point
return the locale-dependent decimal point
src_cpp/include/nlohmann/json.hpp:6013
Functionget_error_message
return syntax error message
src_cpp/include/nlohmann/json.hpp:7343
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
src_cpp/include/nlohmann/json.hpp:9899
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
src_cpp/include/nlohmann/json.hpp:9340
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_cpp/include/nlohmann/json.hpp:9229
Methodget_msgpack_float_prefix
src_cpp/include/nlohmann/json.hpp:13972
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
src_cpp/include/nlohmann/json.hpp:9362
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_cpp/include/nlohmann/json.hpp:9147
Methodget_number
src_cpp/include/nlohmann/json.hpp:9924
Functionget_number_float
return floating-point value
src_cpp/include/nlohmann/json.hpp:7295
Functionget_number_unsigned
src_cpp/include/nlohmann/json.hpp:7289
Functionget_position
return position of last read token
src_cpp/include/nlohmann/json.hpp:7311
Functionget_ptr
src_cpp/include/nlohmann/json.hpp:19567
Functionget_ref
src_cpp/include/nlohmann/json.hpp:19661
Functionget_ref_impl
src_cpp/include/nlohmann/json.hpp:19301
Functionget_to
src_cpp/include/nlohmann/json.hpp:19530
Methodget_token
get next token from lexer
src_cpp/include/nlohmann/json.hpp:10567
Methodget_ubjson_array
! @return whether array creation completed */
src_cpp/include/nlohmann/json.hpp:9691
Methodget_ubjson_float_prefix
src_cpp/include/nlohmann/json.hpp:14209
Methodget_ubjson_high_precision_number
src_cpp/include/nlohmann/json.hpp:9828
Methodget_ubjson_object
! @return whether object creation completed */
src_cpp/include/nlohmann/json.hpp:9753
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_cpp/include/nlohmann/json.hpp:9549
Methodget_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
src_cpp/include/nlohmann/json.hpp:9472
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_cpp/include/nlohmann/json.hpp:9418
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
src_cpp/include/nlohmann/json.hpp:9590
Methodhandle_value
src_cpp/include/nlohmann/json.hpp:5714
Methodinit
(self)
src_plugins/ida/fakepdb.py:36
Methodinput_stream_adapter
src_cpp/include/nlohmann/json.hpp:4805
Functioninsert
! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserte
src_cpp/include/nlohmann/json.hpp:22022
Functionis_discarded
! @brief return whether value is discarded This function returns true if and only if the JSON value was discarded during parsing with a c
src_cpp/include/nlohmann/json.hpp:19144
Methodis_errored
src_cpp/include/nlohmann/json.hpp:5692
Functionis_primitive
! @brief return whether type is primitive This function returns true if and only if the JSON type is primitive (string, number, boolean,
src_cpp/include/nlohmann/json.hpp:18843
Functionis_structured
! @brief return whether type is structured This function returns true if and only if the JSON type is structured (array or object).
src_cpp/include/nlohmann/json.hpp:18870
Functionitems
! @brief helper to access iterator member functions in range-based for This function allows to access @ref iterator::key() and @ref itera
src_cpp/include/nlohmann/json.hpp:21356
Methoditer_impl
default constructor
src_cpp/include/nlohmann/json.hpp:10846
Methoditeration_proxy
construct iteration proxy from a container
src_cpp/include/nlohmann/json.hpp:3937
Methoditeration_proxy_value
src_cpp/include/nlohmann/json.hpp:3864
Methoditerator_input_adapter
src_cpp/include/nlohmann/json.hpp:4848
Functioniterator_wrapper
src_cpp/include/nlohmann/json.hpp:21274
Methodjson>
src_cpp/include/nlohmann/json.hpp:25227
Methodjson_pointer
! @brief create JSON pointer Create a JSON pointer according to the syntax described in [Section 3 of RFC6901](https://tools.ietf.org/htm
src_cpp/include/nlohmann/json.hpp:11582
Functionjson_pointer top
src_cpp/include/nlohmann/json.hpp:11554
Methodjson_ref
src_cpp/include/nlohmann/json.hpp:12532
Methodjson_reverse_iterator
create reverse iterator from iterator
src_cpp/include/nlohmann/json.hpp:11454
Methodjson_sax_dom_callback_parser
src_cpp/include/nlohmann/json.hpp:5513
Methodjson_sax_dom_parser
! @param[in, out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether
src_cpp/include/nlohmann/json.hpp:5342
Functionjson_value
default constructor (for null values)
src_cpp/include/nlohmann/json.hpp:17470
Methodkey
src_cpp/include/nlohmann/json.hpp:5408
Methodkey
src_cpp/include/nlohmann/json.hpp:5588
Methodkey
return the key of an object iterator
src_cpp/include/nlohmann/json.hpp:11515
Methodlexer
src_cpp/include/nlohmann/json.hpp:5994
Functionmain
src_cpp/src/main.cpp:80
Functionmax_size
! @brief returns the maximum possible number of elements Returns the maximum number of elements a JSON value is able to hold due to syste
src_cpp/include/nlohmann/json.hpp:21565
Functionmerge_patch
! @brief applies a JSON Merge Patch The merge patch format is primarily intended for use with the HTTP PATCH method as a means of describ
src_cpp/include/nlohmann/json.hpp:25133
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
src_cpp/include/nlohmann/json.hpp:14414
Methodname
src_cpp/include/nlohmann/json.hpp:2369
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_cpp/include/nlohmann/json.hpp:6088
Methodnonesuch
src_cpp/include/nlohmann/json.hpp:2825
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
src_cpp/include/nlohmann/json.hpp:14479
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_cpp/include/nlohmann/json.hpp:14496
Methodnull
src_cpp/include/nlohmann/json.hpp:5353
Methodnull
src_cpp/include/nlohmann/json.hpp:5528
Methodnumber_float
src_cpp/include/nlohmann/json.hpp:5377
Methodnumber_float
src_cpp/include/nlohmann/json.hpp:5552
Methodnumber_integer
src_cpp/include/nlohmann/json.hpp:5365
Methodnumber_integer
src_cpp/include/nlohmann/json.hpp:5540
Methodnumber_unsigned
src_cpp/include/nlohmann/json.hpp:5371
Methodnumber_unsigned
src_cpp/include/nlohmann/json.hpp:5546
Functionoperator "" _json
src_cpp/include/nlohmann/json.hpp:25253
Functionoperator "" _json_pointer
src_cpp/include/nlohmann/json.hpp:25272
Functionoperator!=
! @brief compares two JSON pointers for inequality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @r
src_cpp/include/nlohmann/json.hpp:12502
Methodoperator!=
inequality operator (needed for range-based for)
src_cpp/include/nlohmann/json.hpp:3888
Methodoperator!=
src_cpp/include/nlohmann/json.hpp:4469
Methodoperator!=
! @brief comparison: not equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11192
Methodoperator()
src_cpp/include/nlohmann/json.hpp:3787
Methodoperator()
src_cpp/include/nlohmann/json.hpp:4350
Methodoperator()
! @brief return a hash value for a JSON object @since version 1.0.0 */
src_cpp/include/nlohmann/json.hpp:25195
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
src_cpp/include/nlohmann/json.hpp:25211
Methodoperator*
! @brief return a reference to the value pointed to by the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11008
Methodoperator+
src_cpp/include/nlohmann/json.hpp:10686
Methodoperator+
! @brief add to iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11293
Methodoperator++
src_cpp/include/nlohmann/json.hpp:10704
Methodoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11079
Methodoperator++
post-increment (it++)
src_cpp/include/nlohmann/json.hpp:11461
Methodoperator-
src_cpp/include/nlohmann/json.hpp:10693
Methodoperator-
! @brief subtract from iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11315
Methodoperator-
subtract from iterator
src_cpp/include/nlohmann/json.hpp:11497
Methodoperator--
src_cpp/include/nlohmann/json.hpp:10717
Methodoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11122
← previousnext →301–400 of 528, ranked by callers