Searched refs:template_end (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DCPPLanguageRuntime.cpp314 size_t template_start, template_end; local
316 if (ReverseFindMatchingChars (full, lt_gt, template_start, template_end, basename_end))
/external/chromium_org/components/search_engines/
H A Dtemplate_url.cc674 size_t template_end = parsed_url.find(kEndParameter, last); local
675 if (template_end != std::string::npos) {
680 next_template_start > template_end) {
683 if (!ParseParameter(last, template_end, &parsed_url, replacements)) {
684 // |template_end| + 1 may be beyond the end of the string.
685 last = template_end;

Completed in 1838 milliseconds