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

Method Push

Source/ThirdParty/rapidjson/internal/stack.h:135–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134 template<typename T>
135 RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) {
136 Reserve<T>(count);
137 return PushUnsafe<T>(count);
138 }
139
140 template<typename T>
141 RAPIDJSON_FORCEINLINE T* PushUnsafe(size_t count = 1) {

Callers 10

WriteIntMethod · 0.45
WriteUintMethod · 0.45
WriteInt64Method · 0.45
WriteUint64Method · 0.45
WriteDoubleMethod · 0.45
ParseModuleInnerAsyncMethod · 0.45
EnterScopeMethod · 0.45
ParseInheritanceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected