Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/ADT/
DTypeTraits.h17 struct NonConstTraits;
26 typedef NonConstTraits<DataType> nonconst_traits;
30 struct NonConstTraits { struct
36 typedef NonConstTraits<DataType> nonconst_traits; argument
46 typedef NonConstTraits<DataType> nonconst_traits;
57 typedef NonConstTraits<DataType> nonconst_traits;
DHashTable.h45 typedef HashIterator<ChainIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >
50 typedef HashIterator<EntryIteratorBase<BaseTy>, NonConstTraits<HashEntryTy> >
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/
DMemoryRegion.h19 typedef NonConstTraits<uint8_t>::pointer Address;
DDirectory.h120 typedef NonConstTraits<Directory> non_const_traits;
DGCFactory.h106 NonConstTraits<typename Alloc::value_type> > iterator;
/frameworks/compile/mclinker/include/mcld/
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>
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentRef.h30 typedef NonConstTraits<unsigned char>::pointer Address;