Searched defs:FromLabels (Results 1 – 2 of 2) sorted by relevance
17 ErrorOr<DomainName> FromLabels(const std::vector<std::string>& labels) { in FromLabels() function58 TEST(DomainNameTest, FromLabels) { in TEST() argument
25 static ErrorOr<DomainName> FromLabels(It first, It last) { in FromLabels() function