aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/javanano/javanano_map_field.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove javanano.Feng Xiao2018-03-261-186/+0
* Add std:: namespace prefix to set and map (#3332)tanderson-google2017-07-091-1/+1
* Get the map factory per mergeFrom() call for JavaNano.Jisi Liu2015-02-071-1/+1
* implement hashCode() for JavaNano maps.Jisi Liu2015-02-061-0/+3
* Implement Equals for nano.Jisi Liu2015-02-061-0/+5
* Fix the behavior when merging conflicting keys, the new value alwaysJisi Liu2015-02-051-3/+3
* Moving internal code to InternalNano and rename MapUtil to MapFactories.Jisi Liu2015-02-041-3/+3
* parsing and serialzation for maps in JavaNano.Jisi Liu2015-02-031-5/+20
* Parsing for Maps in JavaNanoJisi Liu2015-02-021-10/+88
* Initial checkin for maps support in JavaNano.Jisi Liu2015-01-301-0/+85