MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetValueByPointer

Function GetValueByPointer

rapidjson/pointer.h:1081–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079
1080template <typename T>
1081typename T::ValueType* GetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, size_t* unresolvedTokenIndex = 0) {
1082 return pointer.Get(root, unresolvedTokenIndex);
1083}
1084
1085template <typename T>
1086const typename T::ValueType* GetValueByPointer(const T& root, const GenericPointer<typename T::ValueType>& pointer, size_t* unresolvedTokenIndex = 0) {

Callers

nothing calls this directly

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected