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

Function SetStringRaw

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

Initialize this value as constant string, without calling destructor.

Source from the content-addressed store, hash-verified

2000
2001 //! Initialize this value as constant string, without calling destructor.
2002 void SetStringRaw(StringRefType s) RAPIDJSON_NOEXCEPT {
2003 data_.f.flags = kConstStringFlag;
2004 SetStringPointer(s);
2005 data_.s.length = s.length;
2006 }
2007
2008 //! Initialize this value as copy string with initial data, without calling destructor.
2009 void SetStringRaw(StringRefType s, Allocator& allocator) {

Callers 3

GenericValueFunction · 0.85
document.hFile · 0.85
GenericValueMethod · 0.85

Calls 3

SetStringPointerFunction · 0.85
SetLengthMethod · 0.80
MallocMethod · 0.45

Tested by

no test coverage detected