/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
sp_counted_impl.hpp | 62 typedef sp_counted_impl_p<X> this_type; typedef in class:boost::detail::sp_counted_impl_p 90 return std::allocator<this_type>().allocate( 1, static_cast<this_type *>(0) ); 95 std::allocator<this_type>().deallocate( static_cast<this_type *>(p), 1 ); 104 return quick_allocator<this_type>::alloc(); 109 quick_allocator<this_type>::dealloc( p ); 132 typedef sp_counted_impl_pd<P, D> this_type; typedef in class:boost::detail::sp_counted_impl_pd 160 return std::allocator<this_type>().allocate( 1, static_cast<this_type *>(0) ) 196 typedef sp_counted_impl_pda<P, D, A> this_type; typedef in class:boost::detail::sp_counted_impl_pda [all...] |
operator_bool.hpp | 18 static void unspecified_bool( this_type*** ) 22 typedef void (*unspecified_bool_type)( this_type*** ); 34 typedef T * (this_type::*unspecified_bool_type)() const; 38 return px == 0? 0: &this_type::get; 43 typedef T * this_type::*unspecified_bool_type; 47 return px == 0? 0: &this_type::px;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/detail/ |
safe_bool.hpp | 25 typedef safe_bool this_type; typedef in class:boost::range_detail::safe_bool 34 static void unspecified_bool(this_type***) 37 typedef void(*unspecified_bool_type)(this_type***); 47 typedef bool (this_type::*unspecified_bool_type)() const; 51 return x ? &this_type::detail_safe_bool_member_fn : 0;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
sigslotrepeater.h | 48 typedef repeater0<mt_policy> this_type; typedef in class:sigslot::repeater0 51 repeater0(const this_type& s) : base_type(s) { } 54 void repeat(base_type &s) { s.connect(this, &this_type::reemit); } 63 typedef repeater1<arg1_type, mt_policy> this_type; typedef in class:sigslot::repeater1 66 repeater1(const this_type& s) : base_type(s) { } 69 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } 78 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type; typedef in class:sigslot::repeater2 81 repeater2(const this_type& s) : base_type(s) { } 84 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } 94 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type; typedef in class:sigslot::repeater3 [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sigslotrepeater.h | 48 typedef repeater0<mt_policy> this_type; typedef in class:sigslot::repeater0 51 repeater0(const this_type& s) : base_type(s) { } 54 void repeat(base_type &s) { s.connect(this, &this_type::reemit); } 64 typedef repeater1<arg1_type, mt_policy> this_type; typedef in class:sigslot::repeater1 67 repeater1(const this_type& s) : base_type(s) { } 70 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } 80 typedef repeater2<arg1_type, arg2_type, mt_policy> this_type; typedef in class:sigslot::repeater2 83 repeater2(const this_type& s) : base_type(s) { } 86 void repeat(base_type& s) { s.connect(this, &this_type::reemit); } 97 typedef repeater3<arg1_type, arg2_type, arg3_type, mt_policy> this_type; typedef in class:sigslot::repeater3 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 77 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 156 inline this_type 160 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 165 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 172 operator==(const this_type& other) const 187 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 77 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 156 inline this_type 160 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 165 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 172 operator==(const this_type& other) const 187 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 77 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 156 inline this_type 160 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 165 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 172 operator==(const this_type& other) const 187 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 77 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 156 inline this_type 160 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 165 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 172 operator==(const this_type& other) const 187 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 77 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 156 inline this_type 160 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 165 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 172 operator==(const this_type& other) const 187 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 77 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 156 inline this_type 160 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 165 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 172 operator==(const this_type& other) const 187 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 77 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 156 inline this_type 160 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 165 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 172 operator==(const this_type& other) const 187 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 77 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 156 inline this_type 160 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 165 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 172 operator==(const this_type& other) const 187 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 76 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 157 inline this_type 161 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 166 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 173 operator==(const this_type& other) const 188 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 77 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 156 inline this_type 160 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 165 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 172 operator==(const this_type& other) const 187 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 76 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 157 inline this_type 161 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 166 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 173 operator==(const this_type& other) const 188 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/ |
node_iterators.hpp | 76 typedef PB_DS_OV_TREE_CONST_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_const_it_ 141 inline this_type 145 return (this_type(m_p_begin_value, m_p_begin_value, m_p_begin_value)); 150 return (this_type(mid_pointer(m_p_begin_value, m_p_value), 157 inline this_type 161 return (this_type(m_p_end_value, m_p_end_value, m_p_end_value)); 166 return (this_type(mid_pointer(m_p_value + 1, m_p_end_value), 173 operator==(const this_type& other) const 188 operator!=(const this_type& other) const 207 typedef PB_DS_OV_TREE_NODE_ITERATOR_C_DEC this_type; typedef in class:__gnu_pbds::detail::ov_tree_node_it_ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
node.hpp | 60 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 67 this_type>::other::pointer 98 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 105 this_type>::other::pointer
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
node.hpp | 60 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 67 this_type>::other::pointer 98 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 105 this_type>::other::pointer
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
node.hpp | 60 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 67 this_type>::other::pointer 98 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 105 this_type>::other::pointer
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
node.hpp | 60 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 67 this_type>::other::pointer 98 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 105 this_type>::other::pointer
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
node.hpp | 60 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 67 this_type>::other::pointer 98 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 105 this_type>::other::pointer
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
node.hpp | 60 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 67 this_type>::other::pointer 98 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 105 this_type>::other::pointer
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
node.hpp | 60 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 67 this_type>::other::pointer 98 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 105 this_type>::other::pointer
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/ |
node.hpp | 60 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 67 this_type>::other::pointer 98 this_type; typedef in struct:__gnu_pbds::detail::left_child_next_sibling_heap_node_ 105 this_type>::other::pointer
|