HomeSort by relevance Sort by last modified time
    Searched defs:path_begin (Results 1 - 5 of 5) sorted by null

  /external/chromium/googleurl/src/
url_canon_relative.cc 327 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());
url_parse.cc 404 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/chromium_org/url/
url_canon_relative.cc 318 int path_begin = output->length(); local
321 success &= CanonicalizePartialPath(relative_url, path, path_begin,
323 out_parsed->path = url_parse::MakeRange(path_begin, output->length());
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 525 int path_begin = -1; local
535 path_begin = parsed->scheme.end() + 1;
541 path_begin = begin;
545 // Split [path_begin, path_end) into a path + query.
546 for (int i = path_begin; i < path_end; ++i) {
556 if (path_begin == path_end) {
559 parsed->path = MakeRange(path_begin, path_end);
  /external/clang/include/clang/AST/
Expr.h 2695 path_iterator path_begin() { return path_buffer(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2697 path_const_iterator path_begin() const { return path_buffer(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
    [all...]

Completed in 385 milliseconds