Lines Matching defs:map
108 /// A convenience typedef for a map that associates a pointer to type
186 /// A map meant to carry non canonicalized types as key.
222 // type id map for non-canonicalized types.
225 // A map of types that are referenced by emitted pointers,
609 type_ptr_map *map;
611 : map(m)
660 map->find(const_cast<type_base*>(l));
661 if (i != map->end())
663 i = map->find(const_cast<type_base*>(r));
664 if (i != map->end())
690 /// Sort the content of a map of type pointers into a vector.
695 /// @param types the map to sort.
712 /// Sort the content of a map of type pointers into a vector.
717 /// @param types the map to sort.
828 /// Clear the map that contains the IDs of the types that has been
2289 // So this map of type -> string is to contain the referenced types
4876 /// Serialize the map that is stored at
4884 /// @param o the output stream to serialize the map to.
4913 /// Serialize the map that is stored at
4921 /// @param file_path the file to serialize the map to.