Searched defs:get_algo (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/boost/intrusive/ |
D | unordered_set_hook.hpp | 171 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;
|
D | linear_slist_algorithms.hpp | 330 struct get_algo<LinearSListAlgorithms, NodeTraits> struct 332 typedef linear_slist_algorithms<NodeTraits> type;
|
D | circular_slist_algorithms.hpp | 394 struct get_algo<CircularSListAlgorithms, NodeTraits> struct 396 typedef circular_slist_algorithms<NodeTraits> type;
|
D | circular_list_algorithms.hpp | 456 struct get_algo<CircularListAlgorithms, NodeTraits> struct 458 typedef circular_list_algorithms<NodeTraits> type;
|
D | sgtree_algorithms.hpp | 402 struct get_algo<SgTreeAlgorithms, NodeTraits> struct 404 typedef sgtree_algorithms<NodeTraits> type;
|
D | rbtree_algorithms.hpp | 604 struct get_algo<RbTreeAlgorithms, NodeTraits> struct 606 typedef rbtree_algorithms<NodeTraits> type;
|
D | treap_algorithms.hpp | 684 struct get_algo<TreapAlgorithms, NodeTraits> struct 686 typedef treap_algorithms<NodeTraits> type;
|
D | splaytree_algorithms.hpp | 736 struct get_algo<SplayTreeAlgorithms, NodeTraits> struct 738 typedef splaytree_algorithms<NodeTraits> type;
|
D | avltree_algorithms.hpp | 709 struct get_algo<AvlTreeAlgorithms, NodeTraits> struct 711 typedef avltree_algorithms<NodeTraits> type;
|
D | bstree_algorithms.hpp | 2079 struct get_algo<BsTreeAlgorithms, NodeTraits> struct 2081 typedef bstree_algorithms<NodeTraits> type;
|
/third_party/boost/boost/intrusive/detail/ |
D | common_slist_algorithms.hpp | 189 struct get_algo<CommonSListAlgorithms, NodeTraits> struct 191 typedef detail::common_slist_algorithms<NodeTraits> type;
|
D | any_node_and_algorithms.hpp | 286 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/ |
D | gstvpxenc.h | 126 vpx_codec_iface_t* (*get_algo) (GstVPXEnc *enc); member
|