Home
last modified time | relevance | path

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

/system/bt/gd/packet/parser/
Dpacket_def.cc298 const auto& field = parent_->GetParamList().GetField(constraint.first); in GenValidator()
400 FieldList params = GetParamList().GetFieldsWithoutTypes({ in GenTestingFromView()
514 for (const auto& field : GetParamList()) { in GetParametersToValidate()
525 auto params = GetParamList(); in GenBuilderCreate()
563 auto params = GetParamList(); in GenBuilderCreatePybind11()
677 auto params = GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()
698 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()
834 auto params = GetParamList().GetFieldsWithoutTypes({ in GenRustStructDeclarations()
910 auto constraint_field = GetParamList().GetField(constraint); in GenRustStructImpls()
952 auto constraint_field = GetParamList().GetField(constraint_name); in GenRustStructImpls()
[all …]
Dparent_def.h57 FieldList GetParamList() const;
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()
499 FieldList parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenInstanceOf()
Dstruct_def.cc264 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenConstructor()