Searched refs:AssignLiteral (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/
H A DTestDConnect.cpp96 path.AssignLiteral(TEST_PATH);
131 node.AssignLiteral("hello.txt");
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTAString.h369 // 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 DnsTSubstring.h299 // 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
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp273 nsString acctName; acctName.AssignLiteral("forums.foo.com");
427 a.AssignLiteral("");
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DxcDll.cpp109 aLeafName.AssignLiteral("unknown!");
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTextFormatter.cpp986 hex.AssignLiteral("0123456789abcdef");
989 HEX.AssignLiteral("0123456789ABCDEF");
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp1769 parentPath.AssignLiteral("\\\\.");

Completed in 59 milliseconds