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

Function End

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

\em Past-the-end element iterator ! \pre IsArray() == true */

Source from the content-addressed store, hash-verified

1539 //! \em Past-the-end element iterator
1540 /*! \pre IsArray() == true */
1541 ValueIterator End() { RAPIDJSON_ASSERT(IsArray()); return GetElementsPointer() + data_.a.size; }
1542 //! Constant element iterator
1543 /*! \pre IsArray() == true */
1544 ConstValueIterator Begin() const { return const_cast<GenericValue&>(*this).Begin(); }

Callers 7

cb_get_lengthMethod · 0.85
test_binary_reader_seekFunction · 0.85
test_binary_reader_readFunction · 0.85
test_binary_writer_seekFunction · 0.85
test_binary_writer_writeFunction · 0.85
EraseFunction · 0.85
AcceptFunction · 0.85

Calls 3

IsArrayFunction · 0.85
GetElementsPointerFunction · 0.85
EndMethod · 0.45

Tested by 4

test_binary_reader_seekFunction · 0.68
test_binary_reader_readFunction · 0.68
test_binary_writer_seekFunction · 0.68
test_binary_writer_writeFunction · 0.68