MCPcopy Create free account
hub / github.com/Tencent/rapidjson / Push

Method Push

include/rapidjson/internal/stack.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

WriteUintMethod · 0.45
WriteUint64Method · 0.45
WriteIntMethod · 0.45
WriteInt64Method · 0.45
TESTFunction · 0.45
WriteIntMethod · 0.45
WriteUintMethod · 0.45
WriteInt64Method · 0.45
WriteUint64Method · 0.45
WriteDoubleMethod · 0.45

Calls

no outgoing calls

Tested by 5

WriteUintMethod · 0.36
WriteUint64Method · 0.36
WriteIntMethod · 0.36
WriteInt64Method · 0.36
TESTFunction · 0.36