Lines Matching refs:NetlinkNestedAttribute

798 const char NetlinkNestedAttribute::kMyTypeString[] = "nested";
799 const NetlinkAttribute::Type NetlinkNestedAttribute::kType =
801 const size_t NetlinkNestedAttribute::kArrayAttrEnumVal = 0;
803 NetlinkNestedAttribute::NetlinkNestedAttribute(int id, in NetlinkNestedAttribute() function in shill::NetlinkNestedAttribute
808 ByteString NetlinkNestedAttribute::Encode() const { in Encode()
833 void NetlinkNestedAttribute::Print(int log_level, int indent) const { in Print()
838 bool NetlinkNestedAttribute::ToString(string* output) const { in ToString()
853 bool NetlinkNestedAttribute::InitFromValue(const ByteString& input) { in InitFromValue()
862 bool NetlinkNestedAttribute::GetNestedAttributeList( in GetNestedAttributeList()
873 bool NetlinkNestedAttribute::ConstGetNestedAttributeList( in ConstGetNestedAttributeList()
885 bool NetlinkNestedAttribute::SetNestedHasAValue() { in SetNestedHasAValue()
890 bool NetlinkNestedAttribute::InitNestedFromValue( in InitNestedFromValue()
892 const NetlinkNestedAttribute::NestedData::NestedDataMap& templates, in InitNestedFromValue()
901 &NetlinkNestedAttribute::AddAttributeToNestedArray, in InitNestedFromValue()
906 &NetlinkNestedAttribute::AddAttributeToNestedMap, in InitNestedFromValue()
912 bool NetlinkNestedAttribute::AddAttributeToNestedArray( in AddAttributeToNestedArray()
913 const NetlinkNestedAttribute::NestedData& array_template, in AddAttributeToNestedArray()
922 bool NetlinkNestedAttribute::AddAttributeToNestedMap( in AddAttributeToNestedMap()
923 const NetlinkNestedAttribute::NestedData::NestedDataMap& templates, in AddAttributeToNestedMap()
936 bool NetlinkNestedAttribute::AddAttributeToNestedInner( in AddAttributeToNestedInner()
937 const NetlinkNestedAttribute::NestedData& nested_template, in AddAttributeToNestedInner()
1009 NetlinkNestedAttribute::NestedData::NestedData() in NestedData()
1011 NetlinkNestedAttribute::NestedData::NestedData( in NestedData()
1017 NetlinkNestedAttribute::NestedData::NestedData( in NestedData()