Home
last modified time | relevance | path

Searched refs:IsValid (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/
Dpointer.h327 bool IsValid() const { return parseErrorCode_ == kPointerParseErrorNone; } in IsValid() function
359 if (!IsValid() || !rhs.IsValid() || tokenCount_ != rhs.tokenCount_)
385 if (!IsValid())
387 if (!rhs.IsValid())
453 RAPIDJSON_ASSERT(IsValid());
538 RAPIDJSON_ASSERT(IsValid());
596 RAPIDJSON_ASSERT(IsValid());
828 RAPIDJSON_ASSERT(IsValid()); in Erase()
964 if (!Transcoder<UTF8<>, EncodingType>().Validate(is, os) || !is.IsValid()) { in Parse()
1058 RAPIDJSON_ASSERT(IsValid()); in Stringify()
[all …]
Dschema.h251 virtual bool IsValid() const = 0;
387 bool IsValid() const { return stack_.GetSize() == sizeof(uint64_t); } in IsValid() function
390 RAPIDJSON_ASSERT(IsValid()); in GetHashCode()
910 otherValid = context.patternPropertiesValidators[--count]->IsValid(); in EndValue()
914 if (!context.patternPropertiesValidators[i]->IsValid()) { in EndValue()
952 if (!context.validators[i]->IsValid()) { in EndValue()
959 if (context.validators[i]->IsValid()) in EndValue()
970 if (context.validators[i]->IsValid()) { in EndValue()
985 if (not_ && context.validators[notValidatorIndex_]->IsValid()) { in EndValue()
1197 if (!dependenciesValidator->IsValid()) in EndObject()
[all …]
/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Dregex.h131 bool IsValid() const { in RAPIDJSON_DIAG_OFF()
615 RAPIDJSON_ASSERT(regex_.IsValid()); in RAPIDJSON_DIAG_OFF()