OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASSERT_ENUM_BOUNDS
(Results
1 - 2
of
2
) sorted by null
/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
Completed in 304 milliseconds