HomeSort by relevance Sort by last modified time
    Searched refs:base_type (Results 76 - 100 of 975) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 63 typedef PB_DS_BIN_HEAP_CIT_BASE base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
64 typedef typename base_type::entry_pointer entry_pointer;
74 typedef typename base_type::value_type value_type;
77 typedef typename base_type::pointer pointer;
80 typedef typename base_type::const_pointer const_pointer;
83 typedef typename base_type::reference reference;
86 typedef typename base_type::const_reference const_reference;
89 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
100 : base_type(other)
106 { return base_type::m_p_e == other.m_p_e;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 63 typedef PB_DS_BIN_HEAP_CIT_BASE base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
64 typedef typename base_type::entry_pointer entry_pointer;
74 typedef typename base_type::value_type value_type;
77 typedef typename base_type::pointer pointer;
80 typedef typename base_type::const_pointer const_pointer;
83 typedef typename base_type::reference reference;
86 typedef typename base_type::const_reference const_reference;
89 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
100 : base_type(other)
106 { return base_type::m_p_e == other.m_p_e;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 63 typedef PB_DS_BIN_HEAP_CIT_BASE base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
64 typedef typename base_type::entry_pointer entry_pointer;
74 typedef typename base_type::value_type value_type;
77 typedef typename base_type::pointer pointer;
80 typedef typename base_type::const_pointer const_pointer;
83 typedef typename base_type::reference reference;
86 typedef typename base_type::const_reference const_reference;
89 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
100 : base_type(other)
106 { return base_type::m_p_e == other.m_p_e;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 63 typedef PB_DS_BIN_HEAP_CIT_BASE base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
64 typedef typename base_type::entry_pointer entry_pointer;
74 typedef typename base_type::value_type value_type;
77 typedef typename base_type::pointer pointer;
80 typedef typename base_type::const_pointer const_pointer;
83 typedef typename base_type::reference reference;
86 typedef typename base_type::const_reference const_reference;
89 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
100 : base_type(other)
106 { return base_type::m_p_e == other.m_p_e;
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
agg_conv_stroke.h 31 typedef conv_adaptor_vcgen<VertexSource, vcgen_stroke, Markers> base_type; typedef in struct:agg::conv_stroke
38 base_type::generator().line_cap(lc);
42 base_type::generator().line_join(lj);
46 base_type::generator().inner_join(ij);
50 return base_type::generator().line_cap();
54 return base_type::generator().line_join();
58 return base_type::generator().inner_join();
62 base_type::generator().width(w);
66 base_type::generator().miter_limit(ml);
70 base_type::generator().miter_limit_theta(t)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 52 if (base_type::empty())
59 base_type::to_linked_list();
60 node_pointer p_out = base_type::prune(pred);
63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
74 node_pointer p_cur = base_type::m_p_root;
75 base_type::m_p_root = 0;
104 if (base_type::m_p_root == 0)
105 base_type::m_p_root = other.m_p_root;
106 else if (Cmp_Fn::operator()(base_type::m_p_root->m_value, other.m_p_root->m_value)
    [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/pairing_heap_/
split_join_fn_imps.hpp 52 if (base_type::empty())
59 base_type::to_linked_list();
60 node_pointer p_out = base_type::prune(pred);
63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
74 node_pointer p_cur = base_type::m_p_root;
75 base_type::m_p_root = 0;
104 if (base_type::m_p_root == 0)
105 base_type::m_p_root = other.m_p_root;
106 else if (Cmp_Fn::operator()(base_type::m_p_root->m_value, other.m_p_root->m_value)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 52 if (base_type::empty())
59 base_type::to_linked_list();
60 node_pointer p_out = base_type::prune(pred);
63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
74 node_pointer p_cur = base_type::m_p_root;
75 base_type::m_p_root = 0;
104 if (base_type::m_p_root == 0)
105 base_type::m_p_root = other.m_p_root;
106 else if (Cmp_Fn::operator()(base_type::m_p_root->m_value, other.m_p_root->m_value)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 52 if (base_type::empty())
59 base_type::to_linked_list();
60 node_pointer p_out = base_type::prune(pred);
63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
74 node_pointer p_cur = base_type::m_p_root;
75 base_type::m_p_root = 0;
104 if (base_type::m_p_root == 0)
105 base_type::m_p_root = other.m_p_root;
106 else if (Cmp_Fn::operator()(base_type::m_p_root->m_value, other.m_p_root->m_value)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 52 if (base_type::empty())
59 base_type::to_linked_list();
60 node_pointer p_out = base_type::prune(pred);
63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
74 node_pointer p_cur = base_type::m_p_root;
75 base_type::m_p_root = 0;
104 if (base_type::m_p_root == 0)
105 base_type::m_p_root = other.m_p_root;
106 else if (Cmp_Fn::operator()(base_type::m_p_root->m_value, other.m_p_root->m_value)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/
split_join_fn_imps.hpp 52 if (base_type::empty())
59 base_type::to_linked_list();
60 node_pointer p_out = base_type::prune(pred);
63 _GLIBCXX_DEBUG_ASSERT(base_type::m_size > 0);
64 --base_type::m_size;
74 node_pointer p_cur = base_type::m_p_root;
75 base_type::m_p_root = 0;
104 if (base_type::m_p_root == 0)
105 base_type::m_p_root = other.m_p_root;
106 else if (Cmp_Fn::operator()(base_type::m_p_root->m_value, other.m_p_root->m_value)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 70 typedef PB_DS_BASE_C_DEC base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
81 typedef typename base_type::value_type value_type;
84 typedef typename base_type::pointer pointer;
87 typedef typename base_type::const_pointer const_pointer;
90 typedef typename base_type::reference reference;
93 typedef typename base_type::const_reference const_reference;
98 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
108 binary_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
115 return base_type::m_p_e == other.m_p_e;
122 return base_type::m_p_e != other.m_p_e
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 70 typedef PB_DS_BASE_C_DEC base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
81 typedef typename base_type::value_type value_type;
84 typedef typename base_type::pointer pointer;
87 typedef typename base_type::const_pointer const_pointer;
90 typedef typename base_type::reference reference;
93 typedef typename base_type::const_reference const_reference;
98 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
108 binary_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
115 return base_type::m_p_e == other.m_p_e;
122 return base_type::m_p_e != other.m_p_e
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 70 typedef PB_DS_BASE_C_DEC base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
81 typedef typename base_type::value_type value_type;
84 typedef typename base_type::pointer pointer;
87 typedef typename base_type::const_pointer const_pointer;
90 typedef typename base_type::reference reference;
93 typedef typename base_type::const_reference const_reference;
98 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
108 binary_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
115 return base_type::m_p_e == other.m_p_e;
122 return base_type::m_p_e != other.m_p_e
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 70 typedef PB_DS_BASE_C_DEC base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
81 typedef typename base_type::value_type value_type;
84 typedef typename base_type::pointer pointer;
87 typedef typename base_type::const_pointer const_pointer;
90 typedef typename base_type::reference reference;
93 typedef typename base_type::const_reference const_reference;
98 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
108 binary_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
115 return base_type::m_p_e == other.m_p_e;
122 return base_type::m_p_e != other.m_p_e
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 70 typedef PB_DS_BASE_C_DEC base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
81 typedef typename base_type::value_type value_type;
84 typedef typename base_type::pointer pointer;
87 typedef typename base_type::const_pointer const_pointer;
90 typedef typename base_type::reference reference;
93 typedef typename base_type::const_reference const_reference;
98 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
108 binary_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
115 return base_type::m_p_e == other.m_p_e;
122 return base_type::m_p_e != other.m_p_e
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 70 typedef PB_DS_BASE_C_DEC base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
81 typedef typename base_type::value_type value_type;
84 typedef typename base_type::pointer pointer;
87 typedef typename base_type::const_pointer const_pointer;
90 typedef typename base_type::reference reference;
93 typedef typename base_type::const_reference const_reference;
98 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
108 binary_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
115 return base_type::m_p_e == other.m_p_e;
122 return base_type::m_p_e != other.m_p_e
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
const_iterator.hpp 70 typedef PB_DS_BASE_C_DEC base_type; typedef in class:__gnu_pbds::detail::binary_heap_const_iterator_
81 typedef typename base_type::value_type value_type;
84 typedef typename base_type::pointer pointer;
87 typedef typename base_type::const_pointer const_pointer;
90 typedef typename base_type::reference reference;
93 typedef typename base_type::const_reference const_reference;
98 binary_heap_const_iterator_(entry_pointer p_e) : base_type(p_e)
108 binary_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
115 return base_type::m_p_e == other.m_p_e;
122 return base_type::m_p_e != other.m_p_e
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/list_update_policy/
counter_lu_policy_imp.hpp 45 { return (base_type::operator()(max_count)); }
51 { return (base_type::operator()(r_data, max_count)); }

Completed in 1944 milliseconds

1 2 34 5 6 7 8 91011>>