HomeSort by relevance Sort by last modified time
    Searched refs:typename (Results 1 - 25 of 1040) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/compiler/
ttei6.cpp 15 template <typename T1>
18 template <typename T2>
26 template <typename T1, typename T2>
29 typedef typename A<T1>:: template B<T2>::_Type ABType;
ttei7.cpp 16 template <typename T1>
19 template <typename T2>
27 template <typename T, typename A>
30 typedef typename A:: template B<T>::_Type _ATType;
ttei1.cpp 17 template <typename T>
23 template <typename T>
29 template <> template <typename T>
ttei3.cpp 25 template <typename T>
31 template <typename T>
38 template <typename T>
ttei5.cpp 25 template <typename T>
31 template <typename T>
38 template <typename T>
ttei4.cpp 26 template <typename T>
32 template <typename T>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 189 template<typename _IIter, typename _Predicate>
193 template<typename _IIter, typename _Predicate>
198 template<typename _FIter, typename _Tp>
202 template<typename _FIter, typename _Tp, typename _Compare>
206 template<typename _IIter, typename _OIter
    [all...]
localefwd.h 51 template<typename _Facet>
55 template<typename _Facet>
60 template<typename _CharT>
64 template<typename _CharT>
68 template<typename _CharT>
72 template<typename _CharT>
76 template<typename _CharT>
80 template<typename _CharT>
84 template<typename _CharT>
88 template<typename _CharT
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
numericfwd.h 41 template<typename _IIter, typename _Tp>
45 template<typename _IIter, typename _Tp>
49 template<typename _IIter, typename _Tp>
53 template<typename _IIter, typename _Tp, typename _Tag>
57 template<typename _IIter, typename _Tp, typename _BinaryOper
    [all...]
algorithmfwd.h 41 template<typename _FIter>
45 template<typename _FIter>
49 template<typename _FIter, typename _IterTag>
53 template<typename _RAIter>
58 template<typename _FIter, typename _BiPredicate>
62 template<typename _FIter, typename _BiPredicate>
67 template<typename _FIter, typename _BiPredicate, typename _IterTag
    [all...]
  /external/webkit/JavaScriptCore/wtf/
HashMap.h 28 template<typename PairType> struct PairFirstExtractor;
30 template<typename KeyArg, typename MappedArg, typename HashArg = typename DefaultHash<KeyArg>::Hash,
31 typename KeyTraitsArg = HashTraits<KeyArg>, typename MappedTraitsArg = HashTraits<MappedArg> >
39 typedef typename KeyTraits::TraitType KeyType;
40 typedef typename MappedTraits::TraitType MappedType;
41 typedef typename ValueTraits::TraitType ValueType
    [all...]
HashCountedSet.h 31 template<typename Value, typename HashFunctions = typename DefaultHash<Value>::Hash,
32 typename Traits = HashTraits<Value> > class HashCountedSet : public FastAllocBase {
37 typedef typename ImplType::iterator iterator;
38 typedef typename ImplType::const_iterator const_iterator;
78 template<typename Value, typename HashFunctions, typename Traits>
84 template<typename Value, typename HashFunctions, typename Traits
    [all...]
RefPtrHashMap.h 28 template<typename RawKeyType, typename ValueType, typename ValueTraits, typename HashFunctions>
30 typedef typename ValueType::first_type KeyType;
31 typedef typename ValueType::second_type MappedType;
32 typedef typename ValueTraits::FirstTraits KeyTraits;
33 typedef typename ValueTraits::SecondTraits MappedTraits;
44 template<typename T, typename MappedArg, typename HashArg, typename KeyTraitsArg, typename MappedTraitsArg
    [all...]
HashSet.h 29 template<typename Value, typename HashFunctions, typename Traits> class HashSet;
30 template<typename Value, typename HashFunctions, typename Traits>
32 template<typename Value, typename HashFunctions, typename Traits>
35 template<typename T> struct IdentityExtractor
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
cast.h 44 template<typename _ToType>
46 { typedef typename _ToType::element_type* type; };
48 template<typename _ToType>
59 template<typename _ToType, typename _FromType>
62 { return _ToType(static_cast<typename _Caster<_ToType>::
65 template<typename _ToType, typename _FromType>
68 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
71 template<typename _ToType, typename _FromType
    [all...]
type_traits.h 40 template<bool, typename>
44 template<typename _Tp>
50 template<bool _Cond, typename _Iftrue, typename _Iffalse>
54 template<typename _Iftrue, typename _Iffalse>
60 template<typename _Tp>
67 typedef typename __if_type::__type __type;
103 template<typename _Tp>
110 typedef typename __if_type::__type __type;
    [all...]
typelist.h 55 template<typename Root>
62 template<typename Hd, typename Typelist>
70 template<typename Fn, typename Typelist>
75 template<typename Gn, typename Typelist>
80 template<typename Gn, typename TypelistT, typename TypelistV
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
basic_tree_policy_base.hpp 55 template<typename Const_Node_Iterator,
56 typename Node_Iterator,
57 typename Allocator>
61 typedef typename Node_Iterator::value_type it_type;
63 typedef typename std::iterator_traits< it_type>::value_type value_type;
65 typedef typename value_type::first_type key_type;
68 typename Allocator::template rebind<
69 typename remove_const<
74 typename Allocator::template rebind<
75 typename remove_const
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
priority_queue_base_dispatch.hpp 55 template<typename Value_Type, typename Cmp_Fn, typename Tag, typename Allocator>
58 template<typename Value_Type, typename Cmp_Fn, typename Allocator>
64 template<typename Value_Type, typename Cmp_Fn, typename Allocator
    [all...]
constructors_destructor_fn_imps.hpp 50 template<typename T0>
55 template<typename T0, typename T1>
60 template<typename T0, typename T1, typename T2>
65 template<typename T0, typename T1, typename T2, typename T3
    [all...]
basic_types.hpp 53 template<typename Key, typename Mapped, typename Allocator, bool Store_Hash>
60 template<typename Key, typename Mapped, typename Allocator>
63 typedef typename Allocator::template rebind<Mapped>::other mapped_type_allocator;
64 typedef typename mapped_type_allocator::value_type mapped_type;
65 typedef typename mapped_type_allocator::pointer mapped_pointer;
66 typedef typename mapped_type_allocator::const_pointer const_mapped_pointer
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
binders.h 96 template<typename _Operation>
98 : public unary_function<typename _Operation::second_argument_type,
99 typename _Operation::result_type>
103 typename _Operation::first_argument_type value;
107 const typename _Operation::first_argument_type& __y)
110 typename _Operation::result_type
111 operator()(const typename _Operation::second_argument_type& __x) const
116 typename _Operation::result_type
117 operator()(typename _Operation::second_argument_type& __x) const
122 template<typename _Operation, typename _Tp
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
traits.hpp 52 template<typename Key,
53 typename Mapped,
55 template<typename Const_Node_Iterator,
78 typename Allocator::template rebind<
80 typename type_traits::value_type,
81 typename type_traits::pointer,
82 typename type_traits::const_pointer,
83 typename type_traits::reference,
84 typename type_traits::const_reference,
91 typename Allocator::template rebind
    [all...]

Completed in 313 milliseconds

1 2 3 4 5 6 7 8 91011>>