Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/syncable/
Dsyncable_enum_conversions_unittest.cc76 GetBitTempString, BIT_TEMPS_BEGIN, BIT_TEMPS_END - 1); in TEST_F()
Dsyncable.h167 BIT_TEMPS_BEGIN = BEGIN_TEMPS, enumerator
171 SYNCING = BIT_TEMPS_BEGIN,
176 BIT_TEMPS_COUNT = BIT_TEMPS_END - BIT_TEMPS_BEGIN
291 bit_temps[field - BIT_TEMPS_BEGIN] = value; in put()
323 return bit_temps[field - BIT_TEMPS_BEGIN]; in ref()
Dsyncable_enum_conversions.cc141 BIT_TEMPS_BEGIN, BIT_TEMPS_END - 1); in GetBitTempString()
Dsyncable.cc265 BIT_TEMPS_BEGIN, BIT_TEMPS_END - 1); in ToValue()
1863 os << "#" << i - BIT_TEMPS_BEGIN << ", "; in operator <<()