| 265 | ////////////////////////////////////////////////////////////////////////// |
| 266 | |
| 267 | BfFieldDef* BfFieldInstance::GetFieldDef() |
| 268 | { |
| 269 | if (mFieldIdx == -1) |
| 270 | return NULL; |
| 271 | return mOwner->mTypeDef->mFields[mFieldIdx]; |
| 272 | } |
| 273 | |
| 274 | ////////////////////////////////////////////////////////////////////////// |
| 275 |
no outgoing calls
no test coverage detected