Returns the underlying message. Clients must check HasFullProto before downcasting to Message.
| 103 | // |
| 104 | // Clients must check HasFullProto before downcasting to Message. |
| 105 | const google::protobuf::MessageLite* message_ptr() const { |
| 106 | return reinterpret_cast<const google::protobuf::MessageLite*>(message_ptr_ & |
| 107 | kPtrMask); |
| 108 | } |
| 109 | |
| 110 | // Type information associated with this message. |
| 111 | const LegacyTypeInfoApis* legacy_type_info() const { |