MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Begin

Method Begin

Source/ThirdParty/rapidjson/document.h:2955–2955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2953 void Clear() const { value_.Clear(); }
2954 ValueType& operator[](SizeType index) const { return value_[index]; }
2955 ValueIterator Begin() const { return value_.Begin(); }
2956 ValueIterator End() const { return value_.End(); }
2957 GenericArray Reserve(SizeType newCapacity, AllocatorType &allocator) const { value_.Reserve(newCapacity, allocator); return *this; }
2958 GenericArray PushBack(ValueType& value, AllocatorType& allocator) const { value_.PushBack(value, allocator); return *this; }

Callers 7

SchemaMethod · 0.45
AddUniqueElementMethod · 0.45
FindIdMethod · 0.45
EndValueMethod · 0.45
BeginFunction · 0.45
beginMethod · 0.45
EraseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected