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

/frameworks/compile/mclinker/include/mcld/Support/
H A DPath.h53 typedef std::basic_string<ValueType> StringType; typedef in class:mcld::sys::fs::Path
58 Path(const StringType &s);
65 Path& assign(const StringType &s);
79 const StringType &native() const
82 StringType &native()
96 StringType generic_string() const;
100 StringType::size_type m_append_separator_if_needed();
101 void m_erase_redundant_separator(StringType::size_type sep_pos);
104 StringType m_PathName;
151 StringType
[all...]
H A DRealPath.h29 typedef Path::StringType StringType; typedef in class:mcld::sys::fs::RealPath
34 explicit RealPath(const StringType &s );
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp31 Path::Path(const Path::StringType &s )
57 Path& Path::assign(const Path::StringType &s)
106 Path::StringType Path::generic_string() const
118 Path::StringType::size_type Path::m_append_separator_if_needed()
125 StringType::size_type tmp(m_PathName.size());
132 void Path::m_erase_redundant_separator(Path::StringType::size_type pSepPos)
146 if (end_pos != StringType::npos)
H A DRealPath.cpp25 RealPath::RealPath(const RealPath::StringType &s )
/frameworks/base/tools/aidl/
H A DType.cpp78 STRING_TYPE = new StringType();
515 StringType::StringType() function in class:StringType
521 StringType::CreatorName() const
527 StringType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
533 StringType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
539 StringType::CanBeArray() const
545 StringType::WriteArrayToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
551 StringType::CreateArrayFromParcel(StatementBlock* addTo, Variable* v,
558 StringType
[all...]
H A DType.h186 class StringType : public Type class in inherits:Type
189 StringType();

Completed in 61 milliseconds