Searched refs:shortened_paths (Results 1 – 3 of 3) sorted by relevance
112 std::unordered_set<std::string> shortened_paths; in HandleShortenFilePaths() local142 while (shortened_paths.find(shortened_path) != shortened_paths.end()) { in HandleShortenFilePaths()146 shortened_paths.insert(shortened_path); in HandleShortenFilePaths()
406 auto& shortened_paths = resourceMappings.shortened_paths(); in TEST() local407 EXPECT_THAT(shortened_paths.resource_paths_size(), Eq(2)); in TEST()408 EXPECT_THAT(shortened_paths.resource_paths(0).original_path(), in TEST()410 EXPECT_THAT(shortened_paths.resource_paths(1).original_path(), in TEST()
25 ShortenedPathsMap shortened_paths = 1; field