Searched refs:path_begin (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/url/
H A Durl_parse_file.cc99 // 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),
103 DoParseLocalFile(const CHAR* spec, int path_begin, int spec_len, Parsed* parsed) argument
H A Durl_canon_relative.cc314 int path_begin = output->length(); local
317 success &= CanonicalizePartialPath(relative_url, path, path_begin,
319 out_parsed->path = MakeRange(path_begin, output->length());
/external/chromium_org/url/third_party/mozilla/
H A Durl_parse.cc480 int path_begin; local
487 path_begin = parsed->scheme.end() + 1;
491 path_begin = scheme_begin;
494 if (path_begin == spec_len)
496 DCHECK_LT(path_begin, spec_len);
499 MakeRange(path_begin, spec_len),
529 int path_begin = -1; local
539 path_begin = parsed->scheme.end() + 1;
545 path_begin = begin;
549 // Split [path_begin, path_en
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc1390 const int* path_begin, const int* path_end,
1394 if (path_begin == path_end) {
1405 const FieldDescriptor* field = descriptor->FindFieldByNumber(*path_begin);
1409 << *path_begin;
1413 ++path_begin;
1416 if (path_begin == path_end) {
1424 int index = *path_begin++;
1437 return FollowPath(child, path_begin, path_end,
1439 } else if (path_begin == path_end) {
1453 return FollowPath(child, path_begin, path_en
1389 FollowPath(const Message& root, const int* path_begin, const int* path_end, const Message** output_message, const FieldDescriptor** output_field, int* output_index) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGCXXABI.cpp277 E->path_begin(),
H A DCGExpr.cpp377 Adjustment.DerivedToBase.BasePath->path_begin(),
2864 E->path_begin(), E->path_end(),
2880 E->path_begin(), E->path_end(),
H A DCGExprScalar.cpp1326 CE->path_begin(), CE->path_end(),
1344 CE->path_begin(), CE->path_end(),
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp254 for (CastExpr::path_const_iterator I = Cast->path_begin(),
/external/clang/include/clang/AST/
H A DExpr.h2723 path_iterator path_begin() { return path_buffer(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
2725 path_const_iterator path_begin() const { return path_buffer(); } function in class:clang::StringLiteral::OffsetOfExpr::CastExpr
/external/clang/lib/AST/
H A DExprConstant.cpp1823 for (CastExpr::path_const_iterator PathI = E->path_begin(),
4884 for (ReverseIter PathI(E->path_end() - 1), PathE(E->path_begin());
4900 for (CastExpr::path_const_iterator PathI = E->path_begin(),
5041 for (CastExpr::path_const_iterator PathI = E->path_begin(),
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp638 CastExpr::path_iterator BaseI = E->path_begin();
H A DASTWriterStmt.cpp592 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI)

Completed in 2962 milliseconds