Searched refs:constraint_type (Results 1 – 1 of 1) sorted by relevance
942 auto constraint_type = constraint_field->GetRustDataType(); in GenRustStructImpls() local943 s << ", " << field_name << ": " << constraint_type; in GenRustStructImpls()1006 auto constraint_type = constraint_field->GetFieldType(); in GenRustStructImpls() local1008 if (constraint_type == EnumField::kFieldType) { in GenRustStructImpls()1014 if (constraint_type == ScalarField::kFieldType) { in GenRustStructImpls()