Searched defs:abstract_string_type (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTSubstringTuple.h59 typedef nsTAString_CharT abstract_string_type; typedef in class:nsTSubstringTuple_CharT
66 nsTSubstringTuple_CharT(const abstract_string_type* a, const abstract_string_type* b)
71 nsTSubstringTuple_CharT(const self_type& head, const abstract_string_type* b)
97 const abstract_string_type* mFragA;
98 const abstract_string_type* mFragB;
H A DnsEmbedString.h49 typedef nsAString abstract_string_type; typedef in class:nsEmbedString
66 nsEmbedString(const abstract_string_type& aReadable)
92 self_type& operator=(const abstract_string_type& aReadable) { Assign(aReadable); return *this; }
101 typedef nsACString abstract_string_type; typedef in class:nsEmbedCString
121 nsEmbedCString(const abstract_string_type& aReadable)
153 self_type& operator=(const abstract_string_type& aReadable) { Assign(aReadable); return *this; }
H A DnsTObsoleteAString.h114 typedef nsTAString_CharT abstract_string_type; typedef in class:nsTObsoleteAString_CharT
143 virtual void do_AssignFromReadable( const abstract_string_type& ) = 0;
148 virtual void do_AppendFromReadable( const abstract_string_type& ) = 0;
153 virtual void do_InsertFromReadable( const abstract_string_type&, index_type ) = 0;
158 virtual void do_ReplaceFromReadable( index_type, size_type, const abstract_string_type& ) = 0;
H A DnsTAString.h113 typedef nsTAString_CharT abstract_string_type; typedef in class:nsTAString_CharT

Completed in 52 milliseconds