Lines Matching full:url
46 bool MatchUrlAndFileName(const std::string &url, const std::string &fileName);
61 void AddBreakpointDetail(const std::string &url, int32_t lineNumber,
112 case ScriptMatchType::URL: { in MatchScripts()
135 std::vector<PtScript *> MatchAllScripts(const std::string &url) const in MatchAllScripts() argument
139 if (url == script.second->GetUrl()) { in MatchAllScripts()
232 std::vector<DebugInfoExtractor *> GetExtractors(const std::string &url);
262 bool NeedToSetBreakpointsWhenParsingScript(const std::string &url);
263 …tor<std::shared_ptr<BreakpointReturnInfo>> SetBreakpointsWhenParsingScript(const std::string &url);
266 void SaveParsedScriptsAndUrl(const std::string &fileName, const std::string &url,
272 const std::unordered_set<std::string> &GetRecordName(const std::string &url) in GetRecordName() argument
275 auto iter = recordNames_.find(url); in GetRecordName()