HomeSort by relevance Sort by last modified time
    Searched refs:NonConstTraits (Results 1 - 8 of 8) 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 50 NonConstTraits<HashEntryTy> > chain_iterator;
55 NonConstTraits<HashEntryTy> > entry_iterator;
BinTree.h 372 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator;
375 typedef PolicyIterator<value_type, NonConstTraits<value_type>, DFSIterator> dfs_iterator;
377 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator> bfs_iterator;
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentRef.h 34 typedef NonConstTraits<unsigned char>::pointer Address;
  /frameworks/compile/mclinker/include/mcld/Support/
Space.h 38 typedef NonConstTraits<uint8_t>::pointer Address;
Directory.h 118 typedef NonConstTraits<Directory> non_const_traits;
GCFactory.h 119 NonConstTraits<
  /frameworks/compile/mclinker/include/mcld/
InputTree.h 83 typedef TreeIterator<value_type, NonConstTraits<value_type> > iterator;
86 typedef PolicyIterator<value_type, NonConstTraits<value_type>, DFSIterator> dfs_iterator;
88 typedef PolicyIterator<value_type, NonConstTraits<value_type>, BFSIterator> bfs_iterator;

Completed in 422 milliseconds