Home
last modified time | relevance | path

Searched refs:targetShapes (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/form_fwk/services/src/
H A Dform_info_storage.cpp63 static bool find_match_shapes(const std::vector<int32_t> &targetShapes, const std::vector<int32_t> &supportShapes) in find_match_shapes() argument
66 auto it = std::find(targetShapes.begin(), targetShapes.end(), val); in find_match_shapes()
67 if (it != targetShapes.end()) { in find_match_shapes()

Completed in 1 milliseconds