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

Method WriteEndObject

Source/ThirdParty/rapidjson/writer.h:461–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459
460 bool WriteStartObject() { os_->Put('{'); return true; }
461 bool WriteEndObject() { os_->Put('}'); return true; }
462 bool WriteStartArray() { os_->Put('['); return true; }
463 bool WriteEndArray() { os_->Put(']'); return true; }
464

Callers 7

WriteVariantTypeMethod · 0.80
WriteVariantMethod · 0.80
SerializeMethod · 0.80
WriteJsonMethod · 0.80
WriteJsonDiffMethod · 0.80
WriteJsonMethod · 0.80
WriteMethod · 0.80

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected