Searched refs:InitParseWithoutQuery (Results 1 – 4 of 4) sorted by relevance
248 TEST(DnsResponseTest, InitParseWithoutQuery) { in TEST() argument254 EXPECT_TRUE(resp.InitParseWithoutQuery(sizeof(kT0ResponseDatagram))); in TEST()303 EXPECT_TRUE(resp.InitParseWithoutQuery(sizeof(response_data))); in TEST()361 EXPECT_TRUE(resp.InitParseWithoutQuery(sizeof(response_data))); in TEST()392 EXPECT_FALSE(resp.InitParseWithoutQuery(sizeof(response_data))); in TEST()
123 bool InitParseWithoutQuery(int nbytes);
193 bool DnsResponse::InitParseWithoutQuery(int nbytes) { in InitParseWithoutQuery() function in net::DnsResponse
204 if (!response->InitParseWithoutQuery(bytes_read)) { in HandlePacket()