Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mixaill/FakePDB
/ functions
Functions
528 in github.com/Mixaill/FakePDB
⨍
Functions
528
◇
Types & classes
165
Method
operator--
post-decrement (it--)
src_cpp/include/nlohmann/json.hpp:11473
Method
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11045
Method
operator->
src_cpp/include/nlohmann/json.hpp:12579
Method
operator/
src_cpp/include/nlohmann/json.hpp:11698
Method
operator<
src_cpp/include/nlohmann/json.hpp:10681
Method
operator<
! @brief comparison: smaller @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11201
Function
operator<=
! @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
Method
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11228
Method
operator=
src_cpp/include/nlohmann/json.hpp:2829
Function
operator==
! @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
Method
operator==
equality operator (needed for InputIterator)
src_cpp/include/nlohmann/json.hpp:3882
Method
operator==
src_cpp/include/nlohmann/json.hpp:4463
Method
operator==
src_cpp/include/nlohmann/json.hpp:10676
Method
operator==
! @brief comparison: equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11165
Function
operator>
! @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
Method
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11237
Function
operator>=
! @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
Method
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11246
Function
operator[]
! @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
Method
operator[]
access to successor
src_cpp/include/nlohmann/json.hpp:11509
Method
ordered_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
Method
output_adapter
src_cpp/include/nlohmann/json.hpp:12719
Method
output_stream_adapter
src_cpp/include/nlohmann/json.hpp:12672
Method
output_string_adapter
src_cpp/include/nlohmann/json.hpp:12696
Method
output_vector_adapter
src_cpp/include/nlohmann/json.hpp:12648
Method
parent_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_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
Method
parse_error
src_cpp/include/nlohmann/json.hpp:5441
Method
parse_error
src_cpp/include/nlohmann/json.hpp:5680
Method
parse_error
src_cpp/include/nlohmann/json.hpp:5867
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src_cpp/include/nlohmann/json.hpp:8767
Method
parse_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
Method
parser
a parser reading from an input adapter
src_cpp/include/nlohmann/json.hpp:10174
Function
patch
! @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
Method
position_string
src_cpp/include/nlohmann/json.hpp:2466
Method
processGSI
src_cpp/src/pdb/pdb_creator.cpp:118
Method
processSections
src_cpp/src/pdb/pdb_creator.cpp:161
Method
processSymbols
src_cpp/src/pdb/pdb_creator.cpp:178
Function
rbegin
! @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
Function
register_actions
()
src_plugins/ida/fakepdb/command_pdbgenerate.py:77
Function
register_actions
()
src_plugins/ida/fakepdb/command_importoffsets.py:52
Function
register_actions
()
src_plugins/ida/fakepdb/command_dumpinfo.py:49
Function
register_actions
()
src_plugins/ida/fakepdb/command_libgenerate.py:71
Function
register_actions
()
src_plugins/ida/fakepdb/command_findsignature.py:47
Function
reinterpret_bits
src_cpp/include/nlohmann/json.hpp:14380
Method
remove_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
Function
rend
! @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
Method
run
(self, arg)
src_plugins/ida/fakepdb.py:45
Method
sax_parse_internal
src_cpp/include/nlohmann/json.hpp:10285
Function
scan
src_cpp/include/nlohmann/json.hpp:7380
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
src_cpp/include/nlohmann/json.hpp:6715
Method
scan_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
Method
scan_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
Method
serializer
! @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
Method
set_begin
set iterator to a defined beginning
src_cpp/include/nlohmann/json.hpp:10653
Method
set_end
set iterator to a defined past the end
src_cpp/include/nlohmann/json.hpp:10659
Method
span_input_adapter
src_cpp/include/nlohmann/json.hpp:5156
Method
start_array
src_cpp/include/nlohmann/json.hpp:5421
Method
start_array
src_cpp/include/nlohmann/json.hpp:5634
Method
start_object
src_cpp/include/nlohmann/json.hpp:5395
Method
start_object
src_cpp/include/nlohmann/json.hpp:5570
Method
string
src_cpp/include/nlohmann/json.hpp:5383
Method
string
src_cpp/include/nlohmann/json.hpp:5558
Method
string to_string
src_cpp/include/nlohmann/json.hpp:25171
Method
strtof
src_cpp/include/nlohmann/json.hpp:6783
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
src_cpp/include/nlohmann/json.hpp:14402
Method
term
(self)
src_plugins/ida/fakepdb.py:48
Function
to_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
Method
to_char_type
src_cpp/include/nlohmann/json.hpp:14278
Function
to_json
src_cpp/include/data/root.h:25
Method
to_json
src_cpp/include/nlohmann/json.hpp:4399
Function
to_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
Method
to_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
Function
to_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
Method
token_type_name
src_cpp/include/nlohmann/json.hpp:5933
Function
type
! @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
Method
ubjson_prefix
! @brief determine the type prefix of container values */
src_cpp/include/nlohmann/json.hpp:14129
Function
unflatten
! @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
Function
update
! @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
Method
update
(self, ctx)
src_plugins/ida/fakepdb/command_pdbgenerate.py:74
Method
update
(self, ctx)
src_plugins/ida/fakepdb/command_importoffsets.py:49
Method
update
(self, ctx)
src_plugins/ida/fakepdb/command_dumpinfo.py:46
Method
update
(self, ctx)
src_plugins/ida/fakepdb/command_libgenerate.py:68
Method
update
(self, ctx)
src_plugins/ida/fakepdb/command_findsignature.py:44
Function
value
src_cpp/include/nlohmann/json.hpp:20279
Method
value
return value of the iterator
src_cpp/include/nlohmann/json.hpp:3922
Method
value
return the value of an iterator
src_cpp/include/nlohmann/json.hpp:11522
Method
what
returns the explanatory string
src_cpp/include/nlohmann/json.hpp:2356
Method
wide_string_input_adapter
src_cpp/include/nlohmann/json.hpp:5010
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
src_cpp/include/nlohmann/json.hpp:13799
Method
write_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
src_cpp/include/nlohmann/json.hpp:13818
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
src_cpp/include/nlohmann/json.hpp:13656
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
src_cpp/include/nlohmann/json.hpp:13666
Method
write_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
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
src_cpp/include/nlohmann/json.hpp:13644
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
src_cpp/include/nlohmann/json.hpp:13716
← previous
next →
401–500 of 528, ranked by callers