Lines Matching refs:CeedContextFieldLabel

387 static int CeedOperatorContextSetGeneric(CeedOperator op, CeedContextFieldLabel field_label, CeedCo…  in CeedOperatorContextSetGeneric()
450 static int CeedOperatorContextGetGenericRead(CeedOperator op, CeedContextFieldLabel field_label, Ce… in CeedOperatorContextGetGenericRead()
517 static int CeedOperatorContextRestoreGenericRead(CeedOperator op, CeedContextFieldLabel field_label… in CeedOperatorContextRestoreGenericRead()
1994 int CeedOperatorGetContextFieldLabel(CeedOperator op, const char *field_name, CeedContextFieldLabel in CeedOperatorGetContextFieldLabel()
2012 CeedContextFieldLabel new_field_label; in CeedOperatorGetContextFieldLabel()
2022 CeedContextFieldLabel new_field_label_i; in CeedOperatorGetContextFieldLabel()
2108 int CeedOperatorSetContextDouble(CeedOperator op, CeedContextFieldLabel field_label, double *values… in CeedOperatorSetContextDouble()
2126 int CeedOperatorGetContextDoubleRead(CeedOperator op, CeedContextFieldLabel field_label, size_t *nu… in CeedOperatorGetContextDoubleRead()
2141 int CeedOperatorRestoreContextDoubleRead(CeedOperator op, CeedContextFieldLabel field_label, const … in CeedOperatorRestoreContextDoubleRead()
2158 int CeedOperatorSetContextInt32(CeedOperator op, CeedContextFieldLabel field_label, int32_t *values… in CeedOperatorSetContextInt32()
2176 int CeedOperatorGetContextInt32Read(CeedOperator op, CeedContextFieldLabel field_label, size_t *num… in CeedOperatorGetContextInt32Read()
2191 int CeedOperatorRestoreContextInt32Read(CeedOperator op, CeedContextFieldLabel field_label, const i… in CeedOperatorRestoreContextInt32Read()
2208 int CeedOperatorSetContextBoolean(CeedOperator op, CeedContextFieldLabel field_label, bool *values)… in CeedOperatorSetContextBoolean()
2226 int CeedOperatorGetContextBooleanRead(CeedOperator op, CeedContextFieldLabel field_label, size_t *n… in CeedOperatorGetContextBooleanRead()
2241 int CeedOperatorRestoreContextBooleanRead(CeedOperator op, CeedContextFieldLabel field_label, const… in CeedOperatorRestoreContextBooleanRead()