| 1319 | } |
| 1320 | |
| 1321 | bool DbgType::IsBfObject() |
| 1322 | { |
| 1323 | if (mExtType == DbgExtType_Unknown) |
| 1324 | mExtType = CalcExtType(); |
| 1325 | return (mExtType == DbgExtType_BfObject) || (mExtType == DbgExtType_Interface); |
| 1326 | } |
| 1327 | |
| 1328 | bool DbgType::IsBfPayloadEnum() |
| 1329 | { |
no outgoing calls
no test coverage detected