Lines Matching defs:operator
136 void nsSimpleCharString::operator = (const char* inString)
143 } // nsSimpleCharString::operator =
146 void nsSimpleCharString::operator = (const nsString& inString)
154 } // nsSimpleCharString::operator =
157 void nsSimpleCharString::operator = (const nsSimpleCharString& inOther)
165 } // nsSimpleCharString::operator =
168 void nsSimpleCharString::operator += (const char* inOther)
176 } // nsSimpleCharString::operator =
179 nsSimpleCharString nsSimpleCharString::operator + (const char* inOther) const
185 } // nsSimpleCharString::operator =
200 } // nsSimpleCharString::operator =
603 void nsFileURL::operator = (const char* inString)
611 } // nsFileURL::operator =
615 void nsFileURL::operator +=(const char* inRelativeUnixPath)
624 } // nsFileURL::operator +=
627 nsFileURL nsFileURL::operator +(const char* inRelativeUnixPath) const
633 } // nsFileURL::operator +
636 void nsFileURL::operator = (const nsFileURL& inOther)
643 } // nsFileURL::operator =
647 void nsFileURL::operator = (const nsFilePath& inOther)
666 } // nsFileURL::operator =
671 void nsFileURL::operator = (const nsFileSpec& inOther)
677 } // nsFileURL::operator =
775 void nsFilePath::operator = (const nsFileSpec& inOther)
786 void nsFilePath::operator = (const char* inString)
807 void nsFilePath::operator = (const nsFileURL& inOther)
815 void nsFilePath::operator = (const nsFilePath& inOther)
825 void nsFilePath::operator +=(const char* inRelativeUnixPath)
836 } // nsFilePath::operator +=
839 nsFilePath nsFilePath::operator +(const char* inRelativeUnixPath) const
847 } // nsFilePath::operator +
943 void nsFileSpec::operator = (const nsFileURL& inURL)
950 void nsFileSpec::operator = (const nsPersistentFileDescriptor& inDescriptor)
1004 void nsFileSpec::operator = (const nsFilePath& inPath)
1045 void nsFileSpec::operator = (const nsFileSpec& inSpec)
1053 void nsFileSpec::operator = (const char* inString)
1064 nsFileSpec nsFileSpec::operator + (const char* inRelativePath) const
1072 } // nsFileSpec::operator +
1075 PRBool nsFileSpec::operator == (const nsFileSpec& inOther) const
1129 PRBool nsFileSpec::operator != (const nsFileSpec& inOther) const
1202 void nsPersistentFileDescriptor::operator = (const nsPersistentFileDescriptor& inDesc)
1206 } // nsPersistentFileDescriptor::operator =
1216 void nsPersistentFileDescriptor::operator = (const nsFileSpec& inSpec)
1259 } // nsPersistentFileDescriptor::operator =
1293 nsNSPRPath::operator const char*() const