Searched refs:Empty (Results 1 – 7 of 7) sorted by relevance
102 if (Empty()) { in ShrinkToFit()177 bool Empty() const { return stackTop_ == stack_; } in Empty() function
209 … 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()
152 if (Base::level_stack_.Empty()) // end of json text176 if (Base::level_stack_.Empty()) // end of json text
1920 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 …]
145 return hasRoot_ && level_stack_.Empty(); in IsComplete()495 if (RAPIDJSON_UNLIKELY(level_stack_.Empty())) // end of json text in EndValue()
1649 bool Empty() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size == 0; }1770 RAPIDJSON_ASSERT(!Empty());2919 bool Empty() const { return value_.Empty(); }
99 <=== Empty line -- important!