Searched refs:IsValid (Results 1 – 3 of 3) sorted by relevance
327 bool IsValid() const { return parseErrorCode_ == kPointerParseErrorNone; } in IsValid() function359 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 …]
251 virtual bool IsValid() const = 0;387 bool IsValid() const { return stack_.GetSize() == sizeof(uint64_t); } in IsValid() function390 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 …]
131 bool IsValid() const { in RAPIDJSON_DIAG_OFF()615 RAPIDJSON_ASSERT(regex_.IsValid()); in RAPIDJSON_DIAG_OFF()