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