protobuf/src
Brian Duff a69b461e1e Inline unknownFieldData{Equals,HashCode} to generated code.
It turns out dex (apparently) was inlining these protected final
methods from ExtendableMessageNano into every message class. Removing
these methods from the base class and inlining their code reduces
the method count by 2 methods / message when the store_unknown_fields
option is on.

Change-Id: I0aa09f2016d39939c4c8b8219601793b8fab301f
2015-04-28 13:02:33 -07:00
..
google/protobuf Inline unknownFieldData{Equals,HashCode} to generated code. 2015-04-28 13:02:33 -07:00
solaris Add file that was mysteriously missing from SVN tree. 2008-09-23 21:05:07 +00:00
Makefile.am Change fixture name to be consistent 2015-03-31 10:21:49 -07:00