HomeSort by relevance Sort by last modified time
    Searched refs:NonConstTraits (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/include/mcld/ADT/
TypeTraits.h 20 struct NonConstTraits;
30 typedef NonConstTraits<DataType> nonconst_traits;
34 struct NonConstTraits
41 typedef NonConstTraits<DataType> nonconst_traits;
52 typedef NonConstTraits<DataType> nonconst_traits;
64 typedef NonConstTraits<DataType> nonconst_traits;
HashTable.h 51 NonConstTraits<HashEntryTy> > chain_iterator;
56 NonConstTraits<HashEntryTy> > entry_iterator;
BinTree.h 375 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator;
378 typedef PolicyIterator<value_type, NonConstTraits<value_type>, DFSIterator> dfs_iterator;
380 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator> bfs_iterator;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryRegion.h 45 typedef NonConstTraits<mcld::sys::fs::detail::Address>::value_type Address;
47 typedef NonConstTraits<mcld::sys::fs::detail::Offset>::value_type Offset;
Directory.h 119 typedef NonConstTraits<Directory> non_const_traits;
GCFactory.h 119 NonConstTraits<
  /frameworks/compile/mclinker/include/mcld/MC/
MCFragmentRef.h 35 typedef NonConstTraits<unsigned char>::pointer Address;

Completed in 135 milliseconds