Home
last modified time | relevance | path

Searched refs:AlternateType (Results 1 – 25 of 94) sorted by relevance

1234

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/collation/
H A Dcollation_spec.h77 enum class AlternateType { enum
153 AlternateType alternate = AlternateType::kNonIgnorable;
H A Dcollator_factory_icu.cpp132 UColAttributeValue getAlternateAttribute(CollationSpec::AlternateType alternate) { in getAlternateAttribute()
134 case CollationSpec::AlternateType::kNonIgnorable: in getAlternateAttribute()
136 case CollationSpec::AlternateType::kShifted: in getAlternateAttribute()
143 CollationSpec::AlternateType getAlternateFromAttribute(UColAttributeValue alternateAttribute) { in getAlternateFromAttribute()
146 return CollationSpec::AlternateType::kNonIgnorable; in getAlternateFromAttribute()
148 return CollationSpec::AlternateType::kShifted; in getAlternateFromAttribute()
218 StatusWith<CollationSpec::AlternateType> stringToAlternateType(const std::string& alternate) { in stringToAlternateType()
220 return CollationSpec::AlternateType::kNonIgnorable; in stringToAlternateType()
222 return CollationSpec::AlternateType::kShifted; in stringToAlternateType()
H A Dcollation_spec.cpp84 case CollationSpec::AlternateType::kNonIgnorable: in toBSON()
87 case CollationSpec::AlternateType::kShifted: in toBSON()
H A Dcollation_spec_test.cpp109 collationSpec1.alternate = CollationSpec::AlternateType::kNonIgnorable; in TEST()
113 collationSpec2.alternate = CollationSpec::AlternateType::kShifted; in TEST()
395 collationSpec.alternate = CollationSpec::AlternateType::kShifted; in TEST()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/coaster/meta/
H A DMultiDimensionRollerCoaster.h20 SET_FIELD(AlternateType, RIDE_TYPE_MULTI_DIMENSION_ROLLER_COASTER_ALT),
60 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DFlyingRollerCoaster.h21 SET_FIELD(AlternateType, RIDE_TYPE_FLYING_ROLLER_COASTER_ALT),
62 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DLayDownRollerCoaster.h20 SET_FIELD(AlternateType, RIDE_TYPE_LAY_DOWN_ROLLER_COASTER_ALT),
59 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/shops/meta/
H A DDrinkStall.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DShop.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DCashMachine.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DInformationKiosk.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DFoodStall.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DFirstAid.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DToilets.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/gentle/meta/
H A DCrookedHouse.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DMaze.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DMerryGoRound.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DSpaceRings.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DHauntedHouse.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DCircus.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DFerrisWheel.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/thrill/meta/
H A D3DCinema.h20 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DTwist.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DEnterprise.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),
H A DMotionSimulator.h19 SET_FIELD(AlternateType, RIDE_TYPE_NULL),

1234