Home
last modified time | relevance | path

Searched refs:BIT_TEMPS_BEGIN (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/sync/syncable/
Dentry_kernel.h177 BIT_TEMPS_BEGIN = BEGIN_TEMPS, enumerator
183 SYNCING = BIT_TEMPS_BEGIN,
188 BIT_TEMPS_COUNT = BIT_TEMPS_END - BIT_TEMPS_BEGIN
279 bit_temps[field - BIT_TEMPS_BEGIN] = value; in put()
321 return bit_temps[field - BIT_TEMPS_BEGIN]; in ref()
Dsyncable_enum_conversions_unittest.cc94 GetBitTempString, BIT_TEMPS_BEGIN, BIT_TEMPS_END - 1); in TEST_F()
Dsyncable_enum_conversions.cc180 BIT_TEMPS_BEGIN, BIT_TEMPS_END - 1); in GetBitTempString()
Dentry.cc180 os << "#" << i - BIT_TEMPS_BEGIN << ", "; in operator <<()
Dentry_kernel.cc213 BIT_TEMPS_BEGIN, BIT_TEMPS_END - 1); in ToValue()