Lines Matching refs:field_type
59 CeedContextFieldType field_type, size_t num_values) { in CeedQFunctionContextRegisterGeneric() argument
79 switch (field_type) { in CeedQFunctionContextRegisterGeneric()
94 ctx->field_labels[ctx->num_fields]->type = field_type; in CeedQFunctionContextRegisterGeneric()
309 …ionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) { in CeedQFunctionContextSetGeneric() argument
314 …CeedCheck(field_label->type == field_type, CeedQFunctionContextReturnCeed(ctx), CEED_ERROR_UNSUPPO… in CeedQFunctionContextSetGeneric()
316 CeedContextFieldTypes[field_label->type], CeedContextFieldTypes[field_type]); in CeedQFunctionContextSetGeneric()
342 …cRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, in CeedQFunctionContextGetGenericRead() argument
347 …CeedCheck(field_label->type == field_type, CeedQFunctionContextReturnCeed(ctx), CEED_ERROR_UNSUPPO… in CeedQFunctionContextGetGenericRead()
349 CeedContextFieldTypes[field_label->type], CeedContextFieldTypes[field_type]); in CeedQFunctionContextGetGenericRead()
353 switch (field_type) { in CeedQFunctionContextGetGenericRead()
379 …cRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, in CeedQFunctionContextRestoreGenericRead() argument
382 …CeedCheck(field_label->type == field_type, CeedQFunctionContextReturnCeed(ctx), CEED_ERROR_UNSUPPO… in CeedQFunctionContextRestoreGenericRead()
384 CeedContextFieldTypes[field_label->type], CeedContextFieldTypes[field_type]); in CeedQFunctionContextRestoreGenericRead()
887 … const char **field_description, CeedContextFieldType *field_type) { in CeedContextFieldLabelGetDescription() argument
892 if (field_type) *field_type = label->type; in CeedContextFieldLabelGetDescription()