Searched defs:NonAllocatingMap (Results 1 - 1 of 1) sorted by relevance

/external/google-breakpad/src/common/
H A Dsimple_string_dictionary.h40 // 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 { class in namespace:google_breakpad
77 // NonAllocatingMap.
80 explicit Iterator(const NonAllocatingMap& map)
98 const NonAllocatingMap& map_;
104 NonAllocatingMap() : entries_() { function in class:google_breakpad::NonAllocatingMap
107 NonAllocatingMap(const NonAllocatingMap function in class:google_breakpad::NonAllocatingMap
124 NonAllocatingMap(const SerializedNonAllocatingMap* map, size_t size) { function in class:google_breakpad::NonAllocatingMap
[all...]

Completed in 228 milliseconds