Searched defs:WriteInt (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dpickle.h91 return WriteInt(value ? 1 : 0);
93 bool WriteInt(int value) { function in class:Pickle
/external/chromium_org/base/
H A Dpickle.h200 return WriteInt(value ? 1 : 0);
202 bool WriteInt(int value) { function in class:Pickle

Completed in 279 milliseconds