HomeSort by relevance Sort by last modified time
    Searched full:template (Results 3526 - 3550 of 20596) sorted by null

<<141142143144145146147148149150>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 /// Primary template.
53 template<typename Key, typename Eq_Fn, typename _Alloc, bool Store_Hash>
57 template<typename Key, typename Eq_Fn, typename _Alloc>
61 typedef typename _Alloc::template rebind<Key>::other key_allocator;
80 template<typename Key, class Eq_Fn, class _Alloc>
85 typedef typename _Alloc::template rebind<Key>::other key_allocator;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rb_tree_map_/
node.hpp 51 template<typename Value_Type, class Metadata, typename _Alloc>
59 typename _Alloc::template rebind<
67 typename _Alloc::template rebind<
72 typename _Alloc::template rebind<
105 template<typename Value_Type, typename _Alloc>
113 typename _Alloc::template rebind<
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/splay_tree_/
node.hpp 49 template<typename Value_Type, class Metadata, typename _Alloc>
57 typename _Alloc::template rebind<
62 typename _Alloc::template rebind<metadata_type>::other::reference
66 typename _Alloc::template rebind<metadata_type>::other::const_reference
95 template<typename Value_Type, typename _Alloc>
103 typename _Alloc::template rebind<
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
special_function_util.h 50 template<typename _Tp>
58 template<typename _Tp>
109 template<typename _Tp>
115 template<typename _Tp>
119 template<>
123 template<>
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_ios.i 14 template<typename _CharT, typename _Traits = char_traits<_CharT> >
17 template<typename _CharT, typename _Traits = char_traits<_CharT> >
20 template<typename _CharT, typename _Traits = char_traits<_CharT> >
162 template<typename _CharT, typename _Traits = char_traits<_CharT> >
254 %template(ios) basic_ios<char>;
256 %template(wios) basic_ios<wchar_t>;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
range_access.h 46 template<class _Container>
56 template<class _Container>
66 template<class _Container>
76 template<class _Container>
85 template<class _Tp, size_t _Nm>
95 template<class _Tp, size_t _Nm>
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
point_const_iterator.hpp 53 template<typename Value_Type, typename Entry, bool Simple,
58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
71 typedef typename _Alloc::template rebind<value_type>::other::pointer
76 typename _Alloc::template rebind<value_type>::other::const_pointer
81 typename _Alloc::template rebind<value_type>::other::reference
86 typename _Alloc::template rebind<value_type>::other::const_reference
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 50 /// Primary template, base class for branch structure policies.
51 template<typename Node_CItr, typename Node_Itr, typename _Alloc>
62 typedef typename _Alloc::template rebind<rcvalue_type>::other rebind_v;
63 typedef typename _Alloc::template rebind<rckey_type>::other rebind_k;
87 template<typename Node_CItr, typename _Alloc>
94 typedef typename _Alloc::template rebind<rcvalue_type>::other rebind_v;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 /// Primary template.
53 template<typename Key, typename Eq_Fn, typename _Alloc, bool Store_Hash>
57 template<typename Key, typename Eq_Fn, typename _Alloc>
61 typedef typename _Alloc::template rebind<Key>::other key_allocator;
80 template<typename Key, class Eq_Fn, class _Alloc>
85 typedef typename _Alloc::template rebind<Key>::other key_allocator;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rb_tree_map_/
node.hpp 51 template<typename Value_Type, class Metadata, typename _Alloc>
59 typename _Alloc::template rebind<
67 typename _Alloc::template rebind<
72 typename _Alloc::template rebind<
105 template<typename Value_Type, typename _Alloc>
113 typename _Alloc::template rebind<
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/splay_tree_/
node.hpp 49 template<typename Value_Type, class Metadata, typename _Alloc>
57 typename _Alloc::template rebind<
62 typename _Alloc::template rebind<metadata_type>::other::reference
66 typename _Alloc::template rebind<metadata_type>::other::const_reference
95 template<typename Value_Type, typename _Alloc>
103 typename _Alloc::template rebind<
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
special_function_util.h 50 template<typename _Tp>
58 template<typename _Tp>
109 template<typename _Tp>
115 template<typename _Tp>
119 template<>
123 template<>
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_auto_ptr.h 31 template <class _Tp>
47 template<class _Tp>
88 template<class _Tp1> auto_ptr(auto_ptr<_Tp1>& __r) _STLP_NOTHROW {
93 template<class _Tp1> auto_ptr<_Tp>& operator=(auto_ptr<_Tp1>& __r) _STLP_NOTHROW {
118 template<class _Tp1> operator auto_ptr_ref<_Tp1>() _STLP_NOTHROW
120 template<class _Tp1> operator auto_ptr<_Tp1>() _STLP_NOTHROW
_iostream_string.h 40 template <class _CharT>
54 template <class _Tp1> struct rebind {
78 * the basic_string. This is why the associated __stl_alloc_rebind has only one template
83 template <class _Tp>
87 template <class _Tp>
96 template <class _CharT>
_valarray.h 47 template <class _Tp> class valarray;
51 template <class _Tp> class slice_array;
52 template <class _Tp> class gslice_array;
53 template <class _Tp> class mask_array;
54 template <class _Tp> class indirect_array;
63 template <class _Tp>
90 template <class _Tp>
377 template <class _Tp>
388 template <class _Tp>
399 template <class _Tp
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 36 template<typename Stringpool_char>
48 template<typename Stringpool_char>
61 template<typename Stringpool_char>
72 template<typename Stringpool_char>
98 template<typename Stringpool_char>
111 template<>
120 template<typename Stringpool_char>
135 template<typename Stringpool_char>
148 template<typename Stringpool_char>
211 template<typename Stringpool_char
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
vec.h 95 Vectors are template types with three arguments: the type of the
230 template <typename, typename, typename> friend struct vec;
242 template<typename, typename, typename> struct vec;
268 template<typename T>
272 template<typename T>
282 template<typename T>
310 template<typename T>
335 template<typename T, typename A>
339 template<typename T, typename A>
349 template<typename T, typename A
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 22 template<int Value> struct CT { template<typename> struct Inner; }; // expected-note{{previous use is here}}
31 struct CT<0> { }; // expected-error{{'template<>'}}
33 template<> union CT<1> { }; // expected-error{{tag type}}
35 struct CT<2>::Inner<int> { }; // expected-error 2{{'template<>'}}
139 template <class A>
142 template <int B>
147 template<class T>
149 typename F1<T>:: /*template*/ Iterator<0> Mypos; // expected-error {{use 'template' keyword to treat 'Iterator' as a dependent template name}
    [all...]
  /external/eigen/Eigen/src/Core/
DenseBase.h 1 // This file is part of Eigen, a lightweight C++ template library
41 template<typename Derived> class DenseBase
249 template<typename OtherDerived>
252 /** Special case of the template operator=, in order to prevent the compiler
257 template<typename OtherDerived>
260 template<typename OtherDerived>
263 template<typename OtherDerived>
266 template<typename OtherDerived>
270 template<typename OtherDerived>
274 template<typename OtherDerived
    [all...]
VectorwiseOp.h 1 // This file is part of Eigen, a lightweight C++ template library
32 template< typename MatrixType, typename MemberOp, int Direction>
36 template<typename MatrixType, typename MemberOp, int Direction>
56 typedef typename MemberOp::template Cost<InputScalar,int(TraversalSize)> CostOpType;
58 typedef typename MemberOp::template Cost<InputScalar,TraversalSize> CostOpType;
67 template< typename MatrixType, typename MemberOp, int Direction>
106 template <typename ResultType> \
110 template<typename Scalar, int Size> struct Cost \
112 template<typename XprType> \
134 template <typename BinaryOp, typename Scalar
    [all...]
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 1 // This file is part of Eigen, a lightweight C++ template library
35 template<typename Derived>
86 template<typename Rhs>
100 template<typename Rhs>
138 template<typename Stream>
152 template<typename Rhs,typename Dest>
184 template<bool DoLDLT>
195 template<bool DoLDLT>
201 ap.template selfadjointView<Upper>() = a.template selfadjointView<UpLo>().twistedBy(m_P)
    [all...]
  /external/gmock/include/gmock/internal/
gmock-internal-utils.h 62 template <typename Pointer>
69 template <typename T>
75 template <typename Pointer>
80 template <typename Element>
84 template <typename T>
131 template <typename T> struct KindOf {
137 template <> struct KindOf<type> { enum { value = kind }; }
184 template <TypeKind kFromKind, typename From, TypeKind kToKind, typename To>
188 template <>
193 template <typename To
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
affine.hpp 60 template<typename T>
122 template <typename Y> operator Affine3<Y>() const;
124 template <typename Y> Affine3<Y> cast() const;
136 template<typename T> static
139 template<typename T, typename V> static
148 template<typename _Tp> class DataType< Affine3<_Tp> >
174 template<typename T> inline
179 template<typename T> inline
184 template<typename T> inline
193 template<typename T> inlin
    [all...]
  /external/v8/src/heap/
objects-visiting-inl.h 18 template <typename Callback>
24 template <typename StaticVisitor>
88 table_.template RegisterSpecializations<DataObjectVisitor, kVisitDataObject,
91 table_.template RegisterSpecializations<JSObjectVisitor, kVisitJSObject,
93 table_.template RegisterSpecializations<StructVisitor, kVisitStruct,
98 template <typename StaticVisitor>
112 template <typename StaticVisitor>
123 template <typename StaticVisitor>
197 table_.template RegisterSpecializations<DataObjectVisitor, kVisitDataObject,
200 table_.template RegisterSpecializations<JSObjectVisitor, kVisitJSObject
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
bit.inl 15 template <typename genIType>
27 template <typename genType>
43 template <typename T, precision P>
54 template <typename T, precision P>
66 template <typename T, precision P>
80 template <typename genType>
93 template <typename T, precision P>
104 template <typename T, precision P>
116 template <typename T, precision P>
130 template <typename genType
    [all...]

Completed in 1621 milliseconds

<<141142143144145146147148149150>>