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

/external/chromium_org/sync/syncable/
H A Dentry_kernel.h94 enum IndexedBitField { enum in namespace:syncer::syncable
238 inline void put(IndexedBitField field, bool value) {
276 inline bool ref(IndexedBitField field) const {
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.h110 enum IndexedBitField { enum in namespace:syncable
275 inline void put(IndexedBitField field, bool value) {
307 inline bool ref(IndexedBitField field) const {
380 inline bool Get(IndexedBitField field) const {
504 bool Put(IndexedBitField field, bool value);

Completed in 171 milliseconds