Lines Matching refs:Pickle
17 #include "base/pickle.h"
375 Pickle pickle;
376 histogram->SerializeInfo(&pickle);
378 PickleIterator iter(pickle);
408 // No more data in the pickle.
421 Pickle pickle;
422 custom_histogram->SerializeInfo(&pickle);
424 // Validate the pickle.
425 PickleIterator iter(pickle);
442 // No more data in the pickle.