Home | History | Annotate | Download | only in sessions

Lines Matching refs:Pickle

12 class Pickle;
23 // . From a pickle, this is useful for commands whose length varies.
38 // id whose contents is populated from the contents of pickle.
39 SessionCommand(id_type id, const Pickle& pickle);
55 // Returns the contents as a pickle. It is up to the caller to delete the
56 // returned Pickle. The returned Pickle references the underlying data of
58 // pickle.
59 Pickle* PayloadAsPickle() const;