Searched defs:self_type (Results 1 - 11 of 11) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTPromiseFlatString.h98 typedef nsTPromiseFlatString_CharT self_type; typedef in class:nsTPromiseFlatString_CharT
106 void operator=( const self_type& );
H A DnsTDependentString.h56 typedef nsTDependentString_CharT self_type; typedef in class:nsTDependentString_CharT
H A DnsTDependentSubstring.h48 typedef nsTDependentSubstring_CharT self_type; typedef in class:nsTDependentSubstring_CharT
85 void operator=( const self_type& ); // we're immutable, you can't assign into a substring
H A DnsTSubstringTuple.h56 typedef nsTSubstringTuple_CharT self_type; typedef in class:nsTSubstringTuple_CharT
71 nsTSubstringTuple_CharT(const self_type& head, const abstract_string_type* b)
96 const self_type* mHead;
H A DnsEmbedString.h48 typedef nsEmbedString self_type; typedef in class:nsEmbedString
56 nsEmbedString(const self_type& aString)
91 self_type& operator=(const self_type& aString) { Assign(aString); return *this; }
92 self_type& operator=(const abstract_string_type& aReadable) { Assign(aReadable); return *this; }
93 self_type& operator=(const char_type* aPtr) { Assign(aPtr); return *this; }
94 self_type& operator=(char_type aChar) { Assign(aChar); return *this; }
100 typedef nsEmbedCString self_type; typedef in class:nsEmbedCString
111 nsEmbedCString(const self_type& aString)
152 self_type
[all...]
H A DnsStringIterator.h62 typedef nsReadingIterator<CharT> self_type; typedef in class:nsReadingIterator
125 self_type&
132 self_type
135 self_type result(*this);
140 self_type&
147 self_type
150 self_type result(*this);
167 self_type&
198 typedef nsWritingIterator<CharT> self_type;
261 self_type
[all...]
H A DnsTAString.h112 typedef nsTAString_CharT self_type; typedef in class:nsTAString_CharT
195 NS_COM PRBool NS_FASTCALL Equals( const self_type& ) const;
196 NS_COM PRBool NS_FASTCALL Equals( const self_type&, const comparator_type& ) const;
360 NS_COM void NS_FASTCALL Assign( const self_type& readable );
385 self_type& operator=( const self_type& readable ) { Assign(readable); return *this; }
386 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
387 self_type& operator=( const char_type* data ) { Assign(data); return *this; }
388 self_type& operator=( char_type c ) { Assign(c); return *this; }
396 NS_COM void NS_FASTCALL Append( const self_type
[all...]
H A DnsTString.h54 typedef nsTString_CharT self_type; typedef in class:nsTString_CharT
79 nsTString_CharT( const self_type& str )
100 self_type& operator=( char_type c ) { Assign(c); return *this; }
101 self_type& operator=( const char_type* data ) { Assign(data); return *this; }
102 self_type& operator=( const self_type& str ) { Assign(str); return *this; }
103 self_type& operator=( const substring_type& str ) { Assign(str); return *this; }
104 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
105 self_type& operator=( const abstract_string_type& readable ) { Assign(readable); return *this; }
206 PRInt32 FindCharInSet( const self_type
451 typedef nsTFixedString_CharT self_type; typedef in class:nsTFixedString_CharT
507 typedef nsTAutoString_CharT self_type; typedef in class:nsTAutoString_CharT
586 typedef nsTXPIDLString_CharT self_type; typedef in class:nsTXPIDLString_CharT
684 typedef nsTAdoptingString_CharT self_type; typedef in class:nsTAdoptingString_CharT
[all...]
H A DnsTSubstring.h59 typedef nsTSubstring_CharT self_type; typedef in class:nsTSubstring_CharT
209 NS_COM PRBool NS_FASTCALL Equals( const self_type& ) const;
210 NS_COM PRBool NS_FASTCALL Equals( const self_type&, const comparator_type& ) const;
292 NS_COM void NS_FASTCALL Assign( const self_type& );
314 self_type& operator=( char_type c ) { Assign(c); return *this; }
315 self_type& operator=( const char_type* data ) { Assign(data); return *this; }
316 self_type& operator=( const self_type& str ) { Assign(str); return *this; }
317 self_type& operator=( const substring_tuple_type& tuple ) { Assign(tuple); return *this; }
318 self_type
[all...]
H A DnsStringAPI.h664 typedef nsAString_external self_type; typedef in class:nsAString_external
688 NS_HIDDEN_(void) Assign(const self_type& aString)
701 NS_HIDDEN_(self_type&) operator=(const self_type& aString) { Assign(aString); return *this; }
702 NS_HIDDEN_(self_type&) operator=(const char_type* aPtr) { Assign(aPtr); return *this; }
703 NS_HIDDEN_(self_type&) operator=(char_type aChar) { Assign(aChar); return *this; }
713 NS_HIDDEN_(void) Replace( index_type cutStart, size_type cutLength, const self_type& readable )
722 NS_HIDDEN_(void) Append( const self_type& readable ) { Replace(size_type(-1), 0, readable); }
724 NS_HIDDEN_(self_type&) operator+=( char_type c ) { Append(c); return *this; }
725 NS_HIDDEN_(self_type
746 typedef nsACString_external self_type; typedef in class:nsACString_external
[all...]
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTObsoleteAStringThunk.cpp43 typedef nsTObsoleteAStringThunk_CharT self_type; typedef in class:nsTObsoleteAStringThunk_CharT
54 new (&result) self_type();

Completed in 70 milliseconds