Searched refs:AttributeValue (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/apps/debugger/dwarf/
H A DDebugInfoEntries.cpp11 #include "AttributeValue.h"
87 const AttributeValue& value)
96 const AttributeValue& value)
105 const AttributeValue& value)
114 const AttributeValue& value)
123 const AttributeValue& value)
132 const AttributeValue& value)
141 const AttributeValue& value)
150 const AttributeValue& value)
159 const AttributeValue
[all...]
H A DDebugInfoEntries.h12 #include "AttributeValue.h"
167 const AttributeValue& value);
169 const AttributeValue& value);
171 const AttributeValue& value);
173 const AttributeValue& value);
175 const AttributeValue& value);
177 const AttributeValue& value);
179 const AttributeValue& value);
181 const AttributeValue& value);
183 const AttributeValue
[all...]
H A DDebugInfoEntry.h17 const AttributeValue& value);
25 struct AttributeValue;
72 const AttributeValue& value);
74 const AttributeValue& value);
76 const AttributeValue& value);
78 const AttributeValue& value);
80 const AttributeValue& value);
171 const AttributeValue& value);
174 const AttributeValue& value);
176 const AttributeValue
[all...]
H A DAttributeClasses.h12 const AttributeValue&);
H A DDebugInfoEntry.cpp10 #include "AttributeValue.h"
17 const AttributeValue& value) \
153 const AttributeValue& value)
166 const AttributeValue& value)
179 const AttributeValue& value)
192 const AttributeValue& value)
213 const AttributeValue& value)
313 const AttributeValue& value)
333 const AttributeValue& value)
353 const AttributeValue
[all...]
H A DAttributeValue.cpp6 #include "AttributeValue.h"
14 AttributeValue::ToString(char* buffer, size_t size)
H A DAttributeValue.h15 struct AttributeValue { struct
33 AttributeValue() function in struct:AttributeValue
39 ~AttributeValue()
H A DDwarfFile.cpp19 #include "AttributeValue.h"
1162 // prepare an AttributeValue
1163 AttributeValue attributeValue;
/haiku-fatelf/headers/private/package/hpkg/
H A DReaderImplBase.h68 typedef BPackageAttributeValue AttributeValue; typedef in class:BPackageKit::BHPKG::BPrivate::ReaderImplBase
77 const AttributeValue& value, AttributeHandler** _handler);
97 const AttributeValue& value, AttributeHandler** _handler);
114 const AttributeValue& value, AttributeHandler** _handler);
130 const AttributeValue& value, AttributeHandler** _handler);
142 const AttributeValue& value, AttributeHandler** _handler);
157 const AttributeValue& value, AttributeHandler** _handler);
164 AttributeValue fValue;
211 AttributeValue& _value);
242 AttributeValue
[all...]
H A DWriterImplBase.h42 struct AttributeValue { struct in class:BPackageKit::BHPKG::BPrivate::WriterImplBase
58 AttributeValue();
59 ~AttributeValue();
81 public AttributeValue {
180 void WriteAttributeValue(const AttributeValue& value,
H A DPackageReaderImpl.h47 AttributeValue& _value);
H A DPackageWriterImpl.h112 const AttributeValue& value);
/haiku-fatelf/src/kits/package/hpkg/
H A DWriterImplBase.cpp34 // #pragma mark - AttributeValue
37 WriterImplBase::AttributeValue::AttributeValue() function in class:BPackageKit::BHPKG::BPrivate::WriterImplBase::AttributeValue
45 WriterImplBase::AttributeValue::~AttributeValue()
51 WriterImplBase::AttributeValue::SetTo(int8 value)
59 WriterImplBase::AttributeValue::SetTo(uint8 value)
67 WriterImplBase::AttributeValue::SetTo(int16 value)
75 WriterImplBase::AttributeValue::SetTo(uint16 value)
83 WriterImplBase::AttributeValue
[all...]
H A DPackageReaderImpl.cpp62 BPackageData* data, const AttributeValue& value)
75 BPackageData* data, const AttributeValue& value,
90 uint8 id, const AttributeValue& value, AttributeHandler** _handler)
139 uint8 id, const AttributeValue& value, AttributeHandler** _handler)
209 uint8 id, const AttributeValue& value, AttributeHandler** _handler)
361 uint8 id, const AttributeValue& value, AttributeHandler** _handler)
669 AttributeValue& _value)
H A DReaderImplBase.cpp91 AttributeHandlerContext* context, uint8 id, const AttributeValue& value,
122 AttributeHandlerContext* context, uint8 id, const AttributeValue& value,
184 AttributeHandlerContext* context, uint8 id, const AttributeValue& value,
257 AttributeHandlerContext* context, uint8 id, const AttributeValue& value,
318 AttributeHandlerContext* context, uint8 id, const AttributeValue& value,
494 AttributeHandlerContext* context, uint8 id, const AttributeValue& value,
747 AttributeValue value;
792 ReaderImplBase::_ReadAttribute(uint8& _id, AttributeValue& _value,
834 AttributeValue& _value)
H A DPackageWriterImpl.cpp72 AttributeValue value;
406 AttributeValue& value = attribute->value;
435 AttributeValue attributeValue;
805 AttributeValue& value = dataAttribute->value;
1191 AttributeValue& value = attribute->value;
1748 const AttributeValue& value)
1763 AttributeValue attributeValue;
1773 AttributeValue attributeValue;
1783 AttributeValue attributeValue;
/haiku-fatelf/src/apps/people/
H A DPersonView.h55 const char* AttributeValue(const char* attribute) const;
H A DPersonView.cpp337 PersonView::AttributeValue(const char* attribute) const function in class:PersonView
H A DPersonWindow.cpp394 strncpy(name, fView->AttributeValue(fNameAttribute), B_FILE_NAME_LENGTH);

Completed in 109 milliseconds