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

Function SetValueByPointer

rapidjson/pointer.h:1222–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220template <typename T, typename T2>
1221RAPIDJSON_DISABLEIF_RETURN((internal::OrExpr<internal::IsPointer<T2>, internal::IsGenericValue<T2> >), (typename T::ValueType&))
1222SetValueByPointer(T& root, const GenericPointer<typename T::ValueType>& pointer, T2 value, typename T::AllocatorType& a) {
1223 return pointer.Set(root, value, a);
1224}
1225
1226template <typename T, typename CharType, size_t N>
1227typename T::ValueType& SetValueByPointer(T& root, const CharType(&source)[N], typename T::ValueType& value, typename T::AllocatorType& a) {

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected