Searched refs:typename (Results 76 - 100 of 614) sorted by relevance

1234567891011>>

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dcpp_type_traits.h76 template<typename _Iterator, typename _Container>
90 template<typename _Tp>
92 template<typename _Tp>
114 typedef typename __truth_type<__value>::__type __type;
118 template<typename, typename>
125 template<typename _Tp>
133 template<typename _Tp>
150 template<typename _T
[all...]
H A Dstl_numeric.h79 template<typename _InputIterator, typename _Tp>
105 template<typename _InputIterator, typename _Tp, typename _BinaryOperation>
133 template<typename _InputIterator1, typename _InputIterator2, typename _Tp>
164 template<typename _InputIterator1, typename _InputIterator
[all...]
H A Dstreambuf_iterator.h48 template<typename _CharT, typename _Traits>
50 : public iterator<input_iterator_tag, _CharT, typename _Traits::off_type,
59 typedef typename _Traits::int_type int_type;
64 template<typename _CharT2>
65 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
70 template<typename _CharT2>
71 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
76 template<typename _CharT2>
77 friend typename __gnu_cx
[all...]
H A Dostream_insert.h44 template<typename _CharT, typename _Traits>
50 typedef typename __ostream_type::ios_base __ios_base;
57 template<typename _CharT, typename _Traits>
62 typedef typename __ostream_type::ios_base __ios_base;
67 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c);
76 template<typename _CharT, typename _Traits>
82 typedef typename __ostream_typ
[all...]
H A Dstl_deque.h101 template<typename _Tp, typename _Ref, typename _Ptr>
241 template<typename _Tp, typename _Ref, typename _Ptr>
247 template<typename _Tp, typename _RefL, typename _PtrL,
248 typename _Ref
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DSymbolTableListTraits.h33 template<typename NodeTy> class ilist_iterator;
34 template<typename NodeTy, typename Traits> class iplist;
35 template<typename Ty> struct ilist_traits;
40 template<typename ValueSubClass, typename ItemParentClass>
70 template<typename TPtr>
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DDictionary.h51 template <typename Result>
53 template <typename Result>
56 template <typename T>
58 template <typename T>
68 template <typename T>
74 template <typename Result>
83 template <typename Result>
89 template <typename T>
106 template <typename T>
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/debug/
H A Dhash_multiset.h45 template<typename _Value,
46 typename _HashFcn = __gnu_cxx::hash<_Value>,
47 typename _EqualKey = std::equal_to<_Value>,
48 typename _Alloc = std::allocator<_Value> >
59 typedef typename _Base::key_type key_type;
60 typedef typename _Base::value_type value_type;
61 typedef typename _Base::hasher hasher;
62 typedef typename _Base::key_equal key_equal;
63 typedef typename _Base::size_type size_type;
64 typedef typename _Bas
[all...]
H A Dmap.h46 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
47 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
62 typedef typename _Base::reference reference;
63 typedef typename _Base::const_reference const_reference;
65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, map>
67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, map>
70 typedef typename _Base::size_type size_type;
71 typedef typename _Bas
[all...]
H A Dmultimap.h46 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
47 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
62 typedef typename _Base::reference reference;
63 typedef typename _Base::const_reference const_reference;
65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multimap>
67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
70 typedef typename _Base::size_type size_type;
71 typedef typename _Bas
[all...]
H A Dsafe_sequence.h45 template<typename _Iterator, typename _Sequence>
52 template<typename _Type>
67 template<typename _Iterator>
70 typedef typename std::iterator_traits<_Iterator>::difference_type
101 template<typename _Sequence>
110 template<typename _Predicate>
117 template<typename _Iterator>
122 template<typename _Sequence>
123 template<typename _Predicat
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DWeakInlines.h36 template<typename T> inline Weak<T>::Weak(T* cell, WeakHandleOwner* weakOwner, void* context)
41 template<typename T> inline bool Weak<T>::isHashTableDeletedValue() const
46 template<typename T> inline Weak<T>::Weak(typename Weak<T>::HashTableDeletedValueTag)
51 template<typename T> template<typename U> inline Weak<T>::Weak(const PassWeak<U>& other)
61 template<typename T> inline void Weak<T>::swap(Weak& other)
66 template<typename T> inline Weak<T>& Weak<T>::operator=(const PassWeak<T>& o)
73 template<typename T> inline T* Weak<T>::operator->() const
79 template<typename
[all...]
H A DMarkedSpace.h92 template<typename Functor> typename Functor::ReturnType forEachLiveCell(Functor&);
93 template<typename Functor> typename Functor::ReturnType forEachLiveCell();
94 template<typename Functor> typename Functor::ReturnType forEachDeadCell(Functor&);
95 template<typename Functor> typename Functor::ReturnType forEachDeadCell();
96 template<typename Functor> typename Functo
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/tr1/
H A Dtuple_iterate.h65 template<typename _U1, typename _U2>
70 template<typename _U1, typename _U2>
117 template<int __i, typename __Type>
126 template<typename _Tp>
129 static typename __add_ref<typename tuple_element<_GLIBCXX_NUM_ARGS,
134 static typename __add_c_ref<typename tuple_elemen
[all...]
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_sstream.i30 template<typename _CharT, typename _Traits = char_traits<_CharT>,
31 typename _Alloc = allocator<_CharT> >
40 typedef typename traits_type::int_type int_type;
41 typedef typename traits_type::pos_type pos_type;
42 typedef typename traits_type::off_type off_type;
64 template<typename _CharT, typename _Traits = char_traits<_CharT>,
65 typename _Alloc = allocator<_CharT> >
74 typedef typename traits_typ
[all...]
H A Dstd_alloc.i17 template<typename _Tp>
29 template<typename _Tp1>
35 template<typename _Tp1>
74 template<typename _Tp1>
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/
H A Dpod_char_traits.h49 template<typename V, typename I, typename S = mbstate_t>
59 template<typename V2>
67 template<typename V2>
77 template<typename V, typename I, typename S>
82 template<typename V, typename
[all...]
H A Darray_allocator.h48 template<typename _Tp>
90 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
108 template<typename _Tp1, typename _Array1 = _Array>
118 template<typename _Tp1, typename _Array1>
135 template<typename _Tp, typename _Array>
141 template<typename _T
[all...]
H A Dstdio_filebuf.h51 template<typename _CharT, typename _Traits = std::char_traits<_CharT> >
58 typedef typename traits_type::int_type int_type;
59 typedef typename traits_type::pos_type pos_type;
60 typedef typename traits_type::off_type off_type;
123 template<typename _CharT, typename _Traits>
127 template<typename _CharT, typename _Traits>
143 template<typename _Char
[all...]
H A Dnumeric_traits.h59 template<typename _Value>
67 template<typename _Value>
70 template<typename _Value>
73 template<typename _Value>
81 template<typename _Value>
84 template<typename _Value>
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DSetVector.h34 template <typename T, typename Vector = std::vector<T>,
35 typename Set = SmallSet<T, 16> >
44 typedef typename vector_type::const_iterator iterator;
45 typedef typename vector_type::const_iterator const_iterator;
46 typedef typename vector_type::size_type size_type;
52 template<typename It>
109 template<typename It>
119 typename vector_type::iterator I =
169 template <typename
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DSymbolTableListTraitsImpl.h27 template<typename ValueSubClass, typename ItemParentClass>
28 template<typename TPtr>
49 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
57 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
65 template<typename ValueSubClass, typename ItemParentClass>
76 template<typename ValueSubClass, typename ItemParentClass>
85 template<typename ValueSubClas
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DDOMFileSystem.h67 template <typename CB, typename CBArg>
70 template <typename CB, typename CBArg>
80 template <typename CB, typename CBArg>
100 template <typename CB, typename CBArg>
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DFloatConversion.h38 template<typename T>
48 template<typename T>
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DMessageSender.h38 template<typename U> bool send(const U& message)
43 template<typename U> bool send(const U& message, uint64_t destinationID)
52 template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, double timeout = Connection::NoTimeout, unsigned syncSendFlags = 0)
58 template<typename U> bool sendSync(const U& message, const typename U::Reply& reply, uint64_t destinationID, double timeout = Connection::NoTimeout, unsigned syncSendFlags = 0)

Completed in 157 milliseconds

1234567891011>>