Home
last modified time | relevance | path

Searched refs:objID (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/science/pcmsolver/pcmsolver-1.3.0/src/utils/
H A DFactory.hpp59 CallbackConstIter retrieve(const std::string & objID) const { in retrieve()
60 if (objID.empty()) in retrieve()
62 CallbackConstIter i = callbacks_.find(objID); in retrieve()
64 PCMSOLVER_ERROR("The unknown object ID " + objID + in retrieve()
80 bool unRegisterObject(const std::string & objID) { in unRegisterObject() argument
81 return callbacks_.erase(objID) == 1; in unRegisterObject()
90 bool done = this->registerObject(objID, functor); in subscribe()
97 void unsubscribe(const std::string & objID) { in unsubscribe() argument
98 bool done = this->unRegisterObject(objID); in unsubscribe()
129 const std::string & objID, in create() argument
[all …]
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DLaneArea.cpp146 return wrapper->wrapInt(objID, variable, getIDCount()); in handleVariable()
148 return wrapper->wrapInt(objID, variable, getLastStepVehicleNumber(objID)); in handleVariable()
150 return wrapper->wrapDouble(objID, variable, getLastStepMeanSpeed(objID)); in handleVariable()
152 return wrapper->wrapStringList(objID, variable, getLastStepVehicleIDs(objID)); in handleVariable()
154 return wrapper->wrapInt(objID, variable, getLastStepHaltingNumber(objID)); in handleVariable()
156 return wrapper->wrapInt(objID, variable, getJamLengthVehicle(objID)); in handleVariable()
158 return wrapper->wrapDouble(objID, variable, getJamLengthMeters(objID)); in handleVariable()
160 return wrapper->wrapDouble(objID, variable, getLastStepOccupancy(objID)); in handleVariable()
162 return wrapper->wrapDouble(objID, variable, getPosition(objID)); in handleVariable()
164 return wrapper->wrapString(objID, variable, getLaneID(objID)); in handleVariable()
[all …]
H A DVehicleType.cpp369 return wrapper->wrapDouble(objID, variable, getLength(objID)); in handleVariable()
371 return wrapper->wrapDouble(objID, variable, getHeight(objID)); in handleVariable()
373 return wrapper->wrapDouble(objID, variable, getMinGap(objID)); in handleVariable()
375 return wrapper->wrapDouble(objID, variable, getMaxSpeed(objID)); in handleVariable()
377 return wrapper->wrapDouble(objID, variable, getAccel(objID)); in handleVariable()
379 return wrapper->wrapDouble(objID, variable, getDecel(objID)); in handleVariable()
389 return wrapper->wrapDouble(objID, variable, getTau(objID)); in handleVariable()
399 return wrapper->wrapString(objID, variable, getShapeClass(objID)); in handleVariable()
401 return wrapper->wrapDouble(objID, variable, getWidth(objID)); in handleVariable()
403 return wrapper->wrapColor(objID, variable, getColor(objID)); in handleVariable()
[all …]
H A DLane.cpp388 return wrapper->wrapInt(objID, variable, getLinkNumber(objID)); in handleVariable()
390 return wrapper->wrapString(objID, variable, getEdgeID(objID)); in handleVariable()
392 return wrapper->wrapDouble(objID, variable, getLength(objID)); in handleVariable()
394 return wrapper->wrapDouble(objID, variable, getMaxSpeed(objID)); in handleVariable()
396 return wrapper->wrapStringList(objID, variable, getAllowed(objID)); in handleVariable()
400 return wrapper->wrapDouble(objID, variable, getCO2Emission(objID)); in handleVariable()
402 return wrapper->wrapDouble(objID, variable, getCOEmission(objID)); in handleVariable()
404 return wrapper->wrapDouble(objID, variable, getHCEmission(objID)); in handleVariable()
406 return wrapper->wrapDouble(objID, variable, getPMxEmission(objID)); in handleVariable()
430 return wrapper->wrapDouble(objID, variable, getTraveltime(objID)); in handleVariable()
[all …]
H A DEdge.cpp373 return wrapper->wrapDouble(objID, variable, getTraveltime(objID)); in handleVariable()
375 return wrapper->wrapDouble(objID, variable, getWaitingTime(objID)); in handleVariable()
381 return wrapper->wrapDouble(objID, variable, getCO2Emission(objID)); in handleVariable()
383 return wrapper->wrapDouble(objID, variable, getCOEmission(objID)); in handleVariable()
385 return wrapper->wrapDouble(objID, variable, getHCEmission(objID)); in handleVariable()
387 return wrapper->wrapDouble(objID, variable, getPMxEmission(objID)); in handleVariable()
389 return wrapper->wrapDouble(objID, variable, getNOxEmission(objID)); in handleVariable()
393 return wrapper->wrapDouble(objID, variable, getNoiseEmission(objID)); in handleVariable()
405 return wrapper->wrapDouble(objID, variable, getLastStepLength(objID)); in handleVariable()
407 return wrapper->wrapInt(objID, variable, getLaneNumber(objID)); in handleVariable()
[all …]
H A DInductionLoop.cpp167 InductionLoop::handleVariable(const std::string& objID, const int variable, VariableWrapper* wrappe… in handleVariable() argument
170 return wrapper->wrapStringList(objID, variable, getIDList()); in handleVariable()
172 return wrapper->wrapInt(objID, variable, getIDCount()); in handleVariable()
174 return wrapper->wrapDouble(objID, variable, getPosition(objID)); in handleVariable()
176 return wrapper->wrapString(objID, variable, getLaneID(objID)); in handleVariable()
178 return wrapper->wrapInt(objID, variable, getLastStepVehicleNumber(objID)); in handleVariable()
180 return wrapper->wrapDouble(objID, variable, getLastStepMeanSpeed(objID)); in handleVariable()
182 return wrapper->wrapStringList(objID, variable, getLastStepVehicleIDs(objID)); in handleVariable()
184 return wrapper->wrapDouble(objID, variable, getLastStepOccupancy(objID)); in handleVariable()
186 return wrapper->wrapDouble(objID, variable, getLastStepMeanLength(objID)); in handleVariable()
[all …]
H A DMultiEntryExit.cpp104 MultiEntryExit::handleVariable(const std::string& objID, const int variable, VariableWrapper* wrapp… in handleVariable() argument
107 return wrapper->wrapStringList(objID, variable, getIDList()); in handleVariable()
109 return wrapper->wrapInt(objID, variable, getIDCount()); in handleVariable()
111 return wrapper->wrapInt(objID, variable, getLastStepVehicleNumber(objID)); in handleVariable()
113 return wrapper->wrapDouble(objID, variable, getLastStepMeanSpeed(objID)); in handleVariable()
115 return wrapper->wrapStringList(objID, variable, getLastStepVehicleIDs(objID)); in handleVariable()
117 return wrapper->wrapInt(objID, variable, getLastStepHaltingNumber(objID)); in handleVariable()
/dports/games/scummvm/scummvm-2.5.1/engines/macventure/
H A Dmacventure.cpp342 obj.object = objID; in enqueueObject()
382 if (objID == 0) { in handleObjectSelect()
389 if (objID == 0) { in handleObjectSelect()
391 objID = win; in handleObjectSelect()
393 if (objID > 0) { in handleObjectSelect()
754 _destObject = objID; in selectPrimaryObject()
763 if (objID) { in focusObjectWindow()
772 objID, in openObject()
788 _gui->setWindowTitle(invID, _world->getText(objID, objID, objID)); in openObject()
789 _gui->updateWindowInfo(invID, objID, _world->getChildren(objID, true)); in openObject()
[all …]
H A Dworld.cpp120 setParent(objID, value); in setObjAttr()
164 while (objID != 0 && objID != 1 && objID != root) { in getAncestor()
165 objID = getObjAttr(objID, kAttrParentObject); in getAncestor()
167 return objID; in getAncestor()
172 res.push_back(objID); in getFamily()
179 ObjID child = _relations[objID * 2]; in getChildren()
197 void World::updateObj(ObjID objID) { in updateObj() argument
205 _engine->focusObjWin(objID); in updateObj()
220 if (objID & 0x8000) { in getText()
306 return _groups[attrID][objID]; in getAttr()
[all …]
H A Dmacventure.h241 void focusObjWin(ObjID objID);
266 bool isObjVisible(ObjID objID);
268 bool isObjSelected(ObjID objID);
269 bool isObjExit(ObjID objID);
270 bool isHiddenExit(ObjID objID);
272 ObjID getParent(ObjID objID);
297 void selectObject(ObjID objID);
299 void highlightExit(ObjID objID);
305 void openObject(ObjID objID);
306 void closeObject(ObjID objID);
[all …]
H A Dworld.h75 Attribute getAttr(ObjID objID, uint32 attrID);
76 void setAttr(uint32 attrID, ObjID objID, Attribute value);
107 void updateObj(ObjID objID);
108 void captureChildren(ObjID objID);
109 void releaseChildren(ObjID objID);
111 uint32 getObjAttr(ObjID objID, uint32 attrID);
115 bool isObjActive(ObjID objID);
117 ObjID getAncestor(ObjID objID);
118 Common::Array<ObjID> getFamily(ObjID objID, bool recursive);
125 bool isObjDraggable(ObjID objID);
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/macventure/
H A Dworld.cpp120 setParent(objID, value); in setObjAttr()
164 while (objID != 0 && objID != 1 && objID != root) { in getAncestor()
165 objID = getObjAttr(objID, kAttrParentObject); in getAncestor()
167 return objID; in getAncestor()
172 res.push_back(objID); in getFamily()
179 ObjID child = _relations[objID * 2]; in getChildren()
197 void World::updateObj(ObjID objID) { in updateObj() argument
205 _engine->focusObjWin(objID); in updateObj()
220 if (objID & 0x8000) { in getText()
306 return _groups[attrID][objID]; in getAttr()
[all …]
H A Dmacventure.cpp358 obj.object = objID; in enqueueObject()
398 if (objID == 0) { in handleObjectSelect()
405 if (objID == 0) { in handleObjectSelect()
407 objID = win; in handleObjectSelect()
409 if (objID > 0) { in handleObjectSelect()
770 _destObject = objID; in selectPrimaryObject()
779 if (objID) { in focusObjectWindow()
788 objID, in openObject()
804 _gui->setWindowTitle(invID, _world->getText(objID, objID, objID)); in openObject()
805 _gui->updateWindowInfo(invID, objID, _world->getChildren(objID, true)); in openObject()
[all …]
H A Dmacventure.h242 void focusObjWin(ObjID objID);
267 bool isObjVisible(ObjID objID);
269 bool isObjSelected(ObjID objID);
270 bool isObjExit(ObjID objID);
271 bool isHiddenExit(ObjID objID);
273 ObjID getParent(ObjID objID);
298 void selectObject(ObjID objID);
300 void highlightExit(ObjID objID);
306 void openObject(ObjID objID);
307 void closeObject(ObjID objID);
[all …]
H A Dworld.h75 Attribute getAttr(ObjID objID, uint32 attrID);
76 void setAttr(uint32 attrID, ObjID objID, Attribute value);
107 void updateObj(ObjID objID);
108 void captureChildren(ObjID objID);
109 void releaseChildren(ObjID objID);
111 uint32 getObjAttr(ObjID objID, uint32 attrID);
115 bool isObjActive(ObjID objID);
117 ObjID getAncestor(ObjID objID);
118 Common::Array<ObjID> getFamily(ObjID objID, bool recursive);
125 bool isObjDraggable(ObjID objID);
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/vsphere/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/vmware/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/vmware/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/vsphere/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go40 func (c *RestClient) getAssociatedObject(objID *string, objType *string) *AssociatedObject {
41 if objID == nil && objType == nil {
45 ID: objID,
51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
52 object := c.getAssociatedObject(objID, objType)
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
89 Logger.Debugf("List attached tags of object id: %s, type: %s", objID, objType)
[all …]

12345678910>>...15