Searched refs:GetFieldsWithTypes (Results 1 – 3 of 3) sorted by relevance
97 FieldList GetFieldsWithTypes(std::set<std::string> field_types) const { in GetFieldsWithTypes() function
233 auto parent_params = parent_->GetParamList().GetFieldsWithTypes(param_types); in GetParamList()243 return params.Merge(fields_.GetFieldsWithTypes(param_types)); in GetParamList()
83 const auto& private_fields = fields_.GetFieldsWithTypes(fixed_types); in GenParserDefinition()