Searched refs:Push (Results 1 – 13 of 13) sorted by relevance
427 char* d = os_->Push(p - buffer); in WriteUint()594 WriteUintReverse(os_->Push(digit) + digit, u); in WriteUint()601 WriteUintReverse(os_->Push(digit) + digit, u); in WriteUint()608 WriteUint64Reverse(os_->Push(digit) + digit, u); in WriteUint64()615 WriteUint64Reverse(os_->Push(digit) + digit, u); in WriteUint64()736 WriteUintReverse(os_->Push(digit) + digit, u); in WriteUint()743 WriteUintReverse(os_->Push(digit) + digit, u); in WriteUint()750 WriteUint64Reverse(os_->Push(digit) + digit, u); in WriteUint64()757 WriteUint64Reverse(os_->Push(digit) + digit, u); in WriteUint64()900 char *buffer = os_->Push(11); in WriteInt()[all …]
50 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put()56 *stack_.template Push<Ch>() = '\0'; in ShrinkToFit()60 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() function65 *stack_.template Push<Ch>() = '\0'; in GetString()88 std::memset(stream.stack_.Push<char>(n), c, n * sizeof(c)); in PutN()
136 new (level_stack_.template Push<Level>()) Level(false); in StartObject()155 new (level_stack_.template Push<Level>()) Level(true); in StartArray()351 char *buffer = os_->Push(11); in WriteInt()359 char *buffer = os_->Push(10); in WriteUint()367 char *buffer = os_->Push(21); in WriteInt64()375 char *buffer = os_->Push(20); in WriteUint64()383 char *buffer = os_->Push(25); in WriteDouble()
42 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put()47 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() function65 std::memset(memoryBuffer.stack_.Push<char>(n), c, n * sizeof(c)); in PutN()
2017 bool Null() { new (stack_.template Push<ValueType>()) ValueType(); return true; }2018 bool Bool(bool b) { new (stack_.template Push<ValueType>()) ValueType(b); return true; }2019 bool Int(int i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; }2020 bool Uint(unsigned i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; }2021 bool Int64(int64_t i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; }2022 bool Uint64(uint64_t i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; }2023 bool Double(double d) { new (stack_.template Push<ValueType>()) ValueType(d); return true; }2027 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator());2029 new (stack_.template Push<ValueType>()) ValueType(str, length);2033 …bool StartObject() { new (stack_.template Push<ValueType>()) ValueType(kObjectType); return true; }[all …]
87 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(false); in StartObject()113 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(true); in StartArray()
619 *stack_.template Push<Ch>() = c; in Put()1259 *stack_.template Push<SizeType>(1) = n; in Transit()1261 *stack_.template Push<SizeType>(1) = 0; in Transit()
622 Ch* Push(size_t count) { Ch* begin = dst_; dst_ += count; return begin; }
46 TEST(StringBuffer, Push) { in TEST() argument48 buffer.Push(5); in TEST()53 buffer.Push(65536u); in TEST()
111 RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) {
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...