Home
last modified time | relevance | path

Searched refs:Empty (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dstack.h102 if (Empty()) { in ShrinkToFit()
177 bool Empty() const { return stackTop_ == stack_; } in Empty() function
Dregex.h209 … while (!operatorStack.Empty() && *operatorStack.template Top<Operator>() < kAlternation) in RAPIDJSON_DIAG_OFF()
222 … while (!operatorStack.Empty() && *operatorStack.template Top<Operator>() != kLeftParenthesis) in RAPIDJSON_DIAG_OFF()
225 if (operatorStack.Empty()) in RAPIDJSON_DIAG_OFF()
298 while (!operatorStack.Empty()) in RAPIDJSON_DIAG_OFF()
663 while (!current->Empty() && (codepoint = ds.Take()) != 0) { in RAPIDJSON_DIAG_OFF()
/lvgl-latest/src/libs/thorvg/rapidjson/
Dprettywriter.h152 if (Base::level_stack_.Empty()) // end of json text
176 if (Base::level_stack_.Empty()) // end of json text
Dschema.h1920 while (!schemaMap_.Empty())
2366 while (!schemaRef_.Empty()) {
2520 while (!schemaStack_.Empty())
2556 return schemaStack_.Empty() ? PointerType() : CurrentSchema().GetPointer();
2562 if (!schemaStack_.Empty()) return CurrentContext().invalidKeyword;
2570 if (!schemaStack_.Empty()) return CurrentContext().invalidCode;
2578 if (documentStack_.Empty()) {
2671 if (currentError_.Empty())
2699 if (!missingDependents_.Empty()) {
2983 if (schemaStack_.Empty())
[all …]
Dwriter.h145 return hasRoot_ && level_stack_.Empty(); in IsComplete()
495 if (RAPIDJSON_UNLIKELY(level_stack_.Empty())) // end of json text in EndValue()
Ddocument.h1649 bool Empty() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size == 0; }
1770 RAPIDJSON_ASSERT(!Empty());
2919 bool Empty() const { return value_.Empty(); }
/lvgl-latest/docs/
DREADME.md99 <=== Empty line -- important!