Home | History | Annotate | Download | only in pdf

Lines Matching refs:found_idx

2364   size_t found_idx = url.find('#');
2365 if (found_idx == std::string::npos)
2368 const std::string& ref = url.substr(found_idx + 1);