aboutsummaryrefslogtreecommitdiff
path: root/src/common/simple_string_dictionary.h
Commit message (Expand)AuthorAgeFilesLines
* Add index-based set functionality to NonAllocatingMap.Robert Sesek2017-11-071-31/+48
* Create LongStringDictionary and replace SimpleStringDictionary on iOSYi Wang2017-11-031-2/+4
* Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...Mark Mentovai2017-11-021-4/+2
* Create LongStringDictionary and replace SimpleStringDictionary usages in clie...Yi Wang2017-10-271-2/+4
* In NonAllocatingMap, remove asserts around key/value length.rsesek@chromium.org2013-10-011-3/+0
* NULL-check the entry in NonAllocatingMap before setting on it.rsesek@chromium.org2013-05-081-2/+4
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-241-116/+183
* Get SimpleStringDictionary compiling on Linux.rsesek@chromium.org2013-04-191-5/+7
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-181-0/+192