Home | History | Annotate | Download | only in testserver

Lines Matching defs:ALL_TYPES

63 ALL_TYPES = (
106 # Given a sync type from ALL_TYPES, find the FieldDescriptor corresponding
210 An enum value from ALL_TYPES if the entry's type can be determined, or None
241 A list of the sync types (values from ALL_TYPES) associated with each
285 """Formats a sync type enum (from ALL_TYPES) to a human-readable string."""
306 excluded = set(ALL_TYPES) - included - set([TOP_LEVEL])
337 sync_type: A value from ALL_TYPES, giving the datatype of this permanent
364 for datatype in ALL_TYPES:
734 requested_types: A list of sync data types from ALL_TYPES.