Home
last modified time | relevance | path

Searched refs:CheckLoop (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dcontainer.cpp48 if (!IsCompatible(object) || !CheckLoop(object)) { in Add()
86 if (!IsCompatible(object) || !CheckLoop(object)) { in Insert()
128 if (replaceWith && (!IsCompatible(replaceWith) || !CheckLoop(replaceWith))) { in Replace()
236 bool Container::CheckLoop(const IObject::Ptr& object) const in CheckLoop() function in Container
H A Dcontainer.h31 bool CheckLoop(const IObject::Ptr& object) const; in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/include/
H A Dinner_demuxer_sample.h44 void CheckLoop(int32_t metaTrack);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_sample.cpp390 CheckLoop(metaTrack); in CheckTimedMeta()
398 void InnerDemuxerSample::CheckLoop(int32_t metaTrack) in CheckLoop() function in OHOS::MediaAVCodec::InnerDemuxerSample