Searched refs:ValueType (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashEntry.h | 35 template <typename KeyType, typename ValueType, typename KeyCompare> 40 typedef ValueType value_type; 44 typedef HashEntry<KeyType, ValueType, KeyCompare> Self; 58 ValueType& value() in value() 61 const ValueType& value() const in value() 64 void setValue(const ValueType& pValue) in setValue() 71 ValueType m_Value;
|
D | HashEntry.tcc | 12 template <typename KeyType, typename ValueType, typename KeyCompare> 13 HashEntry<KeyType, ValueType, KeyCompare>::HashEntry(const KeyType& pKey) in HashEntry() 17 template <typename KeyType, typename ValueType, typename KeyCompare> 18 HashEntry<KeyType, ValueType, KeyCompare>::~HashEntry() in ~HashEntry() 22 template <typename KeyType, typename ValueType, typename KeyCompare> 23 bool HashEntry<KeyType, ValueType, KeyCompare>::compare(const KeyType& pKey) in compare()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | Path.h | 49 typedef wchar_t ValueType; typedef 51 typedef char ValueType; 53 typedef std::basic_string<ValueType> StringType; 57 Path(const ValueType* s); 66 Path& assign(const ValueType* s, unsigned int length); 85 const ValueType* c_str() const in c_str()
|
D | RealPath.h | 28 typedef Path::ValueType ValueType; typedef 33 explicit RealPath(const ValueType* s );
|
/frameworks/compile/mclinker/include/mcld/ |
D | IRBuilder.h | 408 LDSymbol::ValueType pValue = 0x0, 453 LDSymbol::ValueType pValue = 0x0, 477 LDSymbol::ValueType pValue, 487 LDSymbol::ValueType pValue, 504 LDSymbol::ValueType pValue, 515 LDSymbol::ValueType pValue, 526 LDSymbol::ValueType pValue, 537 LDSymbol::ValueType pValue,
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDSymbol.h | 37 typedef uint64_t ValueType; typedef 100 ValueType value() const in value() 123 void setValue(ValueType pValue) in setValue() 142 ValueType m_Value;
|
/frameworks/compile/mclinker/lib/Support/ |
D | RealPath.cpp | 20 RealPath::RealPath(const RealPath::ValueType* s ) in RealPath()
|
D | Path.cpp | 28 Path::Path(const Path::ValueType* s ) in Path() 64 Path& Path::assign(const Path::ValueType* s, unsigned int length) in assign()
|
/frameworks/compile/mclinker/lib/Core/ |
D | IRBuilder.cpp | 439 LDSymbol::ValueType pValue, in AddSymbol() 489 LDSymbol::ValueType pValue, in addSymbolFromObject() 595 LDSymbol::ValueType pValue, in addSymbolFromDynObj() 690 LDSymbol::ValueType pValue, in AddSymbol() 755 LDSymbol::ValueType pValue, in AddSymbol() 804 LDSymbol::ValueType pValue, in AddSymbol() 848 LDSymbol::ValueType pValue, in AddSymbol()
|