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

1 2 3 4 5 6

  /external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
meta.rel.pass.cpp 18 struct base_type {}; struct
19 struct derived_type : base_type {};
37 typedef base_type T;
  /external/pdfium/third_party/agg23/
agg_conv_dash.h 30 typedef conv_adaptor_vcgen<VertexSource, vcgen_dash, Markers> base_type; typedef in struct:agg::conv_dash
37 base_type::generator().remove_all_dashes();
41 base_type::generator().add_dash(dash_len, gap_len);
45 base_type::generator().dash_start(ds);
49 base_type::generator().shorten(s);
53 return base_type::generator().shorten();
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...]
agg_vertex_sequence.h 31 typedef pod_deque<T, S> base_type; typedef in class:agg::vertex_sequence
39 if(base_type::size() > 1) {
40 if(!(*this)[base_type::size() - 2]((*this)[base_type::size() - 1])) {
41 base_type::remove_last();
44 base_type::add(val);
49 base_type::remove_last();
55 while(base_type::size() > 1) {
56 if((*this)[base_type::size() - 2]((*this)[base_type::size() - 1]))
    [all...]
  /external/webrtc/webrtc/base/
sigslotrepeater.h 30 typedef signal0<mt_policy> base_type; typedef in class:sigslot::repeater0
34 repeater0(const this_type& s) : base_type(s) { }
37 void repeat(base_type &s) { s.connect(this, &this_type::reemit); }
38 void stop(base_type &s) { s.disconnect(this); }
46 typedef signal1<arg1_type, mt_policy> base_type; typedef in class:sigslot::repeater1
50 repeater1(const this_type& s) : base_type(s) { }
53 void repeat(base_type& s) { s.connect(this, &this_type::reemit); }
54 void stop(base_type &s) { s.disconnect(this); }
62 typedef signal2<arg1_type, arg2_type, mt_policy> base_type; typedef in class:sigslot::repeater2
66 repeater2(const this_type& s) : base_type(s) {
79 typedef signal3<arg1_type, arg2_type, arg3_type, mt_policy> base_type; typedef in class:sigslot::repeater3
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
find_format_store.hpp 36 typedef iterator_range<ForwardIteratorT> base_type; typedef in class:boost::algorithm::detail::find_format_store
43 const base_type& FindResult,
46 base_type(FindResult),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 76 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
85 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
90 typedef point_const_iterator_ base_type; typedef in class:const_iterator_
iterator.hpp 87 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_value != 0);
88 return (const_cast<pointer>(base_type::m_p_value));
95 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_value != 0);
96 return (const_cast<reference>(*base_type::m_p_value));
103 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos);
112 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos)
117 typedef const_iterator_ base_type; typedef in class:iterator_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp 110 typedef detail::lu_counter_policy_base<size_type> base_type; typedef in class:__gnu_pbds::lu_counter_policy
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 76 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
85 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
90 typedef point_const_iterator_ base_type; typedef in class:const_iterator_
iterator.hpp 87 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_value != 0);
88 return (const_cast<pointer>(base_type::m_p_value));
95 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_value != 0);
96 return (const_cast<reference>(*base_type::m_p_value));
103 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos);
112 base_type::m_p_tbl->inc_it_state(base_type::m_p_value, base_type::m_pos)
117 typedef const_iterator_ base_type; typedef in class:iterator_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
list_update_policy.hpp 110 typedef detail::lu_counter_policy_base<size_type> base_type; typedef in class:__gnu_pbds::lu_counter_policy
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 76 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
85 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
90 typedef point_const_iterator_ base_type; typedef in class:const_iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
list_update_policy.hpp 110 typedef detail::lu_counter_policy_base<size_type> base_type; typedef in class:__gnu_pbds::lu_counter_policy
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 76 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
85 m_p_tbl->inc_it_state(base_type::m_p_value, m_pos);
90 typedef point_const_iterator_ base_type; typedef in class:const_iterator_
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/
list_update_policy.hpp 110 typedef detail::lu_counter_policy_base<size_type> base_type; typedef in class:__gnu_pbds::lu_counter_policy
120 { return base_type::operator()(max_count); }
126 { return base_type::operator()(r_data, max_count); }
  /external/mesa3d/src/glsl/
link_uniform_initializers.cpp 52 const enum glsl_base_type base_type,
56 switch (base_type) {
121 const enum glsl_base_type base_type = local
122 val->array_elements[0]->type->base_type;
130 base_type,
136 if (base_type == GLSL_TYPE_SAMPLER) {
144 val->type->base_type,
  /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.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 61 typedef _ATraits base_type; typedef in struct:__gnu_pbds::detail::synth_access_traits
62 typedef typename base_type::const_iterator const_iterator;
69 synth_access_traits(const base_type&);
128 if (base_type::e_pos(*b_l) != base_type::e_pos(*b_r))
142 return equal_prefixes(base_type::begin(r_lhs_key),
143 base_type::end(r_lhs_key),
144 base_type::begin(r_rhs_key),
145 base_type::end(r_rhs_key),
160 const typename base_type::size_type l_pos = base_type::e_pos(*b_l)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
tree_trace_base.hpp 76 typedef PB_DS_TRACE_BASE base_type; typedef in class:__gnu_pbds::detail::tree_trace_base
128 std::cerr << base_type::extract_key(*(*nd_it));
  /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-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 61 typedef _ATraits base_type; typedef in struct:__gnu_pbds::detail::synth_access_traits
62 typedef typename base_type::const_iterator const_iterator;
69 synth_access_traits(const base_type&);
128 if (base_type::e_pos(*b_l) != base_type::e_pos(*b_r))
142 return equal_prefixes(base_type::begin(r_lhs_key),
143 base_type::end(r_lhs_key),
144 base_type::begin(r_rhs_key),
145 base_type::end(r_rhs_key),
160 const typename base_type::size_type l_pos = base_type::e_pos(*b_l)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/
tree_trace_base.hpp 76 typedef PB_DS_TRACE_BASE base_type; typedef in class:__gnu_pbds::detail::tree_trace_base
128 std::cerr << base_type::extract_key(*(*nd_it));
  /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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 61 typedef _ATraits base_type; typedef in struct:__gnu_pbds::detail::synth_access_traits
62 typedef typename base_type::const_iterator const_iterator;
69 synth_access_traits(const base_type&);
128 if (base_type::e_pos(*b_l) != base_type::e_pos(*b_r))
142 return equal_prefixes(base_type::begin(r_lhs_key),
143 base_type::end(r_lhs_key),
144 base_type::begin(r_rhs_key),
145 base_type::end(r_rhs_key),
160 const typename base_type::size_type l_pos = base_type::e_pos(*b_l)
    [all...]

Completed in 1043 milliseconds

1 2 3 4 5 6