aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/proto3_lite_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Feng Xiao2018-08-081-104/+7
|
* Fixed up proto3_lite_unittest.ccAdam Cozzette2018-03-141-11/+11
|
* Integrated internal changes from GoogleAdam Cozzette2018-03-131-16/+11
|
* Change protobuf CPP proto generator to support the 'lite' option inChad Whipkey2016-04-151-0/+145
proto3. Added a couple unit test proto3 files, for arena_lite and lite. Cloned the proto3_arena_unittest to test some of the basics of generated code (and to ensure that the generated proto3 test files are used by some test).