Searched refs:Swap (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | stack.h | 90 void Swap(Stack& rhs) RAPIDJSON_NOEXCEPT { in Swap() function 91 internal::Swap(allocator_, rhs.allocator_); in Swap() 92 internal::Swap(ownAllocator_, rhs.ownAllocator_); in Swap() 93 internal::Swap(stack_, rhs.stack_); in Swap() 94 internal::Swap(stackTop_, rhs.stackTop_); in Swap() 95 internal::Swap(stackEnd_, rhs.stackEnd_); in Swap() 96 internal::Swap(initialCapacity_, rhs.initialCapacity_); in Swap()
|
D | swap.h | 33 inline void Swap(T& a, T& b) RAPIDJSON_NOEXCEPT { in Swap() function
|
D | regex.h | 680 internal::Swap(current, next); in RAPIDJSON_DIAG_OFF()
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | pointer.h | 199 GenericPointer& Swap(GenericPointer& other) RAPIDJSON_NOEXCEPT { in Swap() function 200 internal::Swap(allocator_, other.allocator_); in Swap() 201 internal::Swap(ownAllocator_, other.ownAllocator_); in Swap() 202 internal::Swap(nameBuffer_, other.nameBuffer_); in Swap() 203 internal::Swap(tokens_, other.tokens_); in Swap() 204 internal::Swap(tokenCount_, other.tokenCount_); in Swap() 205 internal::Swap(parseErrorOffset_, other.parseErrorOffset_); in Swap() 206 internal::Swap(parseErrorCode_, other.parseErrorCode_); in Swap() 222 friend inline void swap(GenericPointer& a, GenericPointer& b) RAPIDJSON_NOEXCEPT { a.Swap(b); } in swap() 808 …ValueType& Swap(ValueType& root, ValueType& value, typename ValueType::AllocatorType& allocator) c… in Swap() function [all …]
|
D | document.h | 152 a.name.Swap(b.name); in swap() 153 a.value.Swap(b.value); in swap() 990 GenericValue& Swap(GenericValue& other) RAPIDJSON_NOEXCEPT { 1010 friend inline void swap(GenericValue& a, GenericValue& b) RAPIDJSON_NOEXCEPT { a.Swap(b); } 2589 GenericDocument& Swap(GenericDocument& rhs) RAPIDJSON_NOEXCEPT { 2590 ValueType::Swap(rhs); 2591 stack_.Swap(rhs.stack_); 2592 internal::Swap(allocator_, rhs.allocator_); 2593 internal::Swap(ownAllocator_, rhs.ownAllocator_); 2594 internal::Swap(parseResult_, rhs.parseResult_); [all …]
|
/lvgl-latest/env_support/cmsis-pack/ |
D | README.md | 203 /** Swap the high and low bytes for RGB565 */
|
/lvgl-latest/docs/details/main-components/ |
D | image.rst | 131 - RGB565 Swap for 16-bit color depth (two bytes are swapped)
|