Home
last modified time | relevance | path

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

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