Searched refs:OrResultsOnlyForType (Results 1 – 1 of 1) sorted by relevance
3569 if (OrResultsOnlyForType<Vec>([dst](auto arg) { return arg.start_no == dst; }, args...)) { in OpVectorWiden()3750 if (OrResultsOnlyForType<Vec>( in OpVectorNarrow()4370 return OrResultsOnlyForType<ProcessType, kDefaultValue>(kLambda, args...);4377 [[nodiscard]] static constexpr auto OrResultsOnlyForType(Lambda lambda, Args... args) { in OrResultsOnlyForType() function