Searched defs:ELFAttributeValue (Results 1 – 2 of 2) sorted by relevance
18 class ELFAttributeValue; variable
40 ELFAttributeValue() : m_Type(Uninitialized), m_IntValue(0), m_StringValue() {} in ELFAttributeValue() function