Searched refs:Stack (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/internal/ |
D | stack.h | 37 class Stack { 41 …Stack(Allocator* allocator, size_t stackCapacity) : allocator_(allocator), ownAllocator_(0), stack… in Stack() function 45 Stack(Stack&& rhs) in Stack() function 62 ~Stack() { in ~Stack() 67 Stack& operator=(Stack&& rhs) { 90 void Swap(Stack& rhs) RAPIDJSON_NOEXCEPT { in Swap() 214 Stack(const Stack&); 215 Stack& operator=(const Stack&);
|
D | regex.h | 191 Stack<Allocator> operandStack(allocator_, 256); // Frag in RAPIDJSON_DIAG_OFF() 192 Stack<Allocator> operatorStack(allocator_, 256); // Operator in RAPIDJSON_DIAG_OFF() 193 Stack<Allocator> atomCountStack(allocator_, 256); // unsigned (Atom per parenthesis) in RAPIDJSON_DIAG_OFF() 328 void PushOperand(Stack<Allocator>& operandStack, unsigned codepoint) { in RAPIDJSON_DIAG_OFF() 333 void ImplicitConcatenation(Stack<Allocator>& atomCountStack, Stack<Allocator>& operatorStack) { in RAPIDJSON_DIAG_OFF() 354 bool Eval(Stack<Allocator>& operandStack, Operator op) { in RAPIDJSON_DIAG_OFF() 411 bool EvalQuantifier(Stack<Allocator>& operandStack, unsigned n, unsigned m) { in RAPIDJSON_DIAG_OFF() 452 void CloneTopOperand(Stack<Allocator>& operandStack) { in RAPIDJSON_DIAG_OFF() 592 Stack<Allocator> states_; in RAPIDJSON_DIAG_OFF() 593 Stack<Allocator> ranges_; in RAPIDJSON_DIAG_OFF() [all …]
|
/lvgl-latest/examples/others/fragment/ |
D | index.rst | 8 Stack navigation example
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | memorybuffer.h | 57 mutable internal::Stack<Allocator> stack_;
|
D | stringbuffer.h | 88 mutable internal::Stack<Allocator> stack_;
|
D | schema.h | 425 Stack<Allocator> stack_; 1750 template<typename Stack, typename Ch> 1752 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) { in AppendIndexToken() 1762 template <typename Stack> 1763 struct TokenHelper<Stack, char> { 1764 RAPIDJSON_FORCEINLINE static void AppendIndexToken(Stack& documentStack, SizeType index) { 2405 internal::Stack<Allocator> schemaMap_; // Stores created Pointer -> Schemas 2406 internal::Stack<Allocator> schemaRef_; // Stores Pointer(s) from $ref(s) until resolved 2987 …internal::TokenHelper<internal::Stack<StateAllocator>, Ch>::AppendIndexToken(documentStack_, Curre… 3168 …internal::Stack<StateAllocator> schemaStack_; //!< stack to store the current path of schema (B… [all …]
|
D | reader.h | 932 StackStream(internal::Stack<StackAllocator>& stack) : stack_(stack), length_(0) {} in StackStream() 953 internal::Stack<StackAllocator>& stack_; 2227 …internal::Stack<StackAllocator> stack_; //!< A stack for storing decoded string temporarily durin…
|
D | writer.h | 501 internal::Stack<StackAllocator> level_stack_;
|
D | document.h | 2884 internal::Stack<StackAllocator> stack_;
|
/lvgl-latest/ |
D | Kconfig | 215 int "Stack size of draw thread in bytes"
|