Lines Matching defs:subs
17338 priv(type_base_sptr t, subranges_type subs)
17339 : element_type_(t), subranges_(subs)
17356 /// @param subs a vector of the array's subranges(dimensions)
17360 const std::vector<subrange_sptr>& subs,
17371 append_subranges(subs);
17388 /// @param subs a vector of the array's subranges(dimensions)
17392 const std::vector<subrange_sptr>& subs,
17403 append_subranges(subs);
17666 /// Append subranges from the vector @param subs to the current
17669 array_type_def::append_subranges(const std::vector<subrange_sptr>& subs)
17672 for (const auto &sub : subs)