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

Function GetStringPointer

rapidjson/document.h:1968–1968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1966 }; // 16 bytes in 32-bit mode, 24 bytes in 64-bit mode, 16 bytes in 64-bit with RAPIDJSON_48BITPOINTER_OPTIMIZATION
1967
1968 RAPIDJSON_FORCEINLINE const Ch* GetStringPointer() const { return RAPIDJSON_GETPOINTER(Ch, data_.s.str); }
1969 RAPIDJSON_FORCEINLINE const Ch* SetStringPointer(const Ch* str) { return RAPIDJSON_SETPOINTER(Ch, data_.s.str, str); }
1970 RAPIDJSON_FORCEINLINE GenericValue* GetElementsPointer() const { return RAPIDJSON_GETPOINTER(GenericValue, data_.a.elements); }
1971 RAPIDJSON_FORCEINLINE GenericValue* SetElementsPointer(GenericValue* elements) { return RAPIDJSON_SETPOINTER(GenericValue, data_.a.elements, elements); }

Callers 2

~GenericValueFunction · 0.85
GetStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected