Lines Matching defs:host
344 RE2 re("((\\w+):([0-9]+))"); // extracts host and port361 string all, host;363 CHECK(RE2::PartialMatch("a chrisr:9000 here", re, &all, &host, &port));365 CHECK_EQ(host, "chrisr");