/third_party/gn/src/gn/ |
H A D | builder_record.h | 33 enum ItemType { enum in BuilderRecord 41 BuilderRecord(ItemType type, 45 ItemType type() const { return type_; } in type() 49 static const char* GetNameForType(ItemType type); 52 static bool IsItemOfType(const Item* item, ItemType type); 55 static ItemType TypeOfItem(const Item* item); 106 ItemType type_;
|
H A D | builder_record.cc | 9 BuilderRecord::BuilderRecord(ItemType type, in BuilderRecord() 17 const char* BuilderRecord::GetNameForType(ItemType type) { in GetNameForType() 34 bool BuilderRecord::IsItemOfType(const Item* item, ItemType type) { in IsItemOfType() 51 BuilderRecord::ItemType BuilderRecord::TypeOfItem(const Item* item) { in TypeOfItem()
|
H A D | builder.h | 79 BuilderRecord::ItemType type, 89 BuilderRecord::ItemType type,
|
H A D | builder_record_map.h | 49 BuilderRecord::ItemType type) { in try_emplace()
|
H A D | builder.cc | 66 BuilderRecord::ItemType type = BuilderRecord::TypeOfItem(item.get()); in ItemDefined() 328 BuilderRecord::ItemType type, in GetOrCreateRecordOfType() 355 BuilderRecord::ItemType type, in GetResolvedRecordOfType()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkMemoryReclaimer.cpp | 42 fWaitQueues.emplace_back(WaitQueueItem{.fGpu = gpu, .fAlloc = alloc, .fType = ItemType::BUFFER, .fBuffer = buffer}); in addMemoryToWaitQueue() 54 fWaitQueues.emplace_back(WaitQueueItem{.fGpu = gpu, .fAlloc = alloc, .fType = ItemType::IMAGE, .fImage = image}); in addMemoryToWaitQueue() 76 if (item.fType == ItemType::BUFFER) { in invokeParallelReclaiming()
|
H A D | GrVkMemoryReclaimer.h | 26 enum class ItemType { class 36 ItemType fType;
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectwriter.h | 261 enum ItemType { enum in google::protobuf::util::converter::ProtoStreamObjectWriter::Item 268 Item(ProtoStreamObjectWriter* enclosing, ItemType item_type, 272 Item(Item* parent, ItemType item_type, bool is_placeholder, bool is_list); 306 ItemType item_type_; 387 void Push(StringPiece name, Item::ItemType item_type,
|
H A D | protostream_objectwriter.cc | 445 ItemType item_type, bool is_placeholder, in Item() 462 ItemType item_type, bool is_placeholder, in Item() 492 // ANY message type does not need special handling, just set the ItemType in StartObject() 1302 StringPiece name, Item::ItemType item_type, bool is_placeholder, in Push()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 907 Init *TGParser::ParseOperation(Record *CurRec, RecTy *ItemType) { in ParseOperation() argument 1152 ArgType = ItemType; in ParseOperation() 1163 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation() 1165 ItemType->getAsString() + "', got '" + in ParseOperation() 1196 if (ItemType && InitList.size() == 1) { in ParseOperation() 1197 if (!isa<ListRecTy>(ItemType)) { in ParseOperation() 1200 ItemType->getAsString() + "'"); in ParseOperation() 1203 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation() 1207 cast<ListRecTy>(ItemType) in ParseOperation() 1712 ParseOperationCond(Record *CurRec, RecTy *ItemType) ParseOperationCond() argument 1818 ParseSimpleValue(Record *CurRec, RecTy *ItemType, IDParseMode Mode) ParseSimpleValue() argument 2152 ParseValue(Record *CurRec, RecTy *ItemType, IDParseMode Mode) ParseValue() argument 2359 RecTy *ItemType = EltTy; ParseValueList() local [all...] |
H A D | TGParser.h | 245 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr, 247 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr, 260 Init *ParseOperation(Record *CurRec, RecTy *ItemType); 261 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | peers.cpp | 122 QString Peers::ItemType(int type) in ItemType() function in Peers 183 menu->addAction(Peers::ItemType(type))->setEnabled(false); in context_menu() 448 item->setToolTip(ItemType(PEER_TYPE_ASSOCIATED_STATION)); in add_station() 553 item->setToolTip(ItemType(PEER_TYPE_P2P_CLIENT)); in add_p2p_group_client() 635 item->setToolTip(ItemType(type)); in add_bss() 700 item->setToolTip(ItemType(type)); in add_persistent() 856 item->setToolTip(ItemType(PEER_TYPE_WPS_PIN_NEEDED)); in event_notify() 938 item->setToolTip(ItemType(PEER_TYPE_P2P)); in event_notify() 984 item->setToolTip(ItemType(PEER_TYPE_P2P_GROUP)); in event_notify() 1086 item->setToolTip(ItemType(PEER_TYPE_P2P_INVITATIO in event_notify() [all...] |
H A D | peers.h | 75 QString ItemType(int type);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | peers.cpp | 122 QString Peers::ItemType(int type) in ItemType() function in Peers 183 menu->addAction(Peers::ItemType(type))->setEnabled(false); in context_menu() 448 item->setToolTip(ItemType(PEER_TYPE_ASSOCIATED_STATION)); in add_station() 555 item->setToolTip(ItemType(PEER_TYPE_P2P_CLIENT)); in add_p2p_group_client() 637 item->setToolTip(ItemType(type)); in add_bss() 702 item->setToolTip(ItemType(type)); in add_persistent() 858 item->setToolTip(ItemType(PEER_TYPE_WPS_PIN_NEEDED)); in event_notify() 940 item->setToolTip(ItemType(PEER_TYPE_P2P)); in event_notify() 986 item->setToolTip(ItemType(PEER_TYPE_P2P_GROUP)); in event_notify() 1088 item->setToolTip(ItemType(PEER_TYPE_P2P_INVITATIO in event_notify() [all...] |
H A D | peers.h | 75 QString ItemType(int type);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | expressionTypeNodeShouldError.js | 18 type ItemType = "".typeof(nodes.item(0));
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 5386 typedef VmaListItem<T> ItemType; typedef in VmaRawList 5395 ItemType* Front() { return m_pFront; } in Front() 5396 const ItemType* Front() const { return m_pFront; } in Front() 5397 ItemType* Back() { return m_pBack; } in Back() 5398 const ItemType* Back() const { return m_pBack; } in Back() 5400 ItemType* PushBack(); 5401 ItemType* PushFront(); 5402 ItemType* PushBack(const T& value); 5403 ItemType* PushFront(const T& value); 5408 ItemType* InsertBefor [all...] |
/third_party/rust/crates/syn/src/ |
H A D | item.rs | 59 Type(ItemType), 271 pub struct ItemType { structure names 325 | Item::Type(ItemType { attrs, .. }) 1956 impl Parse for ItemType { 1958 Ok(ItemType { in parse() 1997 Ok(Item::Type(ItemType { in parse_item_type() 2970 impl ToTokens for ItemType {
|
H A D | lib.rs | 407 ItemStatic, ItemStruct, ItemTrait, ItemTraitAlias, ItemType, ItemUnion, ItemUse, Receiver,
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | marking-state.h | 491 typename WorklistLocal::ItemType item; in DrainWorklistWithPredicate()
|
/third_party/node/deps/v8/src/heap/base/ |
H A D | worklist.h | 278 using ItemType = EntryType;
|
/third_party/rust/crates/syn/src/gen/ |
H A D | visit.rs | 514 fn visit_item_type(&mut self, i: &'ast ItemType) { in visit_item_type() 2608 pub fn visit_item_type<'ast, V>(v: &mut V, node: &'ast ItemType) in visit_item_type()
|
H A D | clone.rs | 1260 impl Clone for ItemType { 1262 ItemType { in clone()
|
H A D | fold.rs | 515 fn fold_item_type(&mut self, i: ItemType) -> ItemType { in fold_item_type() 2346 pub fn fold_item_type<F>(f: &mut F, node: ItemType) -> ItemType in fold_item_type() 2350 ItemType { in fold_item_type()
|
H A D | eq.rs | 1194 impl Eq for ItemType {} 1197 impl PartialEq for ItemType {
|