Lines Matching refs:match
46845 match(Matcher&& aMatcher, ConcreteVariant& aV)
46846 -> decltype(aMatcher.match(aV.template as<T>()))
46848 return aMatcher.match(aV.template as<T>());
46903 match(Matcher&& aMatcher, ConcreteVariant& aV)
46904 -> decltype(aMatcher.match(aV.template as<T>()))
46907 return aMatcher.match(aV.template as<T>());
46910 return Next::match(aMatcher, aV);
47116 match(Matcher&& aMatcher) const
47117 -> decltype(Impl::match(aMatcher, *this))
47119 return Impl::match(aMatcher, *this);
47125 match(Matcher&& aMatcher)
47126 -> decltype(Impl::match(aMatcher, *this))
47128 return Impl::match(aMatcher, *this);
62897 static bool match(const Key& k, const Lookup& l) {
62917 static bool match(const Key& k, const Lookup& l) {
62943 static bool match(const mozilla::UniquePtr<T, D>& k, const Lookup& l) {
62944 return PtrHasher::match(k.get(), l.get());
62962 static bool match(double lhs, double rhs) {
62976 static bool match(float lhs, float rhs) {
62988 static bool match(const char* key, Lookup lookup) {
63647 static __attribute__((always_inline)) inline bool match(Entry& e, const Lookup& l)
63649 return HashPolicy::match(HashPolicy::getKey(e.get()), l);
63677 if (entry->matchHash(keyHash) && match(*entry, l)) {
63706 if (entry->matchHash(keyHash) && match(*entry, l)) {
65035 static bool match(const Key& k, const Lookup& l);
65048 static bool match(const Key& k, const Lookup& l) {
65049 return MovableCellHasher<T>::match(k.unbarrieredGet(), l);
81759 static nsIAtom* match;
101916 JS_StringEqualsAscii(JSContext* cx, JSString* str, const char* asciiBytes, bool* match);
102144 isConcatSpreadable, iterator, match, replace, search, species, hasInstance, split, toPrimitive, toStringTag, unscopables, asyncIterator,
105228 "basic tainting enums should match");
105230 "cors tainting enums should match");
105232 "opaque tainting enums should match");
119511 virtual bool match(JSCompartment* c) const = 0;
119515 virtual bool match(JSCompartment* c) const override { return true; }
119519 virtual bool match(JSCompartment* c) const override {
119525 virtual bool match(JSCompartment* c) const override {
119533 virtual bool match(JSCompartment* c) const override { return c == ours; }
119539 virtual bool match(JSCompartment* c) const override {
121777 "Offset of mData should match");
121780 "Offset of mLength should match");
121783 "Offset of mFlags should match");
153382 "DOM_OBJECT_SLOT doesn't match the proxy private slot. "