Home
last modified time | relevance | path

Searched refs:nested_template (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/net/
Dnetlink_attribute.cc930 const NestedData& nested_template = template_it->second; in AddAttributeToNestedMap() local
932 nested_template, nested_template.attribute_name, list, id, value); in AddAttributeToNestedMap()
937 const NetlinkNestedAttribute::NestedData& nested_template, in AddAttributeToNestedInner() argument
941 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()
Dnetlink_attribute.h355 const NetlinkNestedAttribute::NestedData& nested_template,