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

Method StartArray

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

Source from the content-addressed store, hash-verified

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(); }
219};
220

Callers 2

ParseArrayMethod · 0.45

Calls 1

DefaultMethod · 0.80

Tested by

no test coverage detected