Home
last modified time | relevance | path

Searched defs:get_algo (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/intrusive/
Dunordered_set_hook.hpp171 struct get_algo<UnorderedAlgorithms, NodeTraits> struct
173 typedef unordered_algorithms<NodeTraits> type;
177 struct get_algo<UnorderedCircularSlistAlgorithms, NodeTraits> struct
179 typedef uset_algo_wrapper< circular_slist_algorithms<NodeTraits> > type;
Dlinear_slist_algorithms.hpp330 struct get_algo<LinearSListAlgorithms, NodeTraits> struct
332 typedef linear_slist_algorithms<NodeTraits> type;
Dcircular_slist_algorithms.hpp394 struct get_algo<CircularSListAlgorithms, NodeTraits> struct
396 typedef circular_slist_algorithms<NodeTraits> type;
Dcircular_list_algorithms.hpp456 struct get_algo<CircularListAlgorithms, NodeTraits> struct
458 typedef circular_list_algorithms<NodeTraits> type;
Dsgtree_algorithms.hpp402 struct get_algo<SgTreeAlgorithms, NodeTraits> struct
404 typedef sgtree_algorithms<NodeTraits> type;
Drbtree_algorithms.hpp604 struct get_algo<RbTreeAlgorithms, NodeTraits> struct
606 typedef rbtree_algorithms<NodeTraits> type;
Dtreap_algorithms.hpp684 struct get_algo<TreapAlgorithms, NodeTraits> struct
686 typedef treap_algorithms<NodeTraits> type;
Dsplaytree_algorithms.hpp736 struct get_algo<SplayTreeAlgorithms, NodeTraits> struct
738 typedef splaytree_algorithms<NodeTraits> type;
Davltree_algorithms.hpp709 struct get_algo<AvlTreeAlgorithms, NodeTraits> struct
711 typedef avltree_algorithms<NodeTraits> type;
Dbstree_algorithms.hpp2079 struct get_algo<BsTreeAlgorithms, NodeTraits> struct
2081 typedef bstree_algorithms<NodeTraits> type;
/third_party/boost/boost/intrusive/detail/
Dcommon_slist_algorithms.hpp189 struct get_algo<CommonSListAlgorithms, NodeTraits> struct
191 typedef detail::common_slist_algorithms<NodeTraits> type;
Dany_node_and_algorithms.hpp286 struct get_algo<AnyAlgorithm, NodeTraits> struct
288 typedef typename pointer_rebind<typename NodeTraits::node_ptr, void>::type void_pointer;
289 typedef any_algorithms<void_pointer> type;
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxenc.h126 vpx_codec_iface_t* (*get_algo) (GstVPXEnc *enc); member