Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/packet/parser/
Dpacket_def.cc327 const auto& field = parent_->GetParamList().GetField(constraint.first); in GenValidator()
441 FieldList params = GetParamList().GetFieldsWithoutTypes({ in GenTestingFromView()
559 for (const auto& field : GetParamList()) { in GetParametersToValidate()
570 auto params = GetParamList(); in GenBuilderCreate()
608 auto params = GetParamList(); in GenBuilderCreatePybind11()
720 auto params = GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()
741 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()
Dstruct_def.cc266 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenDefaultConstructor()
296 FieldList params = GetParamList().GetFieldsWithoutTypes({ in GenConstructor()
302 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenConstructor()
Dparent_def.cc28 const auto& parent_params = parent_->GetParamList(); in AddParentConstraint()
235 FieldList ParentDef::GetParamList() const { in GetParamList() function in ParentDef
250 auto parent_params = parent_->GetParamList().GetFieldsWithTypes(param_types); in GetParamList()
497 FieldList parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenInstanceOf()
Dparent_def.h59 FieldList GetParamList() const;