Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dschema.h141 virtual bool IsValid() const = 0;
216 bool IsValid() const { return stack_.GetSize() == sizeof(uint64_t); } in IsValid() function
219 RAPIDJSON_ASSERT(IsValid()); in GetHashCode()
630 otherValid = context.patternPropertiesValidators[--count]->IsValid(); in EndValue()
634 if (!context.patternPropertiesValidators[i]->IsValid()) { in EndValue()
662 if (!context.validators[i]->IsValid()) in EndValue()
667 if (context.validators[i]->IsValid()) in EndValue()
676 if (context.validators[i]->IsValid()) { in EndValue()
686 if (not_ && context.validators[notValidatorIndex_]->IsValid()) in EndValue()
850 … if (!context.validators[properties_[sourceIndex].dependenciesValidatorIndex]->IsValid()) in EndObject()
[all …]
H A Dpointer.h303 bool IsValid() const { return parseErrorCode_ == kPointerParseErrorNone; } in IsValid() function
335 if (!IsValid() || !rhs.IsValid() || tokenCount_ != rhs.tokenCount_)
402 RAPIDJSON_ASSERT(IsValid());
480 RAPIDJSON_ASSERT(IsValid());
712 RAPIDJSON_ASSERT(IsValid()); in Erase()
848 if (!Transcoder<UTF8<>, EncodingType>().Validate(is, os) || !is.IsValid()) { in Parse()
942 RAPIDJSON_ASSERT(IsValid()); in Stringify()
1014 bool IsValid() const { return valid_; } in IsValid() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Deis_algo_service.h64 bool IsValid() { return valid_; } in IsValid() function
H A Drk_aiq_algo_aeis_itf.cpp105 if (!adaptor->IsValid()) { in processing()
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0009-provide-res_ninit-and-nclose-APIs-on-non-glibc-linux.patch87 bool ScopedResState::IsValid() const {
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dthumbnails.cpp223 static bool IsValid(XCamVideoBuffer* buffer) { in IsValid() function
590 if (RefCountedVideoBuffer::IsValid(source.image_source)) { in OnFrameEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dregex.h102 bool IsValid() const { in RAPIDJSON_DIAG_OFF()
608 RAPIDJSON_ASSERT(IsValid()); in RAPIDJSON_DIAG_OFF()
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3339 def IsValid(self): member in LineEditDataItem
3608 if not d.IsValid():