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

Method PushBack

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

Source from the content-addressed store, hash-verified

2505 ValueIterator End() const { return value_.End(); }
2506 GenericArray Reserve(SizeType newCapacity, AllocatorType &allocator) const { value_.Reserve(newCapacity, allocator); return *this; }
2507 GenericArray PushBack(ValueType& value, AllocatorType& allocator) const { value_.PushBack(value, allocator); return *this; }
2508#if RAPIDJSON_HAS_CXX11_RVALUE_REFS
2509 GenericArray PushBack(ValueType&& value, AllocatorType& allocator) const { value_.PushBack(value, allocator); return *this; }
2510#endif // RAPIDJSON_HAS_CXX11_RVALUE_REFS

Callers 4

AddUniqueElementMethod · 0.45
EndValueMethod · 0.45
GenericPointerClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected