Lines Matching refs:num_values
450 …perator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, size_t *num_values, in CeedOperatorContextGetGenericRead() argument
457 *num_values = 0; in CeedOperatorContextGetGenericRead()
485 …edQFunctionContextGetGenericRead(ctx, field_label->sub_labels[i], field_type, num_values, values)); in CeedOperatorContextGetGenericRead()
496 CeedCall(CeedQFunctionContextGetGenericRead(ctx, field_label, field_type, num_values, values)); in CeedOperatorContextGetGenericRead()
2039 …if (new_field_label->num_values != 0 && new_field_label->num_values != new_field_label_i->num_valu… in CeedOperatorGetContextFieldLabel()
2043 …mpatible field number of values on sub-operator contexts. %zu != %zu", new_field_label->num_values, in CeedOperatorGetContextFieldLabel()
2044 new_field_label_i->num_values); in CeedOperatorGetContextFieldLabel()
2047 new_field_label->num_values = new_field_label_i->num_values; in CeedOperatorGetContextFieldLabel()
2126 …DoubleRead(CeedOperator op, CeedContextFieldLabel field_label, size_t *num_values, const double **… in CeedOperatorGetContextDoubleRead() argument
2127 …return CeedOperatorContextGetGenericRead(op, field_label, CEED_CONTEXT_FIELD_DOUBLE, num_values, v… in CeedOperatorGetContextDoubleRead()
2176 …tInt32Read(CeedOperator op, CeedContextFieldLabel field_label, size_t *num_values, const int32_t *… in CeedOperatorGetContextInt32Read() argument
2177 …return CeedOperatorContextGetGenericRead(op, field_label, CEED_CONTEXT_FIELD_INT32, num_values, va… in CeedOperatorGetContextInt32Read()
2226 …ooleanRead(CeedOperator op, CeedContextFieldLabel field_label, size_t *num_values, const bool **va… in CeedOperatorGetContextBooleanRead() argument
2227 …return CeedOperatorContextGetGenericRead(op, field_label, CEED_CONTEXT_FIELD_BOOL, num_values, val… in CeedOperatorGetContextBooleanRead()