MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Push

Method Push

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 5

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