Searched refs:Enum (Results 1 – 25 of 54) sorted by relevance
123
24 * Enum used by AdServicesMeasurement(Registration, Attribution).35 * Enum used by AdServicesMeasurementRegistration.44 * Enum used by AdServicesMeasurement(Registration, Attribution, Reporting,57 * Enum used by AdServicesMeasurementRegistration.73 * Enum used by AdServicesMeasurementReporting.89 * Enum used by AdServicesMeasurementReporting.98 * Enum used by AdServicesMeasurementDelayedSourceRegistration.107 * Enum used by AdServicesMeasurementAttribution.118 * Enum used by AdServicesMeasurementAttribution.134 * Enum used by AdServicesMeasurementJobs.[all …]
14 template <typename Enum>17 typedef Enum enum_type;22 explicit Flags(Enum pFlag) : m_Data(pFlag) {} in Flags()34 Flags operator&(Enum pMask) const { return Flags(m_Data & pMask); }48 Flags operator^(Enum pOther) const { return Flags(m_Data ^ pOther); }55 Flags& operator^=(Enum pOther) {62 Flags operator|(Enum pOther) const { return Flags(m_Data | pOther); }69 Flags& operator|=(Enum pOther) {
79 enum class Enum : uint32_t { in TEST() enum86 auto& param = *reinterpret_cast<GuestAbi::GuestArgument<Enum>*>(&value); in TEST()89 EXPECT_EQ(static_cast<Enum>(param), Enum::kA); in TEST()92 EXPECT_EQ(static_cast<Enum>(param), Enum::kB); in TEST()94 param = Enum::kC; in TEST()
255 template<typename Enum>256 Enum indexToEnum_index(int index) {257 static_assert(std::is_enum_v<Enum> || std::is_integral_v<Enum>);258 return static_cast<Enum>(index);261 template<typename Enum>262 Enum indexToEnum_bitmask(int index) {263 static_assert(std::is_enum_v<Enum> || std::is_integral_v<Enum>);264 return static_cast<Enum>(1 << index);267 template<typename Mask, typename Enum>268 Mask enumToMask_bitmask(Enum e) {[all …]
25 // Enum used in DNDModeProto.34 // Enum used in DNDPolicyProto for a particular policy parameter's state.41 // Enum used in DNDPolicyProto for which people are allowed to break through.50 // Enum used in DNDPolicyProto for conversation types allowed to break through.58 // Enum used in DNDPolicyProto to indicate the type of channels permitted to66 // Enum used in DNDStateChanged to identify the type of rule that changed.73 // Enum used in DNDModeProto and DNDStateChanged to identify the category
24 * Enum used by EnrollmentDataStats.33 * Enum used by EnrollmentDataFailed.43 * Enum used by EnrollmentDataFailed.52 * Enum used by AdServicesEnrollmentTransactionStats.65 * Enum used by AdServicesEnrollmentTransactionStats.
38 public class MarshalQueryableEnum<T extends Enum<T>> implements MarshalQueryable<T> {138 private static final HashMap<Class<? extends Enum>, int[]> sEnumValues =139 new HashMap<Class<? extends Enum>, int[]>();149 public static <T extends Enum<T>> void registerEnumValues(Class<T> enumType, int[] values) { in registerEnumValues()172 private static <T extends Enum<T>> int getEnumValue(T enumValue) { in getEnumValue()191 private static <T extends Enum<T>> T getEnumFromValue(Class<T> enumType, int value) { in getEnumFromValue()
35 template <typename Enum, typename std::enable_if<std::is_enum<Enum>::value>::type* = nullptr>36 bool signbit(Enum e) { in signbit()37 return std::signbit(static_cast<typename std::underlying_type<Enum>::type>(e)); in signbit()
21 // Enum used in NotificationReported and NotificationChannelModified atoms32 // Enum used in NotificationMemoryUse and NotificationDismissed protos.
288 // Enum used in DNDModeProto to specify the zen mode setting.313 // Enum used in DNDPolicyProto for a particular policy parameter's state.320 // Enum used in DNDPolicyProto for which people are allowed to break through.329 // Enum used in DNDPolicyProto for conversation types allowed to break through.366 // Enum identifying the type of rule that changed; values set to match ones used in the374 // Enum used in DNDPolicyProto to indicate the type of channels permitted to
22 * Enum used by UIInteractionFrameInfoReported.146 * Enum used by UIActionLatencyReported.
116 TEST(Enum, Range) { in TEST() argument124 TEST(Enum, Name) { in TEST() argument162 TEST(Enum, String) { in TEST() argument
22 * Enum that outside the scope of any classes.42 * Enum that is inside the scope of a class.
24 * Enum that outside the scope of any classes.40 * Enum that is inside the scope of a class.
126 // Enum for specifying which detection provider gets the preference when choosing134 // Enum for specifying which detection provider gets the preference when choosing
123 sb.append(Arrays.toString(Arrays.stream(Stage.values()).map(Enum::name).toArray())); in getInternalState()
51 // The class name of the API making the call to Binder. Enum value60 // cannot resolve it to a name. See Binder#getTransactionName. Enum value
28 from enum import Enum35 class MemLoc(Enum):
88 template <class Enum>89 constexpr std::enable_if<false, Enum> STREAM_NAME_MAP;
675 private final HashMap<String,Enum> mTags = new HashMap<String,Enum>();711 mTags.put(tag, (Enum)enumValue); in EnumFieldSetter()716 final Enum enumValue = mTags.get(value); in setField()736 final Enum enumValue = mTags.get(value); in setArray()
106 return mEntryCounts.keySet().stream().mapToInt(Enum::ordinal).toArray(); in getUniqueEntries()
155 if typе.Kind(arch) != cpp_types.Enum {208 if typе.Kind(arch) != cpp_types.Enum {252 if typе.Kind(arch) != cpp_types.Enum {492 if field0.Type().Kind(arch) != cpp_types.Enum ||521 if field0.Type().Kind(arch) != cpp_types.Enum ||
60 // Enum values gotten from Settings.java
86 type: Enum
51 // Enum values gotten from PowerManagerInternal.java