Home | History | Annotate | Download | only in net

Lines Matching full:attribute_name

915   string attribute_name = StringPrintf(
916 "%s_%d", array_template.attribute_name.c_str(), id);
918 array_template, attribute_name, list, id, value);
932 nested_template, nested_template.attribute_name, list, id, value);
938 const string& attribute_name, const AttributeListRefPtr& list,
943 list.get(), id, attribute_name, value)) {
945 << attribute_name << "(" << id << ").";
952 list->CreateRawAttribute(id, attribute_name.c_str());
955 list->CreateU8Attribute(id, attribute_name.c_str());
958 list->CreateU16Attribute(id, attribute_name.c_str());
961 list->CreateU32Attribute(id, attribute_name.c_str());
965 list->CreateU64Attribute(id, attribute_name.c_str());
968 list->CreateFlagAttribute(id, attribute_name.c_str());
971 list->CreateStringAttribute(id, attribute_name.c_str());
976 LOG(ERROR) << "No rules for nesting " << attribute_name
980 list->CreateNestedAttribute(id, attribute_name.c_str());
986 LOG(FATAL) << "Couldn't get attribute " << attribute_name
994 LOG(ERROR) << "Couldn't parse attribute " << attribute_name;
1001 LOG(ERROR) << "Discarding " << attribute_name
1010 : type(kTypeRaw), attribute_name("<UNKNOWN>"), is_array(false) {}
1014 : type(type_arg), attribute_name(attribute_name_arg),
1020 : type(type_arg), attribute_name(attribute_name_arg),