Home | History | Annotate | Download | only in metrics

Lines Matching refs:Pickle

21 #include "base/pickle.h"
396 Pickle pickle;
397 histogram->SerializeInfo(&pickle);
399 PickleIterator iter(pickle);
429 // No more data in the pickle.
442 Pickle pickle;
443 custom_histogram->SerializeInfo(&pickle);
445 // Validate the pickle.
446 PickleIterator iter(pickle);
463 // No more data in the pickle.