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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/gabi++/src/
si_class_type_info.cc 38 bool __si_class_type_info::walk_to(const __class_type_info* base_type,
41 if (self_class_type_match(base_type, adjustedPtr, info)) {
45 return __base_type->walk_to(base_type, adjustedPtr, info);
  /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_/
debug_fn_imps.hpp 48 PB_DS_DEBUG_VERIFY(base_type::m_p_root == 0
49 || base_type::m_p_root->m_p_next_sibling == 0);
50 base_type::assert_valid(__file, __line);
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
48 return base_type::m_p_root->m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pairing_heap_/
debug_fn_imps.hpp 48 PB_DS_DEBUG_VERIFY(base_type::m_p_root == 0
49 || base_type::m_p_root->m_p_next_sibling == 0);
50 base_type::assert_valid(__file, __line);
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
48 return base_type::m_p_root->m_value;
  /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_/
debug_fn_imps.hpp 48 PB_DS_DEBUG_VERIFY(base_type::m_p_root == 0
49 || base_type::m_p_root->m_p_next_sibling == 0);
50 base_type::assert_valid(__file, __line);
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
48 return base_type::m_p_root->m_value;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pairing_heap_/
debug_fn_imps.hpp 48 PB_DS_DEBUG_VERIFY(base_type::m_p_root == 0
49 || base_type::m_p_root->m_p_next_sibling == 0);
50 base_type::assert_valid(__file, __line);
find_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
48 return base_type::m_p_root->m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 64 typedef PB_DS_BASIC_HEAP_CIT_BASE base_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
65 typedef typename base_type::node_pointer node_pointer;
75 typedef typename base_type::value_type value_type;
78 typedef typename base_type::pointer pointer;
81 typedef typename base_type::const_pointer const_pointer;
84 typedef typename base_type::reference reference;
87 typedef typename base_type::const_reference const_reference;
91 : base_type(p_nd)
101 left_child_next_sibling_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
107 { return (base_type::m_p_nd == other.m_p_nd);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 64 typedef PB_DS_BASIC_HEAP_CIT_BASE base_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
65 typedef typename base_type::node_pointer node_pointer;
75 typedef typename base_type::value_type value_type;
78 typedef typename base_type::pointer pointer;
81 typedef typename base_type::const_pointer const_pointer;
84 typedef typename base_type::reference reference;
87 typedef typename base_type::const_reference const_reference;
91 : base_type(p_nd)
101 left_child_next_sibling_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
107 { return (base_type::m_p_nd == other.m_p_nd);
    [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/left_child_next_sibling_heap_/
const_iterator.hpp 64 typedef PB_DS_BASIC_HEAP_CIT_BASE base_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
65 typedef typename base_type::node_pointer node_pointer;
75 typedef typename base_type::value_type value_type;
78 typedef typename base_type::pointer pointer;
81 typedef typename base_type::const_pointer const_pointer;
84 typedef typename base_type::reference reference;
87 typedef typename base_type::const_reference const_reference;
91 : base_type(p_nd)
101 left_child_next_sibling_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
107 { return (base_type::m_p_nd == other.m_p_nd);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
const_iterator.hpp 64 typedef PB_DS_BASIC_HEAP_CIT_BASE base_type; typedef in class:__gnu_pbds::detail::left_child_next_sibling_heap_const_iterator_
65 typedef typename base_type::node_pointer node_pointer;
75 typedef typename base_type::value_type value_type;
78 typedef typename base_type::pointer pointer;
81 typedef typename base_type::const_pointer const_pointer;
84 typedef typename base_type::reference reference;
87 typedef typename base_type::const_reference const_reference;
91 : base_type(p_nd)
101 left_child_next_sibling_heap_const_iterator_(const PB_DS_CLASS_C_DEC& other) : base_type(other)
107 { return (base_type::m_p_nd == other.m_p_nd);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
trace_fn_imps.hpp 48 base_type::trace();
erase_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
48 base_type::pop();
49 base_type::find_max();
57 base_type::clear();
66 node_pointer p_nd = base_type::m_p_root;
92 const size_type ersd = base_type::erase_if(pred);
93 base_type::find_max();
104 base_type::erase(it);
105 base_type::find_max();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/rc_binomial_heap_/
trace_fn_imps.hpp 48 base_type::trace();
erase_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
48 base_type::pop();
49 base_type::find_max();
57 base_type::clear();
66 node_pointer p_nd = base_type::m_p_root;
92 const size_type ersd = base_type::erase_if(pred);
93 base_type::find_max();
104 base_type::erase(it);
105 base_type::find_max();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/rc_binomial_heap_/
trace_fn_imps.hpp 48 base_type::trace();
erase_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
48 base_type::pop();
49 base_type::find_max();
57 base_type::clear();
66 node_pointer p_nd = base_type::m_p_root;
92 const size_type ersd = base_type::erase_if(pred);
93 base_type::find_max();
104 base_type::erase(it);
105 base_type::find_max();
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/rc_binomial_heap_/
trace_fn_imps.hpp 48 base_type::trace();
erase_fn_imps.hpp 47 _GLIBCXX_DEBUG_ASSERT(!base_type::empty());
48 base_type::pop();
49 base_type::find_max();
57 base_type::clear();
66 node_pointer p_nd = base_type::m_p_root;
92 const size_type ersd = base_type::erase_if(pred);
93 base_type::find_max();
104 base_type::erase(it);
105 base_type::find_max();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/current/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...]

Completed in 1154 milliseconds

1 2 3 4 5 6 7 8 91011>>