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

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsTObsoleteAStringThunk.cpp101 virtual PRBool IsVoid() const function in class:nsTObsoleteAStringThunk_CharT
103 return concrete_self()->IsVoid();
H A DnsTAString.cpp145 nsTAString_CharT::IsVoid() const function in class:nsTAString_CharT
148 return AsSubstring()->IsVoid();
150 return AsObsoleteString()->IsVoid();
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTObsoleteAString.h135 virtual PRBool IsVoid() const = 0;
H A DnsTAString.h276 NS_COM PRBool NS_FASTCALL IsVoid() const;
H A DnsTSubstring.h167 PRBool IsVoid() const function in class:nsTSubstring_CharT
390 * string will be truncated. @see nsTSubstring::IsVoid
533 F_VOIDED = 1 << 1, // IsVoid returns true
/vbox/src/libs/xpcom18a4/java/src/
H A DnsJavaXPTCStub.cpp980 if (!str->IsVoid()) {
1011 if (!str->IsVoid()) {
H A DnsJavaWrapper.cpp1220 if (str && !str->IsVoid()) {
1251 if (str && !str->IsVoid()) {

Completed in 69 milliseconds