Searched defs:Pickle (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/
H A Dpickle.cc17 const int Pickle::kPayloadUnit = 64;
21 PickleIterator::PickleIterator(const Pickle& pickle)
189 Pickle::Pickle() function in class:Pickle
198 Pickle::Pickle(int header_size) function in class:Pickle
209 Pickle::Pickle(const char* data, int data_len) function in class:Pickle
228 Pickle::Pickle(cons function in class:Pickle
[all...]
H A Dpickle.h17 class Pickle;
19 // PickleIterator reads data from a Pickle. The Pickle object must remain valid
24 explicit PickleIterator(const Pickle& pickle);
26 // Methods for reading the payload of the Pickle. To read from the start of
27 // the Pickle, create a PickleIterator from a Pickle. If successful, these
64 // Read Type from Pickle.
94 // The Pickle class supports appending primitive values (ints, strings, etc.)
95 // to a pickle instance. The Pickle instanc
109 class BASE_EXPORT Pickle { class
[all...]
/external/chromium_org/extensions/common/
H A Duser_script.cc125 void UserScript::File::Pickle(::Pickle* pickle) const { function in class:extensions::UserScript::File
131 void UserScript::File::Unpickle(const ::Pickle& pickle, PickleIterator* iter) {
138 void UserScript::Pickle(::Pickle* pickle) const { function in class:extensions::UserScript
156 void UserScript::PickleGlobs(::Pickle* pickle,
165 void UserScript::PickleURLPatternSet(::Pickle* pickle,
175 void UserScript::PickleScripts(::Pickle* pickle,
180 file->Pickle(pickle);
184 void UserScript::Unpickle(const ::Pickle
[all...]

Completed in 101 milliseconds