Searched refs:Allocator (Results 1 - 25 of 554) sorted by relevance

1234567891011>>

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/rb_tree_map_/
H A Dtraits.hpp64 typename Allocator>
71 Allocator> : public bin_search_tree_traits<
80 Allocator,
87 Allocator>::type,
88 Allocator>,
89 Allocator>
99 class Allocator>
106 Allocator> : public bin_search_tree_traits<
115 Allocator,
122 Allocator>
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/splay_tree_/
H A Dtraits.hpp65 class Allocator>
72 Allocator> : public bin_search_tree_traits<
81 Allocator,
88 Allocator>::type,
89 Allocator>,
90 Allocator>
100 class Allocator>
102 splay_tree_tag, Allocator>
105 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
111 Allocator>
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/hash_fn/
H A Dprobe_fn_base.hpp56 template<typename Allocator>
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dnode_metadata_base.hpp57 template<typename Metadata, class Allocator>
64 typename Allocator::template rebind<
79 template<typename Allocator>
82 Allocator>
H A Dtraits.hpp71 class Allocator>
78 Allocator>
81 typedef types_traits< Key, Mapped, Allocator, false> type_traits;
90 Allocator>::type
107 Allocator>
115 Allocator>
123 Allocator>
131 Allocator>
142 Allocator>
153 Allocator>
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/
H A Dpriority_queue_base_dispatch.hpp61 template<typename Value_Type, typename Cmp_Fn, typename Tag, typename Allocator>
64 template<typename Value_Type, typename Cmp_Fn, typename Allocator>
65 struct priority_queue_base_dispatch<Value_Type, Cmp_Fn, pairing_heap_tag, Allocator>
67 typedef pairing_heap_< Value_Type, Cmp_Fn, Allocator> type;
70 template<typename Value_Type, typename Cmp_Fn, typename Allocator>
71 struct priority_queue_base_dispatch<Value_Type, Cmp_Fn, binomial_heap_tag, Allocator>
73 typedef binomial_heap_< Value_Type, Cmp_Fn, Allocator> type;
76 template<typename Value_Type, typename Cmp_Fn, typename Allocator>
77 struct priority_queue_base_dispatch<Value_Type, Cmp_Fn, rc_binomial_heap_tag, Allocator>
79 typedef rc_binomial_heap_< Value_Type, Cmp_Fn, Allocator> typ
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dtraits.hpp65 class Allocator>
72 Allocator>
79 Allocator,
90 Allocator>::type
97 Allocator>
104 Allocator>
112 Allocator>
120 Allocator>*
131 class Allocator>
138 Allocator>
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp64 class Allocator>
67 class Allocator>
75 Allocator,
84 typename Allocator::template rebind<
92 Allocator>
97 typename Allocator::template rebind<
105 Allocator>
110 typename Allocator::template rebind<
118 Allocator>
123 typename Allocator
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dnode.hpp57 template<typename Value_Type, typename Metadata_Type, class Allocator>
65 Allocator>
69 typedef typename Allocator::size_type size_type;
72 typename Allocator::template rebind<
92 template<typename Value_Type, class Allocator>
96 Allocator>
103 Allocator>
107 typedef typename Allocator::size_type size_type;
110 typename Allocator::template rebind<
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DDH_csp.h34 DH_Factory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
42 static void setNormAllocator(Allocator *alloc)
44 static void setPrivAllocator(Allocator *alloc)
48 static Allocator *normAllocator;
49 static Allocator *privAllocator;
H A DRSA_DSA_csp.h34 RSA_DSA_Factory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
42 static void setNormAllocator(Allocator *alloc)
44 static void setPrivAllocator(Allocator *alloc)
48 static Allocator *normAllocator;
49 static Allocator *privAllocator;
H A Dcryptkitcsp.h36 CryptKitFactory(Allocator *normAlloc = NULL, Allocator *privAlloc = NULL);
44 static void setNormAllocator(Allocator *alloc)
46 static void setPrivAllocator(Allocator *alloc)
50 static Allocator *normAllocator;
51 static Allocator *privAllocator;
H A Dbsafecsp.h39 Allocator *normAlloc = NULL,
40 Allocator *privAlloc = NULL)
52 static void setNormAllocator(Allocator *alloc);
53 static void setPrivAllocator(Allocator *alloc);
H A DDH_csp.cpp27 Allocator *DH_Factory::normAllocator;
28 Allocator *DH_Factory::privAllocator;
30 DH_Factory::DH_Factory(Allocator *normAlloc, Allocator *privAlloc)
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp58 class Allocator>
64 template<typename Value_Type, class Cmp_Fn, class Allocator>
69 Allocator>
73 typename Allocator::template rebind<
H A Dentry_pred.hpp58 class Allocator>
64 template<typename Value_Type, class Pred, class Allocator>
69 Allocator>
73 typename Allocator::template rebind<
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A DclNameUtils.h35 Allocator &alloc
43 Allocator &alloc,
48 Allocator &alloc);
74 Allocator &alloc); // destination
80 Allocator &alloc); // destination
93 Allocator &alloc);
97 Allocator &alloc);
100 Allocator &alloc);
103 Allocator &alloc);
106 Allocator
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/
H A Dlist_update_policy.hpp59 #define PB_DS_CLASS_T_DEC template<typename Allocator>
60 #define PB_DS_CLASS_C_DEC move_to_front_lu_policy<Allocator>
64 template<typename Allocator = std::allocator<char> >
68 typedef Allocator allocator;
95 #define PB_DS_CLASS_T_DEC template<size_t Max_Count, class Allocator>
96 #define PB_DS_CLASS_C_DEC counter_lu_policy<Max_Count, Allocator>
100 template<size_t Max_Count = 5, typename Allocator = std::allocator<char> >
102 : private detail::counter_lu_policy_base<typename Allocator::size_type>
105 typedef Allocator allocator;
118 typedef typename Allocator
[all...]
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dsscommon.h85 ClientCommon(Allocator &standard = Allocator::standard(), argument
86 Allocator &returning = Allocator::standard())
89 Allocator &internalAllocator;
90 Allocator &returnAllocator;
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dsscommon.h85 ClientCommon(Allocator &standard = Allocator::standard(), argument
86 Allocator &returning = Allocator::standard())
89 Allocator &internalAllocator;
90 Allocator &returnAllocator;
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_protectedpw.cpp36 ProtectedPasswordAclSubject::ProtectedPasswordAclSubject(Allocator &alloc, const CssmData &password)
41 ProtectedPasswordAclSubject::ProtectedPasswordAclSubject(Allocator &alloc, CssmManagedData &password)
66 CssmList ProtectedPasswordAclSubject::toList(Allocator &alloc) const
78 CssmAutoData password(Allocator::standard(Allocator::sensitive));
82 return new ProtectedPasswordAclSubject(Allocator::standard(Allocator::sensitive), password);
86 return new ProtectedPasswordAclSubject(Allocator::standard(Allocator::sensitive), *password);
93 Allocator
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dacl_protectedpw.cpp36 ProtectedPasswordAclSubject::ProtectedPasswordAclSubject(Allocator &alloc, const CssmData &password)
41 ProtectedPasswordAclSubject::ProtectedPasswordAclSubject(Allocator &alloc, CssmManagedData &password)
66 CssmList ProtectedPasswordAclSubject::toList(Allocator &alloc) const
78 CssmAutoData password(Allocator::standard(Allocator::sensitive));
82 return new ProtectedPasswordAclSubject(Allocator::standard(Allocator::sensitive), password);
86 return new ProtectedPasswordAclSubject(Allocator::standard(Allocator::sensitive), *password);
93 Allocator
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/basic_tree_policy/
H A Dbasic_tree_policy_base.hpp59 Allocator>
63 typename Allocator>
74 typename Allocator::template rebind<
80 typename Allocator::template rebind<
86 typename Allocator::template rebind<
92 typename Allocator::template rebind<
117 template<typename Const_Node_Iterator, typename Allocator>
121 Allocator>
131 typename Allocator::template rebind<
137 typename Allocator
[all...]
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/tree_policy/
H A Dsample_tree_node_update.hpp57 class Allocator
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_node_update.hpp57 class Allocator

Completed in 277 milliseconds

1234567891011>>