Home | History | Annotate | Download | only in http

Lines Matching defs:pickle

593     Pickle pickle;
595 &pickle, skip_transient_headers, response_truncated);
599 reinterpret_cast<const char*>(pickle.data())));
600 int len = static_cast<int>(pickle.size());
4119 // Pickle.
4120 Pickle pickle;
4121 response1.Persist(&pickle, false, false);
4126 EXPECT_TRUE(response2.InitFromPickle(pickle, &response_truncated));