Home
last modified time | relevance | path

Searched refs:MapElement (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dports/games/pioneers/pioneers-15.6/client/gtk/
H A Dinterface.c34 static void build_road_cb(MapElement edge, MapElement extra);
35 static void build_ship_cb(MapElement edge, MapElement extra);
36 static void build_bridge_cb(MapElement edge, MapElement extra);
37 static void move_ship_cb(MapElement edge, MapElement extra);
38 static void build_settlement_cb(MapElement node, MapElement extra);
39 static void build_city_cb(MapElement node, MapElement extra);
40 static void build_city_wall_cb(MapElement node, MapElement extra);
73 void build_road_cb(MapElement edge, G_GNUC_UNUSED MapElement extra) in build_road_cb()
78 void build_ship_cb(MapElement edge, G_GNUC_UNUSED MapElement extra) in build_ship_cb()
83 static void do_move_ship_cb(MapElement edge, MapElement ship_from) in do_move_ship_cb()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/world/
H A Dmapelement.cpp28 DENG2_PIMPL_NOREF(MapElement) in DENG2_PIMPL_NOREF() argument
38 MapElement::MapElement(dint type, MapElement *parent) in MapElement() function in world::MapElement
44 MapElement::~MapElement() in ~MapElement()
47 dint MapElement::type() const in type()
52 void MapElement::setParent(MapElement *newParent) in setParent()
62 bool MapElement::hasMap() const in hasMap()
72 Map &MapElement::map() const in map()
87 void MapElement::setMap(Map *newMap) in setMap()
99 dint MapElement::indexInMap() const in indexInMap()
104 void MapElement::setIndexInMap(dint newIndex) in setIndexInMap()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/world/
H A Dmapelement.h41 class LIBDOOMSDAY_PUBLIC MapElement
43 DENG2_NO_COPY (MapElement)
44 DENG2_NO_ASSIGN(MapElement)
69 explicit MapElement(de::dint t = DMU_NONE, MapElement *parent = nullptr);
71 virtual ~MapElement();
92 inline MapElement &parent() { in parent()
97 inline MapElement const &parent() const { in parent()
110 void setParent(MapElement *newParent);
205 MapElement *_parent = nullptr;
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/apply/
H A Dmap_element.go21 type MapElement struct { struct
35 func (e MapElement) Merge(v Strategy) (Result, error) { argument
40 func (e MapElement) GetValues() map[string]Element { argument
44 var _ Element = &MapElement{}
75 func (e MapElement) HasConflict() error { argument
86 var _ ConflictDetector = &MapElement{}
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/apply/
H A Dmap_element.go21 type MapElement struct { struct
35 func (e MapElement) Merge(v Strategy) (Result, error) { argument
40 func (e MapElement) GetValues() map[string]Element { argument
44 var _ Element = &MapElement{}
75 func (e MapElement) HasConflict() error { argument
86 var _ ConflictDetector = &MapElement{}
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/apply/
H A Dmap_element.go21 type MapElement struct { struct
35 func (e MapElement) Merge(v Strategy) (Result, error) { argument
40 func (e MapElement) GetValues() map[string]Element { argument
44 var _ Element = &MapElement{}
75 func (e MapElement) HasConflict() error { argument
86 var _ ConflictDetector = &MapElement{}
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXVectorCombiner.cpp300 for (auto &MapElement : WorkList) { in filterWorkList() local
301 if (MapElement.second.size() == 1) { in filterWorkList()
302 ToEraseFromWorkList.push_back(MapElement.first); in filterWorkList()
305 if (!checkRdRegions(MapElement.second)) { in filterWorkList()
306 ToEraseFromWorkList.push_back(MapElement.first); in filterWorkList()
309 if (!checkWrRegions(MapElement.second)) { in filterWorkList()
313 if (!checkSameInst(MapElement.second)) { in filterWorkList()
363 for (auto &MapElement : WorkList) { in processWorkList() local
364 Value *OriginalSrc = MapElement.first; in processWorkList()
389 for (auto &MapElement : WorkList) { in processWorkList() local
[all …]
/dports/games/pioneers/pioneers-15.6/common/gtk/
H A Dguimap.h57 } MapElement; typedef
59 typedef gboolean(*CheckFunc) (const MapElement element, gint owner,
60 const MapElement user_data);
61 typedef void (*SelectFunc)(const MapElement obj,
62 const MapElement user_data);
81 MapElement user_data; /**< passed to callback functions */
82 MapElement cursor; /**< current GUI mode edge/node/hex cursor */
144 const MapElement * element,
150 const MapElement * user_data,
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/openturns/
H A DStudy.hxx61 typedef Pointer<PersistentObject> MapElement; typedef in Study
62 typedef std::map<Id, MapElement> Map;
143 MapElement getObject(Id id) const;
149 MapElement getObject(const String & label) const;
206 MapElement getObjectByName(const String & className, const String & name) const;
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/
H A DStudy.cxx214 Study::MapElement Study::getObject(Id id) const in getObject()
216 MapElement element; in getObject()
237 Study::MapElement Study::getObject(const String & label) const in getObject()
261 Study::MapElement Study::getObjectByName(const String & className, const String & name) const in getObjectByName()
263 MapElement element; in getObjectByName()
276 MapElement element = getObjectByName(po.getClassName(), name); in fillObjectByName()
290 MapElement element = getObject(id); in fillObject()
297 MapElement element = getObject(id); in fillObject()
304 MapElement element = getObject(label); in fillObject()
311 MapElement element = getObject(label); in fillObject()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/misc/
H A Dmesh.h84 world::MapElement &mapElement();
85 world::MapElement const &mapElement() const;
105 void setMapElement(world::MapElement *newMapElement);
109 world::MapElement *_mapElement = nullptr; ///< Attributed MapElement (not owned).
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/accessibility/
H A Dax_image_map_link.cc46 HTMLMapElement* AXImageMapLink::MapElement() const { in MapElement() function in blink::AXImageMapLink
58 if (!MapElement()) in ComputeParent()
61 return AXObjectCache().GetOrCreate(MapElement()->GetLayoutObject()); in ComputeParent()
108 HTMLMapElement* map = MapElement(); in GetRelativeBounds()
/dports/games/warmux/warmux-11.04/src/map/
H A Drandom_map.h43 class MapElement
49 MapElement(const Surface & obj, const Point2i & pos) { element = obj; position = pos; }; in MapElement() function
84 std::vector<MapElement> element_list;
94 element_list.push_back(MapElement(*object, position)); in AddElement()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_image_map_link.cc46 HTMLMapElement* AXImageMapLink::MapElement() const { in MapElement() function in blink::AXImageMapLink
58 if (!MapElement()) in ComputeParent()
61 return AXObjectCache().GetOrCreate(MapElement()->GetLayoutObject()); in ComputeParent()
108 HTMLMapElement* map = MapElement(); in GetRelativeBounds()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/misc/
H A Dmesh.cpp45 world::MapElement &Mesh::Element::mapElement() in mapElement()
52 world::MapElement const &Mesh::Element::mapElement() const in mapElement()
57 void Mesh::Element::setMapElement(world::MapElement *newMapElement) in setMapElement()
/dports/net/kea/kea-2.0.1/src/bin/netconf/
H A Dnetconf_parser.yy130 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
158 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
231 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
249 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
372 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
410 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
440 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
452 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
464 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
476 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
[all …]
H A Dnetconf_parser.cc713 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
783 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
876 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
903 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1048 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1104 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[2].location))); in parse()
1125 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1146 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1167 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1188 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/include/world/
H A Dpolyobjdata.h60 de::dint indexInMap = world::MapElement::NoIndex;
61 de::duint origIndex = world::MapElement::NoIndex;
/dports/net/kea/kea-2.0.1/src/bin/d2/
H A Dd2_parser.yy159 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
225 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
237 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
248 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
379 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
390 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
440 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
448 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
516 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
524 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
[all …]
H A Dd2_parser.cc807 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
901 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
921 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
942 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1127 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1148 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1206 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1224 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1322 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1340 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
[all …]
/dports/net/kea/kea-2.0.1/src/bin/agent/
H A Dagent_parser.yy136 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
164 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
237 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
253 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
406 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
444 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
471 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
483 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
495 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
546 ElementPtr m(new MapElement(ctx.loc2pos(@1)));
[all …]
/dports/net/kea/kea-2.0.1/src/bin/dhcp6/
H A Ddhcp6_parser.cc886 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1015 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1041 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1063 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1495 ElementPtr i(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1517 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1567 ElementPtr i(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1590 ElementPtr i(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1633 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
1994 ElementPtr m(new MapElement(ctx.loc2pos(yystack_[0].location))); in parse()
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/apply/parse/
H A Dmap_element.go25 …ntBuildingVisitor) mapElement(meta apply.FieldMetaImpl, item *mapItem) (*apply.MapElement, error) {
42 return &apply.MapElement{
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/apply/parse/
H A Dmap_element.go25 …ntBuildingVisitor) mapElement(meta apply.FieldMetaImpl, item *mapItem) (*apply.MapElement, error) {
42 return &apply.MapElement{
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/apply/parse/
H A Dmap_element.go25 …ntBuildingVisitor) mapElement(meta apply.FieldMetaImpl, item *mapItem) (*apply.MapElement, error) {
42 return &apply.MapElement{

12345678910>>...17