HomeSort by relevance Sort by last modified time
    Searched refs:ASSERT_ENUM_BOUNDS (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/syncable/
syncable_enum_conversions.cc 17 #define ASSERT_ENUM_BOUNDS(enum_min, enum_max, expected_min, expected_max) \
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_NAME, UNIQUE_BOOKMARK_TAG
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.cc 16 #define ASSERT_ENUM_BOUNDS(enum_min, enum_max, expected_min, expected_max) \
27 ASSERT_ENUM_BOUNDS(META_HANDLE, META_HANDLE,
37 ASSERT_ENUM_BOUNDS(BASE_VERSION, BASE_VERSION,
47 ASSERT_ENUM_BOUNDS(SERVER_VERSION, LOCAL_EXTERNAL_ID,
64 ASSERT_ENUM_BOUNDS(ID, NEXT_ID,
79 ASSERT_ENUM_BOUNDS(IS_UNSYNCED, IS_UNAPPLIED_UPDATE,
91 ASSERT_ENUM_BOUNDS(IS_DEL, IS_DEL,
101 ASSERT_ENUM_BOUNDS(IS_DIR, SERVER_IS_DEL,
114 ASSERT_ENUM_BOUNDS(NON_UNIQUE_NAME, UNIQUE_CLIENT_TAG,
128 ASSERT_ENUM_BOUNDS(SPECIFICS, SERVER_SPECIFICS
    [all...]
  /external/chromium/chrome/browser/sync/protocol/
proto_enum_conversions.cc 14 #define ASSERT_ENUM_BOUNDS(enum_parent, enum_type, enum_min, enum_max) \
25 ASSERT_ENUM_BOUNDS(sync_pb::SessionWindow, BrowserType,
37 ASSERT_ENUM_BOUNDS(sync_pb::TabNavigation, PageTransition,
61 ASSERT_ENUM_BOUNDS(sync_pb::TabNavigation, PageTransitionQualifier,
73 ASSERT_ENUM_BOUNDS(sync_pb::GetUpdatesCallerInfo, GetUpdatesSource,
88 #undef ASSERT_ENUM_BOUNDS
  /external/chromium_org/sync/protocol/
proto_enum_conversions.cc 14 #define ASSERT_ENUM_BOUNDS(enum_parent, enum_type, enum_min, enum_max) \
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,
106 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, GetUpdatesOrigin,
123 ASSERT_ENUM_BOUNDS(sync_pb::CommitResponse, ResponseType, SUCCESS,
138 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, ErrorType, SUCCESS, UNKNOWN);
158 ASSERT_ENUM_BOUNDS(sync_pb::SyncEnums, Action
    [all...]

Completed in 2433 milliseconds