Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/src/
H A Dform_info_storage.cpp51 static bool find_match_dimensions(const std::vector<int32_t> &targetDimensions, in find_match_dimensions() argument
55 auto it = std::find(targetDimensions.begin(), targetDimensions.end(), val); in find_match_dimensions()
56 if (it != targetDimensions.end()) { in find_match_dimensions()

Completed in 2 milliseconds