HomeSort by relevance Sort by last modified time
    Searched defs:NestedData (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/net/
netlink_attribute.cc 892 const NetlinkNestedAttribute::NestedData::NestedDataMap& templates,
913 const NetlinkNestedAttribute::NestedData& array_template,
923 const NetlinkNestedAttribute::NestedData::NestedDataMap& templates,
930 const NestedData& nested_template = template_it->second;
937 const NetlinkNestedAttribute::NestedData& nested_template,
1009 NetlinkNestedAttribute::NestedData::NestedData()
1011 NetlinkNestedAttribute::NestedData::NestedData(
1017 NetlinkNestedAttribute::NestedData::NestedData
    [all...]
netlink_attribute.h 289 // represent an array, a single |NestedData| is provided and |is_array| is
292 struct NestedData {
296 typedef std::map<size_t, NestedData> NestedDataMap;
298 NestedData();
299 NestedData(Type type, std::string attribute_name, bool is_array);
300 NestedData(Type type, std::string attribute_name, bool is_array,
308 // members of the |NestedData| structure.
312 typedef std::pair<size_t, NestedData> AttrDataPair;
339 const NestedData::NestedDataMap& templates,
343 NestedData::NestedDataMap nested_template_
    [all...]

Completed in 82 milliseconds