my rage from v8 is spilling over
Go to file
Tom Chao 28b4dec79b Minimize method count for nanoproto.
- Migrates getCachedSize to the MessageNano parent class to save one method per message.
- Create ExtendableMessageNano parent class for protos with extensions, this saves the
getExtension and setExtension methods on the relevant messages.
- getSerializedSize's default case (with no fields to serialize) also migrate to the
parent class, which saves methods on empty messages.
- Container classes become interfaces to save the constructor.

Change-Id: I81f1a1b6d6a660096835e9df3ea20456655aab4a
2013-11-11 11:22:02 -08:00
java Minimize method count for nanoproto. 2013-11-11 11:22:02 -08:00
src/google/protobuf Minimize method count for nanoproto. 2013-11-11 11:22:02 -08:00
Android.mk Fix checkbuild targets, remove unittest_enum_mulitplejava_nano.proto. 2013-08-07 21:00:39 -07:00