Searched refs:ValueType (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h35 template <typename KeyType, typename ValueType, typename KeyCompare>
40 typedef ValueType value_type;
44 typedef HashEntry<KeyType, ValueType, KeyCompare> Self;
58 ValueType& value()
61 const ValueType& value() const
64 void setValue(const ValueType& pValue)
71 ValueType m_Value;
/frameworks/compile/mclinker/include/mcld/LD/
H A DStringUnorderedMap.h37 template<typename ValueType,
42 void operator()(KeyType &pKey, ValueType &pValue,
45 ::new ((void*)&pValue) ValueType(pInitVal);
57 typename ValueType,
60 typename Allocator = std::allocator<std::pair<KeyType, ValueType> > >
72 ValueType &getOrCreate(const KeyType &pStr, const ValueType &pInitVal);
74 ValueType &getOrCreate(const KeyType &pStr);
87 std::pair<KeyType, ValueType>
104 template<typename ValueType,
[all...]
H A DLDSymbol.h33 typedef uint64_t ValueType; typedef in class:mcld::LDSymbol
86 ValueType value() const
110 void setValue(ValueType pValue)
121 ValueType m_Value;
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h28 typedef Path::ValueType ValueType; typedef in class:mcld::sys::fs::RealPath
33 explicit RealPath(const ValueType* s );
H A DPath.h49 typedef wchar_t ValueType; typedef in class:mcld::sys::fs::Path
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
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLinker.h82 LDSymbol::ValueType pValue,
112 LDSymbol::ValueType pValue,
205 LDSymbol::ValueType pValue,
215 LDSymbol::ValueType pValue,
225 LDSymbol::ValueType pValue,
235 LDSymbol::ValueType pValue,
246 LDSymbol::ValueType pValue,
255 LDSymbol::ValueType pValue,
/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp20 RealPath::RealPath(const RealPath::ValueType* s )
H A DPath.cpp27 Path::Path(const Path::ValueType* s )
63 Path& Path::assign(const Path::ValueType* s, unsigned int length)
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp67 LDSymbol::ValueType pValue,
174 LDSymbol::ValueType pValue,
245 LDSymbol::ValueType pValue,
315 LDSymbol::ValueType pValue,
366 LDSymbol::ValueType pValue,
412 LDSymbol::ValueType pValue,

Completed in 297 milliseconds