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

Function StringRef

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

Source from the content-addressed store, hash-verified

357*/
358template<typename CharType>
359inline GenericStringRef<CharType> StringRef(const CharType* str) {
360 return GenericStringRef<CharType>(str, internal::StrLen(str));
361}
362
363//! Mark a character pointer as constant string
364/*! Mark a plain character pointer as a "string literal". This function

Callers 8

GenericValueFunction · 0.70
operator==Function · 0.70
document.hFile · 0.70
FindMemberFunction · 0.70
RemoveMemberFunction · 0.70
EraseMemberFunction · 0.70
GenericValueMethod · 0.70
EraseMemberMethod · 0.70

Calls 3

StrLenFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected