Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/packet/parser/
Dstruct_def.cc264 FieldList parent_params; in GenDefaultConstructor() local
266 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenDefaultConstructor()
272 for (const auto& field : parent_params) { in GenDefaultConstructor()
295 FieldList parent_params; in GenConstructor() local
302 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenConstructor()
329 for (auto const& field : parent_params) { in GenConstructor()
Dparent_def.cc28 const auto& parent_params = parent_->GetParamList(); in AddParentConstraint() local
29 const auto& constrained_field = parent_params.GetField(field_name); in AddParentConstraint()
250 auto parent_params = parent_->GetParamList().GetFieldsWithTypes(param_types); in GetParamList() local
253 for (const auto& field : parent_params) { in GetParamList()
497 FieldList parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenInstanceOf() local
503 for (const auto& field : parent_params) { in GenInstanceOf()
Dpacket_def.cc737 FieldList parent_params; in GenBuilderConstructor() local
741 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()
748 for (std::size_t i = 0; i < parent_params.size(); i++) { in GenBuilderConstructor()
749 const auto& field = parent_params[i]; in GenBuilderConstructor()
765 if (i != parent_params.size() - 1) { in GenBuilderConstructor()
775 if (parent_params.GetField(field->GetName()) == nullptr) { in GenBuilderConstructor()