Home
last modified time | relevance | path

Searched refs:ItemType (Results 1 - 25 of 29) sorted by relevance

12

/third_party/gn/src/gn/
H A Dbuilder_record.h33 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 Dbuilder_record.cc9 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 Dbuilder.h79 BuilderRecord::ItemType type,
89 BuilderRecord::ItemType type,
H A Dbuilder_record_map.h49 BuilderRecord::ItemType type) { in try_emplace()
H A Dbuilder.cc66 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 DGrVkMemoryReclaimer.cpp42 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 DGrVkMemoryReclaimer.h26 enum class ItemType { class
36 ItemType fType;
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter.h261 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 Dprotostream_objectwriter.cc445 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 DTGParser.cpp907 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 DTGParser.h245 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 Dpeers.cpp122 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 Dpeers.h75 QString ItemType(int type);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp122 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 Dpeers.h75 QString ItemType(int type);
/third_party/typescript/tests/baselines/reference/
H A DexpressionTypeNodeShouldError.js18 type ItemType = "".typeof(nodes.item(0));
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h5386 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 Ditem.rs59 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 Dlib.rs407 ItemStatic, ItemStruct, ItemTrait, ItemTraitAlias, ItemType, ItemUnion, ItemUse, Receiver,
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarking-state.h491 typename WorklistLocal::ItemType item; in DrainWorklistWithPredicate()
/third_party/node/deps/v8/src/heap/base/
H A Dworklist.h278 using ItemType = EntryType;
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs514 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 Dclone.rs1260 impl Clone for ItemType {
1262 ItemType { in clone()
H A Dfold.rs515 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 Deq.rs1194 impl Eq for ItemType {}
1197 impl PartialEq for ItemType {

Completed in 72 milliseconds

12