Checks if this object is a byte array object
| 171 | |
| 172 | // Checks if this object is a byte array object |
| 173 | virtual bool IsByteArrayObject() const { return false; } |
| 174 | |
| 175 | // Gets the last child element with the specified field number. |
| 176 | virtual ObjectBase* GetFieldObject(FieldNumber fieldNumber) { return nullptr; } |
no outgoing calls
no test coverage detected