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

/vbox/src/VBox/Main/src-server/
H A DHostDnsService.cpp43 bool HostDnsInformation::equals(const HostDnsInformation &info, bool fDNSOrderIgnore) const function in class:HostDnsInformation
195 if (info.equals(m->info))
203 bool fIgnore = m->fDNSOrderIgnore && info.equals(m->info, m->fDNSOrderIgnore);
/vbox/include/iprt/cpp/
H A Dministring.h602 bool equals(const RTCString &that) const function in class:RTCString
614 bool equals(const char *pszThat) const function in class:RTCString
617 are treated the same way so that str.equals(str2.c_str()) works. */
653 bool operator==(const RTCString &that) const { return equals(that); }
654 bool operator!=(const RTCString &that) const { return !equals(that); }
658 bool operator==(const char *pszThat) const { return equals(pszThat); }
659 bool operator!=(const char *pszThat) const { return !equals(pszThat); }
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsRegistry.cpp431 PRBool equals; local
432 if (mCurRegFile && NS_SUCCEEDED(mCurRegFile->Equals(regFile, &equals)) && equals)
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dhttp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/net/ com/sun/net/httpserver/ ...
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
H A Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 2248 milliseconds