Searched defs:AssignLiteral (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/string/public/ | ||
H A D | nsTAString.h | 369 // AssignLiteral must ONLY be applied to an actual literal string. 373 void AssignLiteral( const char* str ) function in class:nsTAString_CharT 377 void AssignLiteral( const char (&str)[N] ) function in class:nsTAString_CharT 380 void AssignLiteral( char (&str)[N] ) function in class:nsTAString_CharT |
H A D | nsTSubstring.h | 299 // AssignLiteral must ONLY be applied to an actual literal string. 303 void AssignLiteral( const char* str ) function in class:nsTSubstring_CharT 307 void AssignLiteral( const char (&str)[N] ) function in class:nsTSubstring_CharT 310 void AssignLiteral( char (&str)[N] ) function in class:nsTSubstring_CharT |
Completed in 435 milliseconds