MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / Push

Method Push

include/cereal/external/rapidjson/internal/stack.h:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121
122 template<typename T>
123 CEREAL_RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) {
124 Reserve<T>(count);
125 return PushUnsafe<T>(count);
126 }
127
128 template<typename T>
129 CEREAL_RAPIDJSON_FORCEINLINE T* PushUnsafe(size_t count = 1) {

Callers 6

AddErrorLocationMethod · 0.45
WriteIntMethod · 0.45
WriteUintMethod · 0.45
WriteInt64Method · 0.45
WriteUint64Method · 0.45
WriteDoubleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected