MCPcopy Create free account

hub / github.com/Mixaill/FakePDB / functions

Functions528 in github.com/Mixaill/FakePDB

Methodoperator--
post-decrement (it--)
src_cpp/include/nlohmann/json.hpp:11473
Methodoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11045
Methodoperator->
src_cpp/include/nlohmann/json.hpp:12579
Methodoperator/
src_cpp/include/nlohmann/json.hpp:11698
Methodoperator<
src_cpp/include/nlohmann/json.hpp:10681
Methodoperator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11201
Functionoperator<=
! @brief comparison: less than or equal Compares whether one JSON value @a lhs is less than or equal to another JSON value by calculating
src_cpp/include/nlohmann/json.hpp:22885
Methodoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11228
Methodoperator=
src_cpp/include/nlohmann/json.hpp:2829
Functionoperator==
! @brief compares two JSON pointers for equality @param[in] lhs JSON pointer to compare @param[in] rhs JSON pointer to compare @ret
src_cpp/include/nlohmann/json.hpp:12485
Methodoperator==
equality operator (needed for InputIterator)
src_cpp/include/nlohmann/json.hpp:3882
Methodoperator==
src_cpp/include/nlohmann/json.hpp:4463
Methodoperator==
src_cpp/include/nlohmann/json.hpp:10676
Methodoperator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11165
Functionoperator>
! @brief comparison: greater than Compares whether one JSON value @a lhs is greater than another JSON value by calculating `not (lhs <= r
src_cpp/include/nlohmann/json.hpp:22931
Methodoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11237
Functionoperator>=
! @brief comparison: greater than or equal Compares whether one JSON value @a lhs is greater than or equal to another JSON value by calcu
src_cpp/include/nlohmann/json.hpp:22977
Methodoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11246
Functionoperator[]
! @brief access specified array element Returns a reference to the element at specified location @a idx. @note If @a idx is beyond the r
src_cpp/include/nlohmann/json.hpp:19988
Methodoperator[]
access to successor
src_cpp/include/nlohmann/json.hpp:11509
Methodordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
src_cpp/include/nlohmann/json.hpp:16417
Methodoutput_adapter
src_cpp/include/nlohmann/json.hpp:12719
Methodoutput_stream_adapter
src_cpp/include/nlohmann/json.hpp:12672
Methodoutput_string_adapter
src_cpp/include/nlohmann/json.hpp:12696
Methodoutput_vector_adapter
src_cpp/include/nlohmann/json.hpp:12648
Methodparent_pointer
! @brief returns the parent of this JSON pointer @return parent of this JSON pointer; in case this JSON pointer is the root, the
src_cpp/include/nlohmann/json.hpp:11757
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_cpp/include/nlohmann/json.hpp:8012
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_cpp/include/nlohmann/json.hpp:7896
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_cpp/include/nlohmann/json.hpp:7974
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_cpp/include/nlohmann/json.hpp:7794
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_cpp/include/nlohmann/json.hpp:8042
Methodparse_error
src_cpp/include/nlohmann/json.hpp:5441
Methodparse_error
src_cpp/include/nlohmann/json.hpp:5680
Methodparse_error
src_cpp/include/nlohmann/json.hpp:5867
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src_cpp/include/nlohmann/json.hpp:8767
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_cpp/include/nlohmann/json.hpp:9399
Methodparser
a parser reading from an input adapter
src_cpp/include/nlohmann/json.hpp:10174
Functionpatch
! @brief applies a JSON patch [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operation
src_cpp/include/nlohmann/json.hpp:24662
Methodposition_string
src_cpp/include/nlohmann/json.hpp:2466
MethodprocessGSI
src_cpp/src/pdb/pdb_creator.cpp:118
MethodprocessSections
src_cpp/src/pdb/pdb_creator.cpp:161
MethodprocessSymbols
src_cpp/src/pdb/pdb_creator.cpp:178
Functionrbegin
! @brief returns an iterator to the reverse-beginning Returns an iterator to the reverse-beginning; that is, the last element. @image ht
src_cpp/include/nlohmann/json.hpp:21107
Functionregister_actions
()
src_plugins/ida/fakepdb/command_pdbgenerate.py:77
Functionregister_actions
()
src_plugins/ida/fakepdb/command_importoffsets.py:52
Functionregister_actions
()
src_plugins/ida/fakepdb/command_dumpinfo.py:49
Functionregister_actions
()
src_plugins/ida/fakepdb/command_libgenerate.py:71
Functionregister_actions
()
src_plugins/ida/fakepdb/command_findsignature.py:47
Functionreinterpret_bits
src_cpp/include/nlohmann/json.hpp:14380
Methodremove_sign
* Overload to make the compiler happy while it is instantiating * dump_integer for number_unsigned_t. * Must never be called. */
src_cpp/include/nlohmann/json.hpp:16337
Functionrend
! @brief returns an iterator to the reverse-end Returns an iterator to the reverse-end; that is, one before the first element. @imag
src_cpp/include/nlohmann/json.hpp:21144
Methodrun
(self, arg)
src_plugins/ida/fakepdb.py:45
Methodsax_parse_internal
src_cpp/include/nlohmann/json.hpp:10285
Functionscan
src_cpp/include/nlohmann/json.hpp:7380
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
src_cpp/include/nlohmann/json.hpp:6715
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 7159. The function is realized with a determinis
src_cpp/include/nlohmann/json.hpp:6840
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 7159. While scanning, bytes are escaped and copie
src_cpp/include/nlohmann/json.hpp:6125
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_cpp/include/nlohmann/json.hpp:15493
Methodset_begin
set iterator to a defined beginning
src_cpp/include/nlohmann/json.hpp:10653
Methodset_end
set iterator to a defined past the end
src_cpp/include/nlohmann/json.hpp:10659
Methodspan_input_adapter
src_cpp/include/nlohmann/json.hpp:5156
Methodstart_array
src_cpp/include/nlohmann/json.hpp:5421
Methodstart_array
src_cpp/include/nlohmann/json.hpp:5634
Methodstart_object
src_cpp/include/nlohmann/json.hpp:5395
Methodstart_object
src_cpp/include/nlohmann/json.hpp:5570
Methodstring
src_cpp/include/nlohmann/json.hpp:5383
Methodstring
src_cpp/include/nlohmann/json.hpp:5558
Methodstring to_string
src_cpp/include/nlohmann/json.hpp:25171
Methodstrtof
src_cpp/include/nlohmann/json.hpp:6783
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
src_cpp/include/nlohmann/json.hpp:14402
Methodterm
(self)
src_plugins/ida/fakepdb.py:48
Functionto_bson
! @brief Serializes the given JSON object `j` to BSON and returns a vector containing the corresponding BSON-representation. BSON
src_cpp/include/nlohmann/json.hpp:23827
Methodto_char_type
src_cpp/include/nlohmann/json.hpp:14278
Functionto_json
src_cpp/include/data/root.h:25
Methodto_json
src_cpp/include/nlohmann/json.hpp:4399
Functionto_msgpack
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the MessagePack
src_cpp/include/nlohmann/json.hpp:23646
Methodto_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == jso
src_cpp/include/nlohmann/json.hpp:11600
Functionto_ubjson
! @brief create a UBJSON serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the UBJSON (Univer
src_cpp/include/nlohmann/json.hpp:23749
Methodtoken_type_name
src_cpp/include/nlohmann/json.hpp:5933
Functiontype
! @brief return the type of the JSON value (explicit) Return the type of the JSON value as a value from the @ref value_t enumeration.
src_cpp/include/nlohmann/json.hpp:18812
Methodubjson_prefix
! @brief determine the type prefix of container values */
src_cpp/include/nlohmann/json.hpp:14129
Functionunflatten
! @param[in] value flattened JSON @return unflattened JSON @throw parse_error.109 if array index is not a number @throw type_error.
src_cpp/include/nlohmann/json.hpp:12446
Functionupdate
! @brief updates a JSON object from another object, overwriting existing keys Inserts all values from JSON object @a j and overwrites existin
src_cpp/include/nlohmann/json.hpp:22257
Methodupdate
(self, ctx)
src_plugins/ida/fakepdb/command_pdbgenerate.py:74
Methodupdate
(self, ctx)
src_plugins/ida/fakepdb/command_importoffsets.py:49
Methodupdate
(self, ctx)
src_plugins/ida/fakepdb/command_dumpinfo.py:46
Methodupdate
(self, ctx)
src_plugins/ida/fakepdb/command_libgenerate.py:68
Methodupdate
(self, ctx)
src_plugins/ida/fakepdb/command_findsignature.py:44
Functionvalue
src_cpp/include/nlohmann/json.hpp:20279
Methodvalue
return value of the iterator
src_cpp/include/nlohmann/json.hpp:3922
Methodvalue
return the value of an iterator
src_cpp/include/nlohmann/json.hpp:11522
Methodwhat
returns the explanatory string
src_cpp/include/nlohmann/json.hpp:2356
Methodwide_string_input_adapter
src_cpp/include/nlohmann/json.hpp:5010
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
src_cpp/include/nlohmann/json.hpp:13799
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
src_cpp/include/nlohmann/json.hpp:13818
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
src_cpp/include/nlohmann/json.hpp:13656
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
src_cpp/include/nlohmann/json.hpp:13666
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_cpp/include/nlohmann/json.hpp:13881
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
src_cpp/include/nlohmann/json.hpp:13644
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
src_cpp/include/nlohmann/json.hpp:13716
← previousnext →401–500 of 528, ranked by callers