Check whether this is a valid pointer.
| 331 | |
| 332 | //! Check whether this is a valid pointer. |
| 333 | bool IsValid() const { return parseErrorCode_ == kPointerParseErrorNone; } |
| 334 | |
| 335 | //! Get the parsing error offset in code unit. |
| 336 | size_t GetParseErrorOffset() const { return parseErrorOffset_; } |
no outgoing calls
no test coverage detected