Searched refs:first_val (Results 1 – 3 of 3) sorted by relevance
70 ValuePtr first_val = nullptr; in AttrAdjust() local72 first_val = val_seq_ptr->value().front(); in AttrAdjust()74 CHECK_NULL_RETURN(first_val); in AttrAdjust()75 CHECK_NULL_RETURN(first_val->type()); in AttrAdjust()76 if (first_val->type()->number_type() != kNumberTypeInt64) { in AttrAdjust()
189 value_const_iterator first_val = vals.begin(); in check_iterator_range_operators_impl() local192 for (value_const_iterator left_it = first_val; left_it != last_val; ++left_it) in check_iterator_range_operators_impl()195 for (value_const_iterator right_it = first_val; right_it != last_val; ++right_it) in check_iterator_range_operators_impl()
1497 auto first_val = val_seq_ptr->value().front(); in CastToInt() local1498 MS_EXCEPTION_IF_NULL(first_val); in CastToInt()1499 MS_EXCEPTION_IF_NULL(first_val->type()); in CastToInt()1500 if (first_val->type()->number_type() == kNumberTypeInt64) { in CastToInt()