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

/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/LD/
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;

Completed in 421 milliseconds