Searched refs:GetFieldsWithoutTypes (Results 1 – 4 of 4) sorted by relevance
75 const auto& public_fields = fields_.GetFieldsWithoutTypes(fixed_types); in GenParserDefinition()157 const auto& public_fields = fields_.GetFieldsWithoutTypes(protected_field_types); in GenParserDefinitionPybind11()441 FieldList params = GetParamList().GetFieldsWithoutTypes({ in GenTestingFromView()582 params = params.GetFieldsWithoutTypes({ in GenBuilderCreate()720 auto params = GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()741 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenBuilderConstructor()
266 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenDefaultConstructor()296 FieldList params = GetParamList().GetFieldsWithoutTypes({ in GenConstructor()302 parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenConstructor()
109 FieldList GetFieldsWithoutTypes(std::set<std::string> field_types) const { in GetFieldsWithoutTypes() function
497 FieldList parent_params = parent_->GetParamList().GetFieldsWithoutTypes({ in GenInstanceOf()