Home | History | Annotate | Download | only in testing

Lines Matching defs:host

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