/external/chromium/googleurl/src/ |
url_parse_file.cc | 124 // 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),
|
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);
|
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());
|
/external/chromium_org/url/ |
url_parse_file.cc | 99 // beginning of the path indicated by the index in |path_begin|. This will 104 int path_begin, 108 ParsePathInternal(spec, MakeRange(path_begin, spec_len),
|
url_canon_relative.cc | 315 int path_begin = output->length(); local 318 success &= CanonicalizePartialPath(relative_url, path, path_begin, 320 out_parsed->path = url_parse::MakeRange(path_begin, output->length());
|
/external/chromium_org/url/third_party/mozilla/ |
url_parse.cc | 482 int path_begin; local 489 path_begin = parsed->scheme.end() + 1; 493 path_begin = scheme_begin; 496 if (path_begin == spec_len) 498 DCHECK_LT(path_begin, spec_len); 501 MakeRange(path_begin, spec_len), 531 int path_begin = -1; local 541 path_begin = parsed->scheme.end() + 1; 547 path_begin = begin; 551 // Split [path_begin, path_end) into a path + query [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | [all...] |
/external/clang/lib/CodeGen/ |
CGCXXABI.cpp | 250 E->path_begin(),
|
CGExpr.cpp | 374 Adjustment.DerivedToBase.BasePath->path_begin(), [all...] |
CGExprScalar.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
Store.cpp | 254 for (CastExpr::path_const_iterator I = Cast->path_begin(),
|
/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...] |
/external/clang/lib/AST/ |
ExprConstant.cpp | [all...] |
/external/clang/lib/Serialization/ |
ASTWriterStmt.cpp | 596 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI) [all...] |
ASTReaderStmt.cpp | 640 CastExpr::path_iterator BaseI = E->path_begin(); [all...] |