HomeSort by relevance Sort by last modified time
    Searched defs:entry_pointer_allocator (Results 1 - 2 of 2) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 125 typedef typename Allocator::template rebind<entry_pointer>::other entry_pointer_allocator; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
126 typedef typename entry_pointer_allocator::pointer entry_pointer_array;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 143 typedef typename Allocator::template rebind<entry_pointer>::other entry_pointer_allocator; typedef in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
144 typedef typename entry_pointer_allocator::pointer entry_pointer_array;
593 static entry_pointer_allocator s_entry_pointer_allocator;

Completed in 300 milliseconds