Lines Matching full:url
46 bool MatchUrlAndFileName(const std::string &url, const std::string &fileName);
60 void AddBreakpointDetail(const std::string &url, int32_t lineNumber,
111 case ScriptMatchType::URL: { in MatchScripts()
134 std::vector<PtScript *> MatchAllScripts(const std::string &url) const in MatchAllScripts() argument
138 if (url == script.second->GetUrl()) { in MatchAllScripts()
230 std::vector<DebugInfoExtractor *> GetExtractors(const std::string &url);
260 bool NeedToSetBreakpointsWhenParsingScript(const std::string &url);
261 …tor<std::shared_ptr<BreakpointReturnInfo>> SetBreakpointsWhenParsingScript(const std::string &url);
264 void SaveParsedScriptsAndUrl(const std::string &fileName, const std::string &url,
270 const std::unordered_set<std::string> &GetRecordName(const std::string &url) in GetRecordName() argument
273 auto iter = recordNames_.find(url); in GetRecordName()