Searched refs:attribute (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_attribute.cpp88 // add attribute to the collection.
89 // returns 'true' if the name of the attribute is unique,
90 // returns 'false' otherwise (attribute is not added).
108 // get attribute by name.
109 // returns pointer to attribute, or 0 if name does not exist.
134 // remove attribute by name.
135 // returns pointer to attribute, or 0 if name does not exist.
142 sc_attr_base* attribute = m_cltn[i]; local
145 return attribute;
/gem5/src/base/stats/
H A Dhdf5.cc280 H5::Attribute attribute = loc.createAttribute(name, type, space); local
281 attribute.write(type, values.data());
302 H5::Attribute attribute = loc.createAttribute(name, type, space); local
303 attribute.write(type, value.c_str());
311 H5::Attribute attribute = loc.createAttribute( local
313 attribute.write(H5::PredType::NATIVE_DOUBLE, &value);

Completed in 6 milliseconds