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

Method Put

rapidjson/reader.h:782–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780
781 StackStream(internal::Stack<StackAllocator>& stack) : stack_(stack), length_(0) {}
782 RAPIDJSON_FORCEINLINE void Put(Ch c) {
783 *stack_.template Push<Ch>() = c;
784 ++length_;
785 }
786
787 RAPIDJSON_FORCEINLINE void* Push(SizeType count) {
788 length_ += count;

Callers 6

ParseStringToStreamMethod · 0.45
TakePushMethod · 0.45
PushMethod · 0.45
PopMethod · 0.45
ParseNumberMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected