Lines Matching refs:T

160 template <typename T>
162 const AbiElementMap<const T*> &old_ud_types_map, in CollectUserDefinedTypesInternal()
163 const AbiElementMap<const T*> &new_ud_types_map, in CollectUserDefinedTypesInternal()
175 template <typename T, typename ElfSymbolType>
177 const AbiElementMap<T> &old_exportables, in CollectDynsymExportables()
178 const AbiElementMap<T> &new_exportables, in CollectDynsymExportables()
184 AbiElementMap<const T *> old_exportables_map; in CollectDynsymExportables()
185 AbiElementMap<const T *> new_exportables_map; in CollectDynsymExportables()
223 template <typename T>
225 const AbiElementMap<const T*> &old_elements_map, in Collect()
226 const AbiElementMap<const T*> &new_elements_map, in Collect()
276 template <typename T>
278 const AbiElementMap<const T*> &old_elements_map, in PopulateRemovedElements()
279 const AbiElementMap<const T*> &new_elements_map, in PopulateRemovedElements()
285 std::vector<const T *> removed_elements = in PopulateRemovedElements()
298 template <typename T>
300 const AbiElementMap<const T *> &old_elements_map, in PopulateCommonElements()
301 const AbiElementMap<const T *> &new_elements_map, in PopulateCommonElements()
306 std::vector<std::pair<const T *, const T *>> common_elements = in PopulateCommonElements()
316 template <typename T>
318 std::vector<const T *> &elements, in DumpLoneElements()
328 if (IgnoreSymbol<T>(element, ignored_symbols_, in DumpLoneElements()
329 [](const T *e) {return e->GetLinkerSetKey();})) { in DumpLoneElements()
371 template <typename T>
373 std::vector<std::pair<const T *,const T *>> &pairs, in DumpDiffElements() argument
379 const T *old_element = pair.first; in DumpDiffElements()
380 const T *new_element = pair.second; in DumpDiffElements()
382 if (IgnoreSymbol<T>(old_element, ignored_symbols_, in DumpDiffElements()
383 [](const T *e) {return e->GetLinkerSetKey();})) { in DumpDiffElements()
387 DiffWrapper<T> diff_wrapper( in DumpDiffElements()