Home | History | Annotate | Download | only in metrics

Lines Matching defs:pickle

11 #include "base/pickle.h"
18 // Create or find existing histogram and add the samples from pickle.
19 // Silently returns when seeing any data problem in the pickle.
78 Pickle pickle(it->data(), checked_cast<int>(it->size()));
79 PickleIterator iter(pickle);
89 Pickle pickle;
90 histogram.SerializeInfo(&pickle);
91 snapshot.Serialize(&pickle);
93 std::string(static_cast<const char*>(pickle.data()), pickle.size()));