Searched refs:path_begin (Results 1 - 11 of 11) 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_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);
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());
/external/clang/lib/AST/
H A DStmtDumper.cpp343 I = Node->path_begin(), E = Node->path_end(); I != E; ++I) {
H A DExprConstant.cpp725 for (CastExpr::path_const_iterator PathI = E->path_begin(),
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp365 E->path_begin(),
421 E->path_begin(),
H A DCGExpr.cpp392 Adjustment.DerivedToBase.BasePath->path_begin(),
2114 E->path_begin(), E->path_end(),
2131 E->path_begin(), E->path_end(),
H A DCGExprScalar.cpp1075 CE->path_begin(), CE->path_end(),
1086 CE->path_begin(), CE->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
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp529 CastExpr::path_iterator BaseI = E->path_begin();
H A DASTWriterStmt.cpp511 PI = E->path_begin(), PE = E->path_end(); PI != PE; ++PI)

Completed in 179 milliseconds