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

/external/chromium_org/sync/protocol/
H A Dproto_enum_conversions.cc14 #define ASSERT_ENUM_BOUNDS(enum_parent, enum_type, enum_min, enum_max) \ macro
25 ASSERT_ENUM_BOUNDS(sync_pb::AppListSpecifics, AppListItemType,
39 ASSERT_ENUM_BOUNDS(sync_pb::SessionWindow, BrowserType,
51 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, PageTransition,
73 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, PageTransitionRedirectType,
85 ASSERT_ENUM_BOUNDS(sync_pb::GetUpdatesCallerInfo, GetUpdatesSource,
107 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, GetUpdatesOrigin,
125 ASSERT_ENUM_BOUNDS(sync_pb::CommitResponse, ResponseType, SUCCESS,
140 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, ErrorType, SUCCESS, UNKNOWN);
161 ASSERT_ENUM_BOUNDS(sync_p
264 #undef ASSERT_ENUM_BOUNDS macro
[all...]
/external/chromium_org/sync/syncable/
H A Dsyncable_enum_conversions.cc17 #define ASSERT_ENUM_BOUNDS(enum_min, enum_max, expected_min, expected_max) \ macro
28 ASSERT_ENUM_BOUNDS(META_HANDLE, META_HANDLE,
38 ASSERT_ENUM_BOUNDS(BASE_VERSION, BASE_VERSION,
48 ASSERT_ENUM_BOUNDS(SERVER_VERSION, TRANSACTION_VERSION,
61 ASSERT_ENUM_BOUNDS(MTIME, SERVER_CTIME,
75 ASSERT_ENUM_BOUNDS(ID, SERVER_PARENT_ID,
88 ASSERT_ENUM_BOUNDS(IS_UNSYNCED, IS_UNAPPLIED_UPDATE,
100 ASSERT_ENUM_BOUNDS(IS_DEL, IS_DEL,
110 ASSERT_ENUM_BOUNDS(IS_DIR, SERVER_IS_DEL,
123 ASSERT_ENUM_BOUNDS(NON_UNIQUE_NAM
189 #undef ASSERT_ENUM_BOUNDS macro
[all...]

Completed in 106 milliseconds