MCPcopy Create free account

hub / github.com/Mixaill/FakePDB / functions

Functions528 in github.com/Mixaill/FakePDB

↓ 157 callersFunctioncreate
src_cpp/include/nlohmann/json.hpp:17401
↓ 122 callersMethodwrite_character
src_cpp/include/nlohmann/json.hpp:12652
↓ 109 callersMethodsize
src_cpp/include/nlohmann/json.hpp:2691
↓ 57 callersMethodend
return iterator end (needed for range-based for)
src_cpp/include/nlohmann/json.hpp:3947
↓ 52 callersMethodbegin
return iterator begin (needed for range-based for)
src_cpp/include/nlohmann/json.hpp:3941
↓ 46 callersFunctionget
src_cpp/include/nlohmann/json.hpp:3956
↓ 38 callersFunctionadd
add a character to token_buffer
src_cpp/include/nlohmann/json.hpp:7272
↓ 38 callersMethodpush_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
src_cpp/include/nlohmann/json.hpp:11828
↓ 36 callersFunctiontype_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
src_cpp/include/nlohmann/json.hpp:23411
↓ 35 callersMethodempty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
src_cpp/include/nlohmann/json.hpp:11853
↓ 32 callersFunctionbasic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
src_cpp/include/nlohmann/json.hpp:17830
↓ 31 callersMethodparse_error
src_cpp/include/nlohmann/json.hpp:2463
↓ 26 callersMethodkey
src_cpp/include/nlohmann/json.hpp:5847
↓ 24 callersFunctionassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
src_cpp/include/nlohmann/json.hpp:17710
↓ 24 callersFunctionis_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
src_cpp/include/nlohmann/json.hpp:19051
↓ 20 callersMethodoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11347
↓ 19 callersMethodnumber_integer
src_cpp/include/nlohmann/json.hpp:5817
↓ 18 callersFunctioninput_adapter
src_cpp/include/nlohmann/json.hpp:5088
↓ 18 callersMethodsax_parse
src_cpp/include/nlohmann/json.hpp:10265
↓ 17 callersFunctionend
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
src_cpp/include/nlohmann/json.hpp:21037
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
src_cpp/include/nlohmann/json.hpp:10037
↓ 17 callersFunctionto_json
src_cpp/include/nlohmann/json.hpp:4213
↓ 16 callersFunctionis_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
src_cpp/include/nlohmann/json.hpp:19073
↓ 16 callersFunctionis_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
src_cpp/include/nlohmann/json.hpp:18892
↓ 15 callersFunctioncombine
boost::hash_combine
src_cpp/include/nlohmann/json.hpp:4595
↓ 15 callersFunctionfrom_json
src_cpp/include/nlohmann/json.hpp:3426
↓ 15 callersFunctionget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
src_cpp/include/nlohmann/json.hpp:7319
↓ 15 callersMethodpop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
src_cpp/include/nlohmann/json.hpp:11782
↓ 14 callersMethodfind
src_cpp/include/nlohmann/json.hpp:16518
↓ 14 callersMethodnumber_unsigned
src_cpp/include/nlohmann/json.hpp:5822
↓ 13 callersMethodstring
src_cpp/include/nlohmann/json.hpp:5832
↓ 11 callersFunctionbegin
! @brief returns an iterator to the first element Returns an iterator to the first element. @image html range-begin-end.svg "Illustratio
src_cpp/include/nlohmann/json.hpp:20966
↓ 11 callersMethodnumber_float
src_cpp/include/nlohmann/json.hpp:5827
↓ 11 callersMethodvalue
! @brief return the value of an iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:11394
↓ 10 callersMethodboolean
src_cpp/include/nlohmann/json.hpp:5812
↓ 10 callersMethodinsert
src_cpp/include/nlohmann/json.hpp:16542
↓ 10 callersFunctionparser
src_cpp/include/nlohmann/json.hpp:16684
↓ 9 callersMethoderase
src_cpp/include/nlohmann/json.hpp:16473
↓ 9 callersFunctionis_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array. @return `tru
src_cpp/include/nlohmann/json.hpp:19117
↓ 8 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
src_cpp/include/nlohmann/json.hpp:15533
↓ 8 callersMethodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
src_cpp/include/nlohmann/json.hpp:9890
↓ 7 callersMethodend_array
src_cpp/include/nlohmann/json.hpp:5862
↓ 7 callersMethodend_object
src_cpp/include/nlohmann/json.hpp:5852
↓ 7 callersMethodstart_array
src_cpp/include/nlohmann/json.hpp:5857
↓ 7 callersMethodstart_object
src_cpp/include/nlohmann/json.hpp:5842
↓ 6 callersMethodhas_subtype
! @brief return whether the value has a subtype @return whether the value has a subtype @complexity Constant. @exceptionsafety No-t
src_cpp/include/nlohmann/json.hpp:4540
↓ 6 callersFunctionis_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `true` if type i
src_cpp/include/nlohmann/json.hpp:19095
↓ 6 callersMethodnull
src_cpp/include/nlohmann/json.hpp:5807
↓ 6 callersFunctionpush_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called on a JSON nul
src_cpp/include/nlohmann/json.hpp:21713
↓ 6 callersMethodsubtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subtype, this fu
src_cpp/include/nlohmann/json.hpp:4519
↓ 5 callersMethodAddCommand
src_cpp/src/main.cpp:26
↓ 5 callersMethodget_character
src_cpp/include/nlohmann/json.hpp:4770
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
src_cpp/include/nlohmann/json.hpp:10665
↓ 5 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
src_cpp/include/nlohmann/json.hpp:10196
↓ 4 callersMethodGetCommandName
src_cpp/include/commands/command_pe_exports.h:27
↓ 4 callersMethod__run_command
(self, args)
src_plugins/ida/fakepdb/native.py:55
↓ 4 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
src_cpp/include/nlohmann/json.hpp:10257
↓ 4 callersMethodbinary
src_cpp/include/nlohmann/json.hpp:5837
↓ 4 callersFunctioncend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image html range-
src_cpp/include/nlohmann/json.hpp:21077
↓ 4 callersFunctiondestroy
src_cpp/include/nlohmann/json.hpp:17610
↓ 4 callersMethodemplace
src_cpp/include/nlohmann/json.hpp:16424
↓ 4 callersFunctionempty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`). @return The
src_cpp/include/nlohmann/json.hpp:21421
↓ 4 callersFunctionescape
escape "~" to "~0" and "/" to "~1"
src_cpp/include/nlohmann/json.hpp:12363
↓ 4 callersFunctionget_arithmetic_value
src_cpp/include/nlohmann/json.hpp:3440
↓ 4 callersMethodget_binary
src_cpp/include/nlohmann/json.hpp:10000
↓ 4 callersMethodget_string
src_cpp/include/nlohmann/json.hpp:9967
↓ 4 callersFunctioninsert_iterator
src_cpp/include/nlohmann/json.hpp:21984
↓ 4 callersFunctionis_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `true` if type
src_cpp/include/nlohmann/json.hpp:18914
↓ 4 callersFunctionreplace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
src_cpp/include/nlohmann/json.hpp:12351
↓ 3 callersMethodGetSectionIndexForRVA
src_cpp/src/pe/pe_file.cpp:77
↓ 3 callersMethodGetSectionOffsetForRVA
src_cpp/src/pe/pe_file.cpp:91
↓ 3 callersMethod__add_bytes
(self, bytes_ea, bytes_count)
src_plugins/ida/fakepdb/signature_finder.py:60
↓ 3 callersFunctioncbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begin-end.svg "I
src_cpp/include/nlohmann/json.hpp:21006
↓ 3 callersMethoddump_info
(self, filepath)
src_plugins/ida/fakepdb/dumpinfo.py:41
↓ 3 callersMethodempty
src_cpp/include/data/general.h:19
↓ 3 callersFunctionis_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floating-point num
src_cpp/include/nlohmann/json.hpp:19029
↓ 3 callersFunctionis_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or unsigned integ
src_cpp/include/nlohmann/json.hpp:18973
↓ 3 callersMethodmoved_or_copied
src_cpp/include/nlohmann/json.hpp:12565
↓ 3 callersMethodset_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:10977
↓ 3 callersFunctionunget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The input is not
src_cpp/include/nlohmann/json.hpp:7245
↓ 2 callersMethodGetCommandUsage
src_cpp/include/commands/command_pe_exports.h:31
↓ 2 callersMethodGetPdbAge
src_cpp/src/pe/pe_file.cpp:43
↓ 2 callersMethodGetPdbGuid
src_cpp/src/pe/pe_file.cpp:31
↓ 2 callersFunctioncompute_boundaries
src_cpp/include/nlohmann/json.hpp:14521
↓ 2 callersFunctionemplace
src_cpp/include/nlohmann/json.hpp:21954
↓ 2 callersFunctionfind
src_cpp/include/nlohmann/json.hpp:20812
↓ 2 callersFunctionfrom_json_array_impl
src_cpp/include/nlohmann/json.hpp:3574
↓ 2 callersFunctionget_impl_ptr
get a pointer to the value (object)
src_cpp/include/nlohmann/json.hpp:19194
↓ 2 callersFunctiongrisu2
src_cpp/include/nlohmann/json.hpp:15162
↓ 2 callersFunctiongrisu2_round
src_cpp/include/nlohmann/json.hpp:14880
↓ 2 callersMethodis_end
return whether the iterator is at end
src_cpp/include/nlohmann/json.hpp:10671
↓ 2 callersMethodis_errored
src_cpp/include/nlohmann/json.hpp:5453
↓ 2 callersFunctionis_number_unsigned
! @brief return whether value is an unsigned integer number This function returns true if and only if the JSON value is an unsigned integ
src_cpp/include/nlohmann/json.hpp:19001
↓ 2 callersFunctionlittle_endianess
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
src_cpp/include/nlohmann/json.hpp:7681
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
src_cpp/include/nlohmann/json.hpp:7191
↓ 2 callersMethodset_begin
! @brief set the iterator to the first value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src_cpp/include/nlohmann/json.hpp:10940
↓ 2 callersMethodset_subtype
! @brief sets the binary subtype Sets the binary subtype of the value, also flags a binary JSON value as having a subtype, which has impl
src_cpp/include/nlohmann/json.hpp:4492
↓ 2 callersFunctionsize
! @brief returns the number of elements Returns the number of elements in a JSON value. @return The return value depends on the differen
src_cpp/include/nlohmann/json.hpp:21494
↓ 2 callersFunctionskip_whitespace
src_cpp/include/nlohmann/json.hpp:7371
↓ 2 callersFunctionswap
! @brief exchanges the values Exchanges the contents of the JSON value with those of @a other. Does not invoke any move, copy, or swap op
src_cpp/include/nlohmann/json.hpp:22359
next →1–100 of 528, ranked by callers