Lines Matching refs:MethodName
223 auto MethodName = safeGetName(Decl); in isMethodOnWTFContainerType() local
229 (MethodName == "find" || MethodName == "findIf" || in isMethodOnWTFContainerType()
230 MethodName == "reverseFind" || MethodName == "reverseFindIf" || in isMethodOnWTFContainerType()
231 MethodName == "findIgnoringASCIICase" || MethodName == "get" || in isMethodOnWTFContainerType()
232 MethodName == "inlineGet" || MethodName == "contains" || in isMethodOnWTFContainerType()
233 MethodName == "containsIf" || in isMethodOnWTFContainerType()
234 MethodName == "containsIgnoringASCIICase" || in isMethodOnWTFContainerType()
235 MethodName == "startsWith" || MethodName == "endsWith" || in isMethodOnWTFContainerType()
236 MethodName == "startsWithIgnoringASCIICase" || in isMethodOnWTFContainerType()
237 MethodName == "endsWithIgnoringASCIICase" || in isMethodOnWTFContainerType()
238 MethodName == "substring") && in isMethodOnWTFContainerType()