Home
last modified time | relevance | path

Searched defs:IterationResult (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_iterable.h56 struct IterationResult { struct
59 IterationResult(Type v = CONTINUE) : value(v) {} argument
62 bool Continue() const in Continue()