Lines Matching refs:values
387 …eedOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) { in CeedOperatorContextSetGeneric() argument
418 … CeedCall(CeedQFunctionContextSetGeneric(ctx, field_label->sub_labels[i], field_type, values)); in CeedOperatorContextSetGeneric()
427 CeedCall(CeedQFunctionContextSetGeneric(ctx, field_label, field_type, values)); in CeedOperatorContextSetGeneric()
451 void *values) { in CeedOperatorContextGetGenericRead() argument
456 *(void **)values = NULL; 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()
517 …eedOperator op, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) { in CeedOperatorContextRestoreGenericRead() argument
548 …dCall(CeedQFunctionContextRestoreGenericRead(ctx, field_label->sub_labels[i], field_type, values)); in CeedOperatorContextRestoreGenericRead()
559 CeedCall(CeedQFunctionContextRestoreGenericRead(ctx, field_label, field_type, values)); in CeedOperatorContextRestoreGenericRead()
2108 int CeedOperatorSetContextDouble(CeedOperator op, CeedContextFieldLabel field_label, double *values… in CeedOperatorSetContextDouble() argument
2109 return CeedOperatorContextSetGeneric(op, field_label, CEED_CONTEXT_FIELD_DOUBLE, values); in CeedOperatorSetContextDouble()
2126 …ad(CeedOperator op, CeedContextFieldLabel field_label, size_t *num_values, const double **values) { in CeedOperatorGetContextDoubleRead() argument
2127 … CeedOperatorContextGetGenericRead(op, field_label, CEED_CONTEXT_FIELD_DOUBLE, num_values, values); in CeedOperatorGetContextDoubleRead()
2141 …storeContextDoubleRead(CeedOperator op, CeedContextFieldLabel field_label, const double **values) { in CeedOperatorRestoreContextDoubleRead() argument
2142 return CeedOperatorContextRestoreGenericRead(op, field_label, CEED_CONTEXT_FIELD_DOUBLE, values); in CeedOperatorRestoreContextDoubleRead()
2158 int CeedOperatorSetContextInt32(CeedOperator op, CeedContextFieldLabel field_label, int32_t *values… in CeedOperatorSetContextInt32() argument
2159 return CeedOperatorContextSetGeneric(op, field_label, CEED_CONTEXT_FIELD_INT32, values); in CeedOperatorSetContextInt32()
2176 …d(CeedOperator op, CeedContextFieldLabel field_label, size_t *num_values, const int32_t **values) { in CeedOperatorGetContextInt32Read() argument
2177 …n CeedOperatorContextGetGenericRead(op, field_label, CEED_CONTEXT_FIELD_INT32, num_values, values); in CeedOperatorGetContextInt32Read()
2191 …storeContextInt32Read(CeedOperator op, CeedContextFieldLabel field_label, const int32_t **values) { in CeedOperatorRestoreContextInt32Read() argument
2192 return CeedOperatorContextRestoreGenericRead(op, field_label, CEED_CONTEXT_FIELD_INT32, values); in CeedOperatorRestoreContextInt32Read()
2208 int CeedOperatorSetContextBoolean(CeedOperator op, CeedContextFieldLabel field_label, bool *values)… in CeedOperatorSetContextBoolean() argument
2209 return CeedOperatorContextSetGeneric(op, field_label, CEED_CONTEXT_FIELD_BOOL, values); in CeedOperatorSetContextBoolean()
2226 …Read(CeedOperator op, CeedContextFieldLabel field_label, size_t *num_values, const bool **values) { in CeedOperatorGetContextBooleanRead() argument
2227 …rn CeedOperatorContextGetGenericRead(op, field_label, CEED_CONTEXT_FIELD_BOOL, num_values, values); in CeedOperatorGetContextBooleanRead()
2241 …estoreContextBooleanRead(CeedOperator op, CeedContextFieldLabel field_label, const bool **values) { in CeedOperatorRestoreContextBooleanRead() argument
2242 return CeedOperatorContextRestoreGenericRead(op, field_label, CEED_CONTEXT_FIELD_BOOL, values); in CeedOperatorRestoreContextBooleanRead()