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 Path(const ValueType* s);
60 Path& assign(const ValueType* s, unsigned int length);
76 const ValueType* c_str() const
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h39 typedef uint64_t ValueType; typedef in class:mcld::LDSymbol
102 ValueType value() const
128 void setValue(ValueType pValue)
147 ValueType m_Value;

Completed in 105 milliseconds