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.cc331 const auto& field = parent_->GetParamList().GetField(constraint.first); in GenValidator()
448 FieldList params = GetParamList().GetFieldsWithoutTypes({ in GenTestingFromView()
571 for (const auto& field : GetParamList()) { in GetParametersToValidate()
582 auto params = GetParamList(); in GenBuilderCreate()
620 auto params = GetParamList(); in GenBuilderCreatePybind11()
733 auto params = GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()
754 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()
Dstruct_def.cc276 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenDefaultConstructor()
306 FieldList params = GetParamList().GetFieldsWithoutTypes({ in GenConstructor()
312 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenConstructor()
Dparent_def.cc29 const auto& parent_params = parent_->GetParamList(); in AddParentConstraint()
252 FieldList ParentDef::GetParamList() const { in GetParamList() function in ParentDef
267 auto parent_params = parent_->GetParamList().GetFieldsWithTypes(param_types); in GetParamList()
518 FieldList parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenInstanceOf()
Dparent_def.h60 FieldList GetParamList() const;