Searched refs:ClientPath (Results 1 – 3 of 3) sorted by relevance
33 ? Mapping.ClientPath in doPathMapping()37 : Mapping.ClientPath; in doPathMapping()165 return OS << M.ClientPath << "=" << M.ServerPath; in operator <<()170 llvm::StringRef ClientPath, ServerPath, PathPair, Rest = RawPathMappings; in parsePathMappings() local174 std::tie(ClientPath, ServerPath) = PathPair.split("="); in parsePathMappings()175 if (ClientPath.empty() || ServerPath.empty()) in parsePathMappings()177 llvm::Expected<std::string> ParsedClientPath = parsePath(ClientPath); in parsePathMappings()
38 std::string ClientPath; member
19 MATCHER_P2(Mapping, ClientPath, ServerPath, "") {20 return arg.ClientPath == ClientPath && arg.ServerPath == ServerPath;