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

Function Begin

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

Element iterator ! \pre IsArray() == true */

Source from the content-addressed store, hash-verified

1536 //! Element iterator
1537 /*! \pre IsArray() == true */
1538 ValueIterator Begin() { RAPIDJSON_ASSERT(IsArray()); return GetElementsPointer(); }
1539 //! \em Past-the-end element iterator
1540 /*! \pre IsArray() == true */
1541 ValueIterator End() { RAPIDJSON_ASSERT(IsArray()); return GetElementsPointer() + data_.a.size; }

Callers 2

EraseFunction · 0.85
AcceptFunction · 0.85

Calls 3

IsArrayFunction · 0.85
GetElementsPointerFunction · 0.85
BeginMethod · 0.80

Tested by

no test coverage detected