Lines Matching refs:MethodName
316 auto MethodName = safeGetName(Decl); in isMethodOnWTFContainerType() local
322 (MethodName == "find" || MethodName == "findIf" || in isMethodOnWTFContainerType()
323 MethodName == "reverseFind" || MethodName == "reverseFindIf" || in isMethodOnWTFContainerType()
324 MethodName == "findIgnoringASCIICase" || MethodName == "get" || in isMethodOnWTFContainerType()
325 MethodName == "inlineGet" || MethodName == "contains" || in isMethodOnWTFContainerType()
326 MethodName == "containsIf" || in isMethodOnWTFContainerType()
327 MethodName == "containsIgnoringASCIICase" || in isMethodOnWTFContainerType()
328 MethodName == "startsWith" || MethodName == "endsWith" || in isMethodOnWTFContainerType()
329 MethodName == "startsWithIgnoringASCIICase" || in isMethodOnWTFContainerType()
330 MethodName == "endsWithIgnoringASCIICase" || in isMethodOnWTFContainerType()
331 MethodName == "substring") && in isMethodOnWTFContainerType()