Searched defs:expect_next (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_util_unittest.cc904 bool expect_next,
908 ASSERT_EQ(expect_next, parser->GetNext());
910 if (!expect_next || !expect_valid) {
903 CheckNextNameValuePair(HttpUtil::NameValuePairsIterator* parser, bool expect_next, bool expect_valid, std::string expected_name, std::string expected_value) argument

Completed in 1667 milliseconds