| 237 | } |
| 238 | |
| 239 | S32 TSShape::findObject(S32 nameIndex) const |
| 240 | { |
| 241 | for (S32 i=0; i<objects.size(); i++) |
| 242 | if (objects[i].nameIndex==nameIndex) |
| 243 | return i; |
| 244 | return -1; |
| 245 | } |
| 246 | |
| 247 | S32 TSShape::findDetail(S32 nameIndex) const |
| 248 | { |
no test coverage detected