Lines Matching refs:hash_map
187 // Used only by MSVC and platforms where hash_map is not available.
208 // Used only by MSVC and platforms where hash_map is not available.
277 typedef hash_map<const char*, Symbol,
280 typedef hash_map<PointerStringPair, Symbol,
283 typedef hash_map<const char*, const FileDescriptor*,
286 typedef hash_map<PointerStringPair, const FieldDescriptor*,
289 typedef hash_map<DescriptorIntPair, const FieldDescriptor*,
292 typedef hash_map<EnumIntPair, const EnumValueDescriptor*,
295 // This is a map rather than a hash_map, since we use it to iterate