Searched refs:StringType (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp34 const Path::StringType separator_str("/");
41 const Path::StringType separator_str("/");
55 Path::Path(const Path::StringType& s) : m_PathName(s) {
76 Path& Path::assign(const Path::StringType& s) {
108 Path& Path::append(const StringType& pPath) {
118 Path::StringType Path::generic_string() const {
119 StringType result = m_PathName;
128 Path::StringType::size_type Path::m_append_separator_if_needed() {
134 StringType::value_type last_char = m_PathName[m_PathName.size() - 1];
136 StringType
[all...]
H A DRealPath.cpp25 RealPath::RealPath(const RealPath::StringType& s) : Path(s) {
/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...]
H A DFileSystem.h78 extern Path::StringType static_library_extension;
79 extern Path::StringType shared_library_extension;
80 extern Path::StringType executable_extension;
81 extern Path::StringType relocatable_extension;
82 extern Path::StringType assembly_extension;
83 extern Path::StringType bitcode_extension;
85 size_t canonicalize(Path::StringType& pPathName);
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dserialization.h520 template <typename StringType>
521 inline void SerializeStringType(const StringType& value, void*& buffer) {
943 template <typename StringType>
944 inline void SerializeString(const StringType& s, void*& buffer) {
945 const auto value_type_size = sizeof(typename StringType::value_type);

Completed in 76 milliseconds