Searched defs:equalIgnoringNullity (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/PCH/
H A Dcxx-templates.h206 inline bool equalIgnoringNullity(const Vector<char, inlineCapacity>& a, const String& b) { return false; } function in namespace:NonTypeTemplateParmContext
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DWTFString.h473 inline bool equalIgnoringNullity(const String& a, const String& b) { return equalIgnoringNullity(a.impl(), b.impl()); } function in namespace:WTF
476 inline bool equalIgnoringNullity(const Vector<UChar, inlineCapacity>& a, const String& b) { return equalIgnoringNullity(a, b.impl()); } function in namespace:WTF
H A DStringImpl.cpp2091 bool equalIgnoringNullity(StringImpl* a, StringImpl* b) function

Completed in 653 milliseconds