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

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1628 AttributeValue attributeValue; local
1629 attributeValue.attributeForm = attributeForm;
1661 attributeValue.SetToString(dataReader.ReadString());
1674 attributeValue.SetToFlag(dataReader.Read<uint8>(0) != 0);
1691 attributeValue.SetToString(
1724 attributeValue.SetToFlag(true);
1733 attributeValue.SetToString(strValue);
1755 attributeValue.SetToString(
1787 attributeValue.SetToString(strValue);
1825 attributeValue
[all...]
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp433 AttributeValue attributeValue; local
434 attributeValue.SetTo(value);
435 return _AddAttribute(attributeID, attributeValue);
1618 AttributeValue attributeValue; local
1619 attributeValue.SetTo(fStringCache.Get(value));
1620 return _AddAttribute(attributeID, attributeValue);
1628 AttributeValue attributeValue; local
1629 attributeValue.SetToData(dataSize, dataOffset);
1630 return _AddAttribute(attributeID, attributeValue);
1638 AttributeValue attributeValue; local
[all...]

Completed in 80 milliseconds