Lines Matching defs:NonAllocatingMap
40 // Opaque type for the serialized representation of a NonAllocatingMap. One is
41 // created in NonAllocatingMap::Serialize and can be deserialized using one of
45 // NonAllocatingMap is an implementation of a map/dictionary collection that
58 class NonAllocatingMap {
77 // NonAllocatingMap.
80 explicit Iterator(const NonAllocatingMap& map)
98 const NonAllocatingMap& map_;
104 NonAllocatingMap() : entries_() {
107 NonAllocatingMap(const NonAllocatingMap& other) {
111 NonAllocatingMap& operator=(const NonAllocatingMap& other) {
124 NonAllocatingMap(const SerializedNonAllocatingMap* map, size_t size) {
256 typedef NonAllocatingMap<256, 256, 64> SimpleStringDictionary;