Searched refs:Push (Results 1 – 11 of 11) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | memorybuffer.h | 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() function 65 std::memset(memoryBuffer.stack_.Push<char>(n), c, n * sizeof(c)); in PutN()
|
D | stringbuffer.h | 56 void Put(Ch c) { *stack_.template Push<Ch>() = c; } in Put() 63 *stack_.template Push<Ch>() = '\0'; in ShrinkToFit() 69 Ch* Push(size_t count) { return stack_.template Push<Ch>(count); } in Push() function 75 *stack_.template Push<Ch>() = '\0'; in GetString() 112 std::memset(stream.stack_.Push<char>(n), c, n * sizeof(c)); in PutN()
|
D | writer.h | 218 new (level_stack_.template Push<Level>()) Level(false); in StartObject() 242 new (level_stack_.template Push<Level>()) Level(true); in StartArray() 515 char *buffer = os_->Push(11); in WriteInt() 523 char *buffer = os_->Push(10); in WriteUint() 531 char *buffer = os_->Push(21); in WriteInt64() 539 char *buffer = os_->Push(20); in WriteUint64() 567 char *buffer = os_->Push(25); in WriteDouble()
|
D | prettywriter.h | 125 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(false); in StartObject() 159 new (Base::level_stack_.template Push<typename Base::Level>()) typename Base::Level(true); in StartArray()
|
D | reader.h | 934 *stack_.template Push<Ch>() = c; in Put() 938 RAPIDJSON_FORCEINLINE void* Push(SizeType count) { in Push() function 940 return stack_.template Push<Ch>(count); in Push() 1115 char* q = reinterpret_cast<char*>(os.Push(length)); in ScanCopyUnescapedString() 1123 _mm_storeu_si128(reinterpret_cast<__m128i *>(os.Push(16)), s); in ScanCopyUnescapedString() 1279 char* q = reinterpret_cast<char*>(os.Push(length)); in ScanCopyUnescapedString() 1287 vst1q_u8(reinterpret_cast<uint8_t *>(os.Push(16)), s); in ScanCopyUnescapedString() 1420 RAPIDJSON_FORCEINLINE void Push(char) {} in Push() function 1443 RAPIDJSON_FORCEINLINE void Push(StackCharacter c) { in Push() function 2029 *stack_.template Push<SizeType>(1) = n; in Transit() [all …]
|
D | stream.h | 205 Ch* Push(size_t count) { Ch* begin = dst_; dst_ += count; return begin; }
|
D | document.h | 2820 bool Null() { new (stack_.template Push<ValueType>()) ValueType(); return true; } 2821 bool Bool(bool b) { new (stack_.template Push<ValueType>()) ValueType(b); return true; } 2822 bool Int(int i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; } 2823 bool Uint(unsigned i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; } 2824 bool Int64(int64_t i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; } 2825 bool Uint64(uint64_t i) { new (stack_.template Push<ValueType>()) ValueType(i); return true; } 2826 bool Double(double d) { new (stack_.template Push<ValueType>()) ValueType(d); return true; } 2830 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator()); 2832 new (stack_.template Push<ValueType>()) ValueType(str, length); 2838 new (stack_.template Push<ValueType>()) ValueType(str, length, GetAllocator()); [all …]
|
D | schema.h | 373 *stack_.template Push<uint64_t>() = h; in EndObject() 383 *stack_.template Push<uint64_t>() = h; in EndArray() 414 *stack_.template Push<uint64_t>() = h; in WriteBuffer() 591 SchemaEntry *entry = schemaDocument->schemaMap_.template Push<SchemaEntry>(); in allocator_() 1753 *documentStack.template Push<Ch>() = '/'; in AppendIndexToken() 1757 *documentStack.template Push<Ch>() = static_cast<Ch>(buffer[i]); in AppendIndexToken() 1766 char *buffer = documentStack.template Push<char>(1 + 10); // '/' + uint 1772 char *buffer = documentStack.template Push<char>(1 + 20); // '/' + uint64 2215 new (schemaRef_.template Push<SchemaRefPtr>()) SchemaRefPtr(&source); 2368 SchemaEntry *entry = schemaMap_.template Push<SchemaEntry>(); [all …]
|
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | regex.h | 195 *atomCountStack.template Push<unsigned>() = 0; in RAPIDJSON_DIAG_OFF() 212 *operatorStack.template Push<Operator>() = kAlternation; in RAPIDJSON_DIAG_OFF() 217 *operatorStack.template Push<Operator>() = kLeftParenthesis; in RAPIDJSON_DIAG_OFF() 218 *atomCountStack.template Push<unsigned>() = 0; in RAPIDJSON_DIAG_OFF() 281 *operandStack.template Push<Frag>() = Frag(s, s, s); in RAPIDJSON_DIAG_OFF() 320 State* s = states_.template Push<State>(); in RAPIDJSON_DIAG_OFF() 330 *operandStack.template Push<Frag>() = Frag(s, s, s); in RAPIDJSON_DIAG_OFF() 335 *operatorStack.template Push<Operator>() = kConcatenation; in RAPIDJSON_DIAG_OFF() 362 … *operandStack.template Push<Frag>() = Frag(e1.start, e2.out, Min(e1.minIndex, e2.minIndex)); in RAPIDJSON_DIAG_OFF() 371 …*operandStack.template Push<Frag>() = Frag(s, Append(e1.out, e2.out), Min(e1.minIndex, e2.minIndex… in RAPIDJSON_DIAG_OFF() [all …]
|
D | stack.h | 123 RAPIDJSON_FORCEINLINE T* Push(size_t count = 1) {
|
/lvgl-latest/docs/details/integration/os/ |
D | torizon_os.rst | 189 Push the image created in the previous step to the newly created registry:
|