Searched refs:methodPrefixSize (Results 1 – 1 of 1) sorted by relevance
5302 static const int methodPrefixSize = sizeof(BUILTIN_PREFIX)-1; in handleFunctionCall() local5304 if (function->getName().length() > methodPrefixSize && in handleFunctionCall()5305 isStructBufferMethod(function->getName().substr(methodPrefixSize))) { in handleFunctionCall()