Searched defs:path_begin (Results 1 - 4 of 4) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_parse_file.cc124 // beginning of the path indicated by the index in |path_begin|. This will
129 int path_begin,
133 ParsePathInternal(spec, MakeRange(path_begin, spec_len),
128 DoParseLocalFile(const CHAR* spec, int path_begin, int spec_len, Parsed* parsed) argument
H A Durl_canon_relative.cc327 int path_begin = output->length(); local
330 success &= CanonicalizePartialPath(relative_url, path, path_begin,
332 out_parsed->path = url_parse::MakeRange(path_begin, output->length());
H A Durl_parse.cc404 int path_begin = -1; local
414 path_begin = parsed->scheme.end() + 1;
420 path_begin = begin;
424 // Split [path_begin, path_end) into a path + query.
425 for (int i = path_begin; i < path_end; ++i) {
435 if (path_begin == path_end) {
438 parsed->path = MakeRange(path_begin, path_end);
/external/clang/include/clang/AST/
H A DExpr.h2412 path_iterator path_begin() { return path_buffer(); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::CastExpr
2414 path_const_iterator path_begin() const { return path_buffer(); } function in class:clang::StringLiteral::OffsetOfExpr::CallExpr::CastExpr

Completed in 145 milliseconds