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

Method WriteStartObject

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

Source from the content-addressed store, hash-verified

458 }
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; }

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