Home
last modified time | relevance | path

Searched refs:aItems (Results 51 – 75 of 679) sorted by relevance

12345678910>>...28

/dports/cad/opencascade/opencascade-7.6.0/src/StepAP214/
H A DStepAP214_AppliedDocumentReference.cxx28 const Handle(StepAP214_HArray1OfDocumentReferenceItem)& aItems) in Init() argument
31 items = aItems; in Init()
37 …AppliedDocumentReference::SetItems (const Handle(StepAP214_HArray1OfDocumentReferenceItem)& aItems) in SetItems() argument
38 { items = aItems; } in SetItems()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/tools/
H A Dconvert_tool.h85 static SHAPE_POLY_SET makePolysFromSegs( const std::deque<EDA_ITEM*>& aItems );
93 static SHAPE_POLY_SET makePolysFromRects( const std::deque<EDA_ITEM*>& aItems );
101 static SHAPE_POLY_SET makePolysFromCircles( const std::deque<EDA_ITEM*>& aItems );
107 static SHAPE_POLY_SET extractPolygons( const std::deque<EDA_ITEM*>& aItems );
/dports/cad/opencascade/opencascade-7.6.0/src/StepRepr/
H A DStepRepr_Representation.cxx27 const Handle(StepRepr_HArray1OfRepresentationItem)& aItems, in Init() argument
32 items = aItems; in Init()
47 void StepRepr_Representation::SetItems(const Handle(StepRepr_HArray1OfRepresentationItem)& aItems) in SetItems() argument
49 items = aItems; in SetItems()
/dports/www/firefox-esr/firefox-91.8.0/dom/events/
H A DClipboardItem.cpp29 nsTArray<ItemEntry>&& aItems) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
32 mItems(std::move(aItems)) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
37 const Record<nsString, OwningStringOrBlob>& aItems, in Constructor() argument
39 if (aItems.Entries().IsEmpty()) { in Constructor()
45 for (const auto& entry : aItems.Entries()) { in Constructor()
/dports/www/firefox/firefox-99.0/dom/events/
H A DClipboardItem.cpp29 nsTArray<ItemEntry>&& aItems) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
32 mItems(std::move(aItems)) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
37 const Record<nsString, OwningStringOrBlob>& aItems, in Constructor() argument
39 if (aItems.Entries().IsEmpty()) { in Constructor()
45 for (const auto& entry : aItems.Entries()) { in Constructor()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/events/
H A DClipboardItem.cpp29 nsTArray<ItemEntry>&& aItems) in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
32 mItems(std::move(aItems)) {} in NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE()
37 const Record<nsString, OwningStringOrBlob>& aItems, in Constructor() argument
39 if (aItems.Entries().IsEmpty()) { in Constructor()
45 for (const auto& entry : aItems.Entries()) { in Constructor()
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepAP214/
H A DRWStepAP214_RWAppliedPresentedItem.cxx40 Handle(StepAP214_HArray1OfPresentedItemSelect) aItems; in ReadStep() local
45 aItems = new StepAP214_HArray1OfPresentedItemSelect (1, nb1); in ReadStep()
49 if (stat1) aItems->SetValue(i1, anent1); in ReadStep()
56 ent->Init(aItems); in ReadStep()
H A DRWStepAP214_RWAutoDesignPresentedItem.cxx40 Handle(StepAP214_HArray1OfAutoDesignPresentedItemSelect) aItems; in ReadStep() local
45 aItems = new StepAP214_HArray1OfAutoDesignPresentedItemSelect (1, nb1); in ReadStep()
49 if (stat1) aItems->SetValue(i1, anent1); in ReadStep()
56 ent->Init(aItems); in ReadStep()
H A DRWStepAP214_RWAutoDesignApprovalAssignment.cxx46 Handle(StepAP214_HArray1OfAutoDesignGeneralOrgItem) aItems; in ReadStep() local
51 aItems = new StepAP214_HArray1OfAutoDesignGeneralOrgItem (1, nb2); in ReadStep()
55 if (stat2) aItems->SetValue(i2,aItemsItem); in ReadStep()
62 ent->Init(aAssignedApproval, aItems); in ReadStep()
H A DRWStepAP214_RWAppliedApprovalAssignment.cxx46 Handle(StepAP214_HArray1OfApprovalItem) aItems; in ReadStep() local
51 aItems = new StepAP214_HArray1OfApprovalItem (1, nb2); in ReadStep()
55 if (stat2) aItems->SetValue(i2,aItemsItem); in ReadStep()
62 ent->Init(aAssignedApproval, aItems); in ReadStep()
H A DRWStepAP214_RWAppliedSecurityClassificationAssignment.cxx46 Handle(StepAP214_HArray1OfSecurityClassificationItem) aItems; in ReadStep() local
51 aItems = new StepAP214_HArray1OfSecurityClassificationItem (1, nb2); in ReadStep()
55 if (stat2) aItems->SetValue(i2, anent2); in ReadStep()
62 ent->Init(aAssignedSecurityClassification, aItems); in ReadStep()
H A DRWStepAP214_RWAutoDesignGroupAssignment.cxx46 Handle(StepAP214_HArray1OfAutoDesignGroupedItem) aItems; in ReadStep() local
51 aItems = new StepAP214_HArray1OfAutoDesignGroupedItem (1, nb2); in ReadStep()
55 if (stat2) aItems->SetValue(i2,aItemsItem); in ReadStep()
62 ent->Init(aAssignedGroup, aItems); in ReadStep()
H A DRWStepAP214_RWAutoDesignSecurityClassificationAssignment.cxx46 Handle(StepBasic_HArray1OfApproval) aItems; in ReadStep() local
51 aItems = new StepBasic_HArray1OfApproval (1, nb2); in ReadStep()
55 if (stat2) aItems->SetValue(i2, anent2); in ReadStep()
62 ent->Init(aAssignedSecurityClassification, aItems); in ReadStep()
H A DRWStepAP214_RWAppliedDocumentReference.cxx52 Handle(StepAP214_HArray1OfDocumentReferenceItem) aItems; in ReadStep() local
57 aItems = new StepAP214_HArray1OfDocumentReferenceItem (1, nb3); in ReadStep()
61 if (stat3) aItems->SetValue(i3, anItem); in ReadStep()
67 ent->Init (adoc,asource,aItems); in ReadStep()
H A DRWStepAP214_RWAutoDesignDocumentReference.cxx52 Handle(StepAP214_HArray1OfAutoDesignReferencingItem) aItems; in ReadStep() local
57 aItems = new StepAP214_HArray1OfAutoDesignReferencingItem (1, nb3); in ReadStep()
61 if (stat3) aItems->SetValue(i3, anItem); in ReadStep()
67 ent->Init (adoc,asource,aItems); in ReadStep()
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepRepr/
H A DRWStepRepr_RWCompoundRepresentationItem.cxx44 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
49 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb2); in ReadStep()
53 aItems->SetValue(i2, anent2); in ReadStep()
57 ent->Init (aName,aItems); in ReadStep()
H A DRWStepRepr_RWConstructiveGeometryRepresentation.cxx51 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
56 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb); in ReadStep()
60 aItems->SetValue(i, anEnt); in ReadStep()
69 ent->Init(aName, aItems, aContextOfItems); in ReadStep()
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepShape/
H A DRWStepShape_RWAdvancedBrepShapeRepresentation.cxx47 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
52 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb2); in ReadStep()
57 aItems->SetValue(i2, anent2); in ReadStep()
70 ent->Init(aName, aItems, aContextOfItems); in ReadStep()
H A DRWStepShape_RWCsgShapeRepresentation.cxx47 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
52 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb2); in ReadStep()
57 aItems->SetValue(i2, anent2); in ReadStep()
70 ent->Init(aName, aItems, aContextOfItems); in ReadStep()
H A DRWStepShape_RWFacetedBrepShapeRepresentation.cxx47 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
52 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb2); in ReadStep()
57 aItems->SetValue(i2, anent2); in ReadStep()
70 ent->Init(aName, aItems, aContextOfItems); in ReadStep()
H A DRWStepShape_RWGeometricallyBoundedSurfaceShapeRepresentation.cxx47 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
52 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb2); in ReadStep()
57 aItems->SetValue(i2, anent2); in ReadStep()
70 ent->Init(aName, aItems, aContextOfItems); in ReadStep()
H A DRWStepShape_RWGeometricallyBoundedWireframeShapeRepresentation.cxx47 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
52 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb2); in ReadStep()
57 aItems->SetValue(i2, anent2); in ReadStep()
70 ent->Init(aName, aItems, aContextOfItems); in ReadStep()
H A DRWStepShape_RWManifoldSurfaceShapeRepresentation.cxx47 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
52 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb2); in ReadStep()
57 aItems->SetValue(i2, anent2); in ReadStep()
70 ent->Init(aName, aItems, aContextOfItems); in ReadStep()
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepVisual/
H A DRWStepVisual_RWPresentationArea.cxx47 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
52 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb2); in ReadStep()
57 aItems->SetValue(i2, anent2); in ReadStep()
70 ent->Init(aName, aItems, aContextOfItems); in ReadStep()
H A DRWStepVisual_RWTemplate.cxx47 Handle(StepRepr_HArray1OfRepresentationItem) aItems; in ReadStep() local
52 aItems = new StepRepr_HArray1OfRepresentationItem (1, nb2); in ReadStep()
57 aItems->SetValue(i2, anent2); in ReadStep()
70 ent->Init(aName, aItems, aContextOfItems); in ReadStep()

12345678910>>...28