MCPcopy Create free account
hub / github.com/audeering/opensmile / GetString

Function GetString

src/include/rapidjson/document.h:1731–1731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1729 //@{
1730
1731 const Ch* GetString() const { RAPIDJSON_ASSERT(IsString()); return (data_.f.flags & kInlineStrFlag) ? data_.ss.str : GetStringPointer(); }
1732
1733 //! Get the length of string.
1734 /*! Since rapidjson permits "\\u0000" in the json string, strlen(v.GetString()) may not equal to v.GetStringLength().

Callers 2

AcceptFunction · 0.70
StringEqualFunction · 0.70

Calls 2

IsStringFunction · 0.85
GetStringPointerFunction · 0.85

Tested by

no test coverage detected