Home
last modified time | relevance | path

Searched refs:tmp_scheme (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDUriParser.cpp22 llvm::StringRef tmp_scheme, tmp_hostname, tmp_path; in Parse() local
30 tmp_scheme = uri.substr(0, pos); in Parse()
66 scheme = tmp_scheme; in Parse()