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.cc913 auto constraint_type = constraint_field->GetRustDataType(); in GenRustStructImpls() local
914 s << ", " << field_name << ": " << constraint_type; in GenRustStructImpls()
977 auto constraint_type = constraint_field->GetFieldType(); in GenRustStructImpls() local
979 if (constraint_type == EnumField::kFieldType) { in GenRustStructImpls()
985 if (constraint_type == ScalarField::kFieldType) { in GenRustStructImpls()