Searched defs:StringType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h26 typedef Path::StringType StringType; typedef in class:mcld::sys::fs::RealPath
31 explicit RealPath(const StringType& s);
H A DPath.h47 typedef std::string StringType; typedef in class:mcld::sys::fs::Path
52 explicit Path(const StringType& s);
59 Path& assign(const StringType& s);
66 Path& append(const StringType& pPath);
74 const StringType& native() const { return m_PathName; }
75 StringType& native() { return m_PathName; }
86 StringType generic_string() const;
90 StringType::size_type m_append_separator_if_needed();
91 void m_erase_redundant_separator(StringType::size_type sep_pos);
94 StringType m_PathNam
[all...]

Completed in 894 milliseconds