Lines Matching defs:values

309 …ionContext ctx, CeedContextFieldLabel field_label, CeedContextFieldType field_type, void *values) {  in CeedQFunctionContextSetGeneric()
343 size_t *num_values, void *values) { in CeedQFunctionContextGetGenericRead()
380 void *values) { in CeedQFunctionContextRestoreGenericRead()
401 …tionContextSetDouble(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, double *values) { in CeedQFunctionContextSetDouble()
419 …unctionContext ctx, CeedContextFieldLabel field_label, size_t *num_values, const double **values) { in CeedQFunctionContextGetDoubleRead()
436 …oreDoubleRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, const double **values) { in CeedQFunctionContextRestoreDoubleRead()
453 …tionContextSetInt32(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, int32_t *values) { in CeedQFunctionContextSetInt32()
471 …nctionContext ctx, CeedContextFieldLabel field_label, size_t *num_values, const int32_t **values) { in CeedQFunctionContextGetInt32Read()
488 …oreInt32Read(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, const int32_t **values) { in CeedQFunctionContextRestoreInt32Read()
505 …ctionContextSetBoolean(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, bool *values) { in CeedQFunctionContextSetBoolean()
523 …QFunctionContext ctx, CeedContextFieldLabel field_label, size_t *num_values, const bool **values) { in CeedQFunctionContextGetBooleanRead()
540 …toreBooleanRead(CeedQFunctionContext ctx, CeedContextFieldLabel field_label, const bool **values) { in CeedQFunctionContextRestoreBooleanRead()