Searched refs:PushBack (Results 1 – 4 of 4) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | biginteger.h | 87 PushBack(1); 105 PushBack(k); 128 PushBack(k); 240 void PushBack(Type digit) { in PushBack() function
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | document.h | 1713 GenericValue& PushBack(GenericValue& value, Allocator& allocator) { 1722 GenericValue& PushBack(GenericValue&& value, Allocator& allocator) { 1723 return PushBack(value, allocator); 1736 GenericValue& PushBack(StringRefType value, Allocator& allocator) { 1737 return (*this).template PushBack<StringRefType>(value, allocator); 1759 PushBack(T value, Allocator& allocator) { 1761 return PushBack(v, allocator); 2925 …GenericArray PushBack(ValueType& value, AllocatorType& allocator) const { value_.PushBack(value, a… 2927 …GenericArray PushBack(ValueType&& value, AllocatorType& allocator) const { value_.PushBack(value, … 2929 …GenericArray PushBack(StringRefType value, AllocatorType& allocator) const { value_.PushBack(value… [all …]
|
D | schema.h | 1367 a.PushBack(c, *allocator_); in AddUniqueElement() 2037 errors.PushBack(member->value, *allocator_); 2040 member->value.PushBack(error, *allocator_); 2649 duplicates.PushBack(index1, GetStateAllocator()); 2650 duplicates.PushBack(index2, GetStateAllocator()); 2668 currentError_.PushBack(ValueType(name, GetStateAllocator()).Move(), GetStateAllocator()); 2696 …missingDependents_.PushBack(ValueType(targetName, GetStateAllocator()).Move(), GetStateAllocator()… 2736 … currentError_.PushBack(ValueType(expectedType, GetStateAllocator()).Move(), GetStateAllocator()); 2760 matches.PushBack(index1, GetStateAllocator()); 2761 matches.PushBack(index2, GetStateAllocator()); [all …]
|
D | pointer.h | 458 v->PushBack(ValueType().Move(), allocator); 476 v->PushBack(ValueType().Move(), allocator);
|