Searched refs:NonConstTraits (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTypeTraits.h17 struct NonConstTraits;
26 typedef NonConstTraits<DataType> nonconst_traits;
30 struct NonConstTraits { struct in namespace:mcld
36 typedef NonConstTraits<DataType> nonconst_traits;
46 typedef NonConstTraits<DataType> nonconst_traits;
57 typedef NonConstTraits<DataType> nonconst_traits;
H A DHashTable.h45 typedef HashIterator<ChainIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >
50 typedef HashIterator<EntryIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >
H A DBinTree.h347 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator;
350 typedef PolicyIterator<value_type, NonConstTraits<value_type>, DFSIterator>
355 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator>
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryRegion.h19 typedef NonConstTraits<uint8_t>::pointer Address;
H A DDirectory.h120 typedef NonConstTraits<Directory> non_const_traits;
H A DGCFactory.h106 NonConstTraits<typename Alloc::value_type> > iterator;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h30 typedef NonConstTraits<unsigned char>::pointer Address;
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h77 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator;
80 typedef PolicyIterator<value_type, NonConstTraits<value_type>, DFSIterator>
84 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator>

Completed in 102 milliseconds