Searched refs:shortened_paths (Results 1 – 3 of 3) sorted by relevance
89 std::unordered_set<std::string> shortened_paths; in HandleShortenFilePaths() local118 while (shortened_paths.find(shortened_path) != shortened_paths.end()) { in HandleShortenFilePaths()122 shortened_paths.insert(shortened_path); in HandleShortenFilePaths()
317 auto& shortened_paths = resourceMappings.shortened_paths(); in TEST() local318 EXPECT_THAT(shortened_paths.resource_paths_size(), Eq(2)); in TEST()319 EXPECT_THAT(shortened_paths.resource_paths(0).original_path(), in TEST()321 EXPECT_THAT(shortened_paths.resource_paths(1).original_path(), in TEST()
25 ShortenedPathsMap shortened_paths = 1;