Searched refs:allowed_locations (Results 1 – 3 of 3) sorted by relevance
97 const std::unordered_set<string>& allowed_locations,158 std::unordered_set<string> allowed_locations() const { in allowed_locations() function
3077 EXPECT_EQ(*kAllowedLocationsDefault, fs1.allowed_locations()); in TEST()3088 EXPECT_EQ(*kAllowedLocationsAuto, fs1.allowed_locations()); in TEST()3093 fs2.allowed_locations()); in TEST()
812 TimeoutConfig timeouts, const std::unordered_set<string>& allowed_locations, in GcsFileSystem() argument824 allowed_locations_(allowed_locations), in GcsFileSystem()