HomeSort by relevance Sort by last modified time
    Searched refs:typename (Results 226 - 250 of 10812) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/tree_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/trie_policy/
null_node_update_imp.hpp 42 template<typename Const_Node_Iterator_,
43 typename Node_Iterator_,
45 typename Allocator_>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
memoryfwd.h 63 template<typename>
70 template<typename, typename>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
memoryfwd.h 63 template<typename>
70 template<typename, typename>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
minus.hpp 15 typename Tag1
16 , typename Tag2
33 template< typename U1, typename U2 > struct apply
40 template< typename Tag > struct minus_impl< na,Tag >
42 template< typename U1, typename U2 > struct apply
49 template< typename Tag > struct minus_impl< Tag,na >
51 template< typename U1, typename U2 > struct appl
    [all...]
plus.hpp 15 typename Tag1
16 , typename Tag2
33 template< typename U1, typename U2 > struct apply
40 template< typename Tag > struct plus_impl< na,Tag >
42 template< typename U1, typename U2 > struct apply
49 template< typename Tag > struct plus_impl< Tag,na >
51 template< typename U1, typename U2 > struct appl
    [all...]
times.hpp 15 typename Tag1
16 , typename Tag2
33 template< typename U1, typename U2 > struct apply
40 template< typename Tag > struct times_impl< na,Tag >
42 template< typename U1, typename U2 > struct apply
49 template< typename Tag > struct times_impl< Tag,na >
51 template< typename U1, typename U2 > struct appl
    [all...]
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p2-0x.cpp 4 template<typename T> using X = A; // expected-note {{declared here}}
8 template<typename T> using Id = T; // expected-note {{declared here}}
9 template<template<typename> class F>
12 typename F<A>::type j; // ok
15 template<typename T> using U = F<char>; // expected-note 2{{declared here}}
17 typename Y<F>::template U<char> l; // ok
  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.over.link/
p4-neg.cpp 3 template<typename T> void f0(T) { } // expected-note{{previous}}
13 template<template<typename T, T Value1, int> class>
16 template<typename T>
19 template<typename T>
20 typename MetaFun<T*>::type f0(const T&) { while (1) {} } // expected-note{{previous}}
22 typename MetaFun<U*>::type f0(const U&) { while (1) {} } // expected-error{{redefinition}}
  /external/clang/test/Index/
overriding-ftemplate-comments.cpp 13 template<typename T>
16 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_17</Name><USR>c:@FT@&gt;1#Tcomment_to_html_conversion_17#t0.0#</USR><Declaration>template &lt;typename T&gt; void comment_to_html_conversion_17(T AAA)</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah</Para></Discussion></Parameter></Parameters></Function>]
18 template<typename T>
21 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_17</Name><USR>c:@FT@&gt;1#Tcomment_to_html_conversion_17#t0.0#</USR><Declaration>template &lt;typename T&gt; void comment_to_html_conversion_17(T PPP)</Declaration><Parameters><Parameter><Name>PPP</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Blah blah</Para></Discussion></Parameter></Parameters></Function>]
27 template<typename AAA, typename BBB>
30 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_19</Name><USR>c:@FT@&gt;2#T#Tcomment_to_html_conversion_19#t0.0#t0.1#</USR><Declaration>template &lt;typename AAA, typename BBB&gt;\nvoid comment_to_html_conversion_19(AAA aaa, BBB bbb)</Declaration><TemplateParameters><Parameter><Name>AAA</Name><Index>0</Index><Discussion><Para> Aaa</Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</Index><Discussion><Para> Bbb </Para></Discussion></Parameter></TemplateParameters></Function>]
32 template<typename PPP, typename QQQ
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/backward/
binders.h 99 template<typename _Operation>
101 : public unary_function<typename _Operation::second_argument_type,
102 typename _Operation::result_type>
106 typename _Operation::first_argument_type value;
110 const typename _Operation::first_argument_type& __y)
113 typename _Operation::result_type
114 operator()(const typename _Operation::second_argument_type& __x) const
119 typename _Operation::result_type
120 operator()(typename _Operation::second_argument_type& __x) const
125 template<typename _Operation, typename _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 103 template<typename _Operation>
105 : public unary_function<typename _Operation::second_argument_type,
106 typename _Operation::result_type>
110 typename _Operation::first_argument_type value;
114 const typename _Operation::first_argument_type& __y)
117 typename _Operation::result_type
118 operator()(const typename _Operation::second_argument_type& __x) const
123 typename _Operation::result_type
124 operator()(typename _Operation::second_argument_type& __x) const
129 template<typename _Operation, typename _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 51 template<typename Node_CItr, typename Node_Itr, typename _Alloc>
55 typedef typename Node_Itr::value_type it_type;
56 typedef typename std::iterator_traits<it_type>::value_type value_type;
57 typedef typename value_type::first_type key_type;
59 typedef typename remove_const<value_type>::type rcvalue_type;
60 typedef typename remove_const<key_type>::type rckey_type;
62 typedef typename _Alloc::template rebind<rcvalue_type>::other rebind_v;
63 typedef typename _Alloc::template rebind<rckey_type>::other rebind_k
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
binders.h 103 template<typename _Operation>
105 : public unary_function<typename _Operation::second_argument_type,
106 typename _Operation::result_type>
110 typename _Operation::first_argument_type value;
114 const typename _Operation::first_argument_type& __y)
117 typename _Operation::result_type
118 operator()(const typename _Operation::second_argument_type& __x) const
123 typename _Operation::result_type
124 operator()(typename _Operation::second_argument_type& __x) const
129 template<typename _Operation, typename _Tp
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/branch_policy/
branch_policy.hpp 51 template<typename Node_CItr, typename Node_Itr, typename _Alloc>
55 typedef typename Node_Itr::value_type it_type;
56 typedef typename std::iterator_traits<it_type>::value_type value_type;
57 typedef typename value_type::first_type key_type;
59 typedef typename remove_const<value_type>::type rcvalue_type;
60 typedef typename remove_const<key_type>::type rckey_type;
62 typedef typename _Alloc::template rebind<rcvalue_type>::other rebind_v;
63 typedef typename _Alloc::template rebind<rckey_type>::other rebind_k
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/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...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/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...]

Completed in 962 milliseconds

1 2 3 4 5 6 7 8 91011>>