| 73 | } |
| 74 | |
| 75 | BfParser* BfParserData::ToParser() |
| 76 | { |
| 77 | if (mUniqueParser != NULL) |
| 78 | { |
| 79 | BF_ASSERT(mUniqueParser->mOrigSrcLength >= 0); |
| 80 | BF_ASSERT((mUniqueParser->mCursorIdx >= -1) || (mUniqueParser->mCursorIdx <= mUniqueParser->mOrigSrcLength)); |
| 81 | } |
| 82 | return mUniqueParser; |
| 83 | } |
| 84 | |
| 85 | ////////////////////////////////////////////////////////////////////////// |
| 86 |
no outgoing calls
no test coverage detected