Searched defs:ValueType (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h25 typedef Path::ValueType ValueType; typedef in class:mcld::sys::fs::RealPath
30 explicit RealPath(const ValueType* s);
H A DPath.h46 typedef char ValueType; typedef in class:mcld::sys::fs::Path
51 explicit Path(const ValueType* s);
60 Path& assign(const ValueType* s, unsigned int length);
77 const ValueType* c_str() const { return m_PathName.c_str(); }
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h38 typedef uint64_t ValueType; typedef in class:mcld::LDSymbol
101 ValueType value() const { return m_Value; }
119 void setValue(ValueType pValue) { m_Value = pValue; }
138 ValueType m_Value;

Completed in 118 milliseconds