Searched refs:Pickle (Results 1 - 23 of 23) sorted by relevance

/external/chromium/net/http/
H A Dhttp_response_info.h15 class Pickle;
65 bool InitFromPickle(const Pickle& pickle, bool* response_truncated);
68 void Persist(Pickle* pickle,
H A Dhttp_vary_data.h10 class Pickle;
53 bool InitFromPickle(const Pickle& pickle, void** pickle_iter);
57 void Persist(Pickle* pickle) const;
H A Dhttp_response_info.cc56 bool HttpResponseInfo::InitFromPickle(const Pickle& pickle,
117 void HttpResponseInfo::Persist(Pickle* pickle,
H A Dhttp_vary_data.cc66 bool HttpVaryData::InitFromPickle(const Pickle& pickle, void** iter) {
76 void HttpVaryData::Persist(Pickle* pickle) const {
H A Dhttp_response_headers.h16 class Pickle;
45 HttpResponseHeaders(const Pickle& pickle, void** pickle_iter);
59 void Persist(Pickle* pickle, PersistOptions options);
H A Dhttp_cache.cc244 Pickle pickle(data, len);
270 Pickle pickle;
H A Dhttp_response_headers.cc96 HttpResponseHeaders::HttpResponseHeaders(const Pickle& pickle, void** iter)
103 void HttpResponseHeaders::Persist(Pickle* pickle, PersistOptions options) {
H A Dhttp_response_headers_unittest.cc454 Pickle pickle;
/external/chromium/base/
H A Dpickle.cc15 const int Pickle::kPayloadUnit = 64;
22 Pickle::Pickle() function in class:Pickle
31 Pickle::Pickle(int header_size) function in class:Pickle
42 Pickle::Pickle(const char* data, int data_len) function in class:Pickle
51 Pickle::Pickle(const Pickle function in class:Pickle
[all...]
H A Dunix_domain_socket_posix.h12 class Pickle;
38 const Pickle& request);
H A Dpickle_unittest.cc24 void VerifyResult(const Pickle& pickle) {
62 Pickle pickle;
81 Pickle pickle2(pickle);
85 Pickle pickle3;
91 Pickle pickle;
101 Pickle pickle;
111 Pickle pickle;
120 Pickle pickle;
129 Pickle pickle;
136 EXPECT_TRUE(end == Pickle
[all...]
H A Dpickle.h17 // The Pickle class supports appending primitive values (ints, strings, etc.)
18 // to a pickle instance. The Pickle instance grows its internal memory buffer
20 // buffer is exposed as the "data" of the Pickle. This "data" can be passed
21 // to a Pickle object to initialize it for reading.
23 // When reading from a Pickle object, it is important for the consumer to know
24 // what value types to read and in what order to read them as the Pickle does
27 // The Pickle's data has a header which contains the size of the Pickle's
29 // space is controlled by the header_size parameter passed to the Pickle
32 class Pickle { class
[all...]
H A Dfile_path.h119 class Pickle;
288 static void WriteStringTypeToPickle(Pickle* pickle,
290 static bool ReadStringTypeFromPickle(Pickle* pickle, void** iter,
293 void WriteToPickle(Pickle* pickle);
294 bool ReadFromPickle(Pickle* pickle, void** iter);
H A Dunix_domain_socket_posix.cc100 const Pickle& request) {
H A Dhistogram.h192 class Pickle;
267 bool Serialize(Pickle* pickle) const;
268 bool Deserialize(void** iter, const Pickle& pickle);
324 // Pickle class to flatten the object.
H A Dhistogram.cc389 Pickle pickle;
407 Pickle pickle(histogram_info.data(),
425 LOG(ERROR) << "Pickle error decoding Histogram: " << histogram_name;
534 bool Histogram::SampleSet::Serialize(Pickle* pickle) const {
546 bool Histogram::SampleSet::Deserialize(void** iter, const Pickle& pickle) {
H A Dfile_path.cc1056 void FilePath::WriteStringTypeToPickle(Pickle* pickle,
1068 bool FilePath::ReadStringTypeFromPickle(Pickle* pickle, void** iter,
1084 void FilePath::WriteToPickle(Pickle* pickle) {
1088 bool FilePath::ReadFromPickle(Pickle* pickle, void** iter) {
/external/chromium/net/base/
H A Dx509_certificate.h30 class Pickle;
172 static X509Certificate* CreateFromPickle(const Pickle& pickle,
181 void Persist(Pickle* pickle);
H A Dio_buffer.h141 Pickle* pickle() { return &pickle_; }
152 Pickle pickle_;
H A Dx509_certificate_mac.cc384 X509Certificate* X509Certificate::CreateFromPickle(const Pickle& pickle,
394 void X509Certificate::Persist(Pickle* pickle) {
H A Dx509_certificate_nss.cc481 X509Certificate* X509Certificate::CreateFromPickle(const Pickle& pickle,
491 void X509Certificate::Persist(Pickle* pickle) {
H A Dx509_certificate_unittest.cc349 TEST(X509CertificateTest, Pickle) {
353 Pickle pickle;
H A Dx509_certificate_win.cc469 X509Certificate* X509Certificate::CreateFromPickle(const Pickle& pickle,
487 void X509Certificate::Persist(Pickle* pickle) {

Completed in 180 milliseconds