Searched refs:nested_template (Results 1 – 2 of 2) sorted by relevance
930 const NestedData& nested_template = template_it->second; in AddAttributeToNestedMap() local932 nested_template, nested_template.attribute_name, list, id, value); in AddAttributeToNestedMap()937 const NetlinkNestedAttribute::NestedData& nested_template, in AddAttributeToNestedInner() argument941 if (!nested_template.parse_attribute.is_null()) { in AddAttributeToNestedInner()942 if (!nested_template.parse_attribute.Run( in AddAttributeToNestedInner()950 switch (nested_template.type) { in AddAttributeToNestedInner()975 if (nested_template.deeper_nesting.empty()) { in AddAttributeToNestedInner()992 nested_template.deeper_nesting, in AddAttributeToNestedInner()1003 << nested_template.type << "."; in AddAttributeToNestedInner()
355 const NetlinkNestedAttribute::NestedData& nested_template,