HomeSort by relevance Sort by last modified time
    Searched refs:__rebind_a (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/
pairing_heap_.hpp 83 typedef typename _Alloc::template rebind<Value_Type>::other __rebind_a; typedef in class:__gnu_pbds::detail::pairing_heap
92 typedef typename __rebind_a::pointer pointer;
93 typedef typename __rebind_a::const_pointer const_pointer;
94 typedef typename __rebind_a::reference reference;
95 typedef typename __rebind_a::const_reference const_reference;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 268 typedef typename _Alloc::template rebind<Key>::other __rebind_a; typedef in struct:__gnu_pbds::detail::types_traits
272 typedef typename __rebind_a::value_type key_type;
273 typedef typename __rebind_a::pointer key_pointer;
274 typedef typename __rebind_a::const_pointer key_const_pointer;
275 typedef typename __rebind_a::reference key_reference;
276 typedef typename __rebind_a::const_reference key_const_reference;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
thin_heap_.hpp 81 typedef typename _Alloc::template rebind<Value_Type>::other __rebind_a; typedef in class:__gnu_pbds::detail::thin_heap
96 typedef typename __rebind_a::pointer pointer;
97 typedef typename __rebind_a::const_pointer const_pointer;
98 typedef typename __rebind_a::reference reference;
99 typedef typename __rebind_a::const_reference const_reference;

Completed in 350 milliseconds