Searched refs:propDscr (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.cc1084 PropDescr *propDscr = props->fetch (i); local
1085 if (propDscr->propID == prop_id)
1086 return propDscr;
1100 DataDescriptor::addProperty (PropDescr *propDscr) argument
1102 if (propDscr == NULL)
1104 if (propDscr->propID < 0)
1106 PropDescr *oldProp = getProp (propDscr->propID);
1109 checkCompatibility (propDscr->vtype, oldProp->vtype); //YXXX depends on experiment correctness
1110 delete propDscr;
1113 props->append (propDscr);
[all...]
H A DExpression.cc158 PropDescr *propDscr = ctx->dview->getProp (propId);
159 if (!propDscr)
161 switch (propDscr->vtype)
H A DExperiment.cc197 PropDescr *propDscr; member in class:Experiment::ExperimentHandler
316 propDscr = NULL;
1128 propDscr = new PropDescr (propID, name);
1153 propDscr->vtype = fldDscr->vtype;
1155 // TYPE_DATE is converted to TYPE_UINT64 in propDscr
1157 propDscr->vtype = TYPE_UINT64;
1163 propDscr->vtype = TYPE_UINT32;
1165 propDscr->vtype = TYPE_UINT64;
1171 propDscr->vtype = TYPE_UINT32; // override experiment property
1175 propDscr
[all...]
H A DDbe.cc9128 PropDescr *propDscr = packets->getProp (lookup_prop_id); local
9129 if (propDscr != NULL)
9131 switch (propDscr->vtype)
9137 items_per_prop = propDscr->getMaxState () + 1;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DTable.cc1084 PropDescr *propDscr = props->fetch (i); local
1085 if (propDscr->propID == prop_id)
1086 return propDscr;
1100 DataDescriptor::addProperty (PropDescr *propDscr) argument
1102 if (propDscr == NULL)
1104 if (propDscr->propID < 0)
1106 PropDescr *oldProp = getProp (propDscr->propID);
1109 checkCompatibility (propDscr->vtype, oldProp->vtype); //YXXX depends on experiment correctness
1110 delete propDscr;
1113 props->append (propDscr);
[all...]
H A DExpression.cc158 PropDescr *propDscr = ctx->dview->getProp (propId);
159 if (!propDscr)
161 switch (propDscr->vtype)
H A DExperiment.cc197 PropDescr *propDscr; member in class:Experiment::ExperimentHandler
316 propDscr = NULL;
1128 propDscr = new PropDescr (propID, name);
1153 propDscr->vtype = fldDscr->vtype;
1155 // TYPE_DATE is converted to TYPE_UINT64 in propDscr
1157 propDscr->vtype = TYPE_UINT64;
1163 propDscr->vtype = TYPE_UINT32;
1165 propDscr->vtype = TYPE_UINT64;
1171 propDscr->vtype = TYPE_UINT32; // override experiment property
1175 propDscr
[all...]
H A DDbe.cc9128 PropDescr *propDscr = packets->getProp (lookup_prop_id); local
9129 if (propDscr != NULL)
9131 switch (propDscr->vtype)
9137 items_per_prop = propDscr->getMaxState () + 1;

Completed in 522 milliseconds