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

Method Key

src/include/rapidjson/reader.h:215–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 bool String(const Ch*, SizeType, bool) { return static_cast<Override&>(*this).Default(); }
214 bool StartObject() { return static_cast<Override&>(*this).Default(); }
215 bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str, len, copy); }
216 bool EndObject(SizeType) { return static_cast<Override&>(*this).Default(); }
217 bool StartArray() { return static_cast<Override&>(*this).Default(); }
218 bool EndArray(SizeType) { return static_cast<Override&>(*this).Default(); }

Callers 1

ParseStringMethod · 0.45

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected