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

/external/chromium/base/
H A Dpickle.cc99 bool Pickle::ReadBool(void** iter, bool* result) const { function in class:Pickle
/external/chromium_org/base/
H A Dpickle.cc65 bool PickleIterator::ReadBool(bool* result) { function in class:PickleIterator
H A Dpickle.h30 bool ReadBool(bool* result) WARN_UNUSED_RESULT;
141 bool ReadBool(PickleIterator* iter, bool* result) const { function in class:Pickle
142 return iter->ReadBool(result);

Completed in 1619 milliseconds