Home
last modified time | relevance | path

Searched defs:ItemType (Results 1 – 25 of 2055) sorted by relevance

12345678910>>...83

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/diagnostics/eventing/TraceLogging/
H A DConcurrentSet.cs23 where ItemType : ConcurrentSetItem<KeyType, ItemType> struct
25 private ItemType[] items;
27 public ItemType TryGet(KeyType key) in TryGet()
65 public ItemType GetOrAdd(ItemType newItem) in GetOrAdd()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/
H A DConcurrentSet.cs27 where ItemType : ConcurrentSetItem<KeyType, ItemType> struct
29 private ItemType[] items;
31 public ItemType TryGet(KeyType key) in TryGet()
69 public ItemType GetOrAdd(ItemType newItem) in GetOrAdd()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/
H A DConcurrentSet.cs27 where ItemType : ConcurrentSetItem<KeyType, ItemType> struct
29 private ItemType[] items;
31 public ItemType TryGet(KeyType key) in TryGet()
69 public ItemType GetOrAdd(ItemType newItem) in GetOrAdd()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/formats/
H A Ditem_type.rs24 crate enum ItemType { enum
54 impl Serialize for ItemType { implementation
63 impl<'a> From<&'a clean::Item> for ItemType { implementation
64 fn from(item: &'a clean::Item) -> ItemType { in from()
107 impl From<DefKind> for ItemType { implementation
149 impl ItemType { implementation
183 impl fmt::Display for ItemType { implementation
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sas/
H A Dstruct_item_type.go19 type ItemType struct { struct
20 Id int64 `json:"Id" xml:"Id"`
21 Title string `json:"Title" xml:"Title"`
H A Dstruct_list_in_describe_risk_item_type.go20 ItemType []ItemType `json:"ItemType" xml:"ItemType"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sas/
H A Dstruct_item_type.go19 type ItemType struct { struct
20 Id int `json:"Id" xml:"Id"`
21 Title string `json:"Title" xml:"Title"`
H A Dstruct_list_in_describe_risk_item_type.go20 ItemType []ItemType `json:"ItemType" xml:"ItemType"` member
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dwork_stream.h194 struct ItemType struct
201 struct ScratchDataObject
233 using ScratchDataList = std::list<ScratchDataObject>;
239 std::vector<Iterator> work_items;
246 std::vector<CopyData> copy_datas;
253 unsigned int n_items;
305 ItemType() in ItemType() argument
496 using ItemType = in operator() local
641 using ItemType = in operator() local
/dports/deskutils/zanshin/zanshin-21.12.3/src/presentation/
H A Dquerytreemodel.h37 : QueryTreeModelBase(new QueryTreeNode<ItemType, AdditionalInfo>(ItemType(), nullptr, this, in QueryTreeModelBase()
52 : QueryTreeModelBase(new QueryTreeNode<ItemType, AdditionalInfo>(ItemType(), nullptr, this, in QueryTreeModelBase()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/platform/mac/touchbar/
H A Dmac_touchbar_media_view.mm45 fullscreenToggled:(rpl::producer<bool>)fullscreenToggled;
55 fullscreenToggled:(rpl::producer<bool>)fullscreenToggled {
/dports/devel/msbuild/msbuild-0.06/src/Framework/XamlTypes/
H A DItemType.cs18 public sealed class ItemType : ISupportInitialize, IProjectSchemaNode class
23 public ItemType() in ItemType() method in Microsoft.Build.Framework.XamlTypes.ItemType
/dports/games/scourge/scourge/src/rpg/
H A Drpgitem.h44 struct ItemType { struct
45 char name[40];
46 bool isWeapon, isArmor, isRandom, isRanged, hasSpell, isEnchantable;
47 int backpackWidth, backpackHeight;
/dports/multimedia/kaffeine/kaffeine-2.0.18/src/dvb/
H A Ddvbepgdialog_p.h56 typedef DvbSharedChannel ItemType; typedef
99 typedef DvbSharedEpgEntry ItemType; typedef
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.model.workbench/src/org/eclipse/e4/ui/model/application/ui/menu/
H A DItemType.java35 public enum ItemType implements InternalItemType { enum
199 private ItemType(int value, String name, String literal) { in ItemType() method in ItemType
/dports/games/keeperrl/keeperrl-alpha23/
H A Dpretty_printing.h7 class ItemType; variable
H A Ditem_factory.h28 class ItemType; variable
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/list-area/
H A Dindex.d.ts4 export type ItemType = Types.Ordinal | 'specialTop' | 'specialBottom' alias
/dports/games/manaplus/manaplus-2.1.3.17/src/enums/resources/item/
H A Ditemtype.h27 enumStart(ItemType) in enumStart() argument
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediastore-data/include/aws/mediastore-data/model/
H A DItemType.h16 enum class ItemType enum
/dports/devel/msbuild/msbuild-0.06/src/Build/Evaluation/
H A DIProjectMetadataParent.cs27 string ItemType property
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/language/
H A Ditempool.h52 enum class ItemType; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-transcribestreaming/include/aws/transcribestreaming/model/
H A DItemType.h16 enum class ItemType enum
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/
H A Dtocitem.h43 enum ItemType { enum
/dports/security/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2/src/Gnome.Keyring/
H A DItemType.cs31 public enum ItemType { enum

12345678910>>...83