Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dlinear_vector.h37 …const LinearVector* shortLinearVector = linearVector.size() <= this->size() ? &linearVector : this; variable
47 …const LinearVector* shortLinearVector = linearVector.size() <= this->size() ? &linearVector : this; variable