Home
last modified time | relevance | path

Searched refs:pathBegin (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/url/src/
DURLParser.h304 int pathBegin = -1; in parseMailtoURL() local
314 pathBegin = parsed.scheme.end() + 1; in parseMailtoURL()
320 pathBegin = begin; in parseMailtoURL()
325 for (int i = pathBegin; i < pathEnd; ++i) { in parseMailtoURL()
335 if (pathBegin == pathEnd) in parseMailtoURL()
338 parsed.path = URLComponent::fromRange(pathBegin, pathEnd); in parseMailtoURL()
/external/llvm/include/llvm/Analysis/
DPathProfileInfo.h93 ProfilePathIterator pathBegin();
/external/llvm/lib/Analysis/
DPathProfileVerifier.cpp118 for( ProfilePathIterator nextPath = pathProfileInfo.pathBegin(), in runOnModule()
DPathProfileInfo.cpp262 ProfilePathIterator PathProfileInfo::pathBegin() { in pathBegin() function in PathProfileInfo