Home
last modified time | relevance | path

Searched refs:constraint_type (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/parser/
Dpacket_def.cc942 auto constraint_type = constraint_field->GetRustDataType(); in GenRustStructImpls() local
943 s << ", " << field_name << ": " << constraint_type; in GenRustStructImpls()
1006 auto constraint_type = constraint_field->GetFieldType(); in GenRustStructImpls() local
1008 if (constraint_type == EnumField::kFieldType) { in GenRustStructImpls()
1014 if (constraint_type == ScalarField::kFieldType) { in GenRustStructImpls()