Searched refs:get_algo (Results 1 – 20 of 20) sorted by relevance
/third_party/boost/boost/intrusive/detail/ |
D | node_cloner_disposer.hpp | 43 typedef typename get_algo< AlgoType 83 typedef typename get_algo< AlgoType
|
D | algo_type.hpp | 45 struct get_algo;
|
D | generic_hook.hpp | 153 typedef typename get_algo<Algo, NodeTraits>::type node_algorithms;
|
D | common_slist_algorithms.hpp | 189 struct get_algo<CommonSListAlgorithms, NodeTraits> struct
|
D | any_node_and_algorithms.hpp | 286 struct get_algo<AnyAlgorithm, NodeTraits> struct
|
/third_party/boost/boost/intrusive/ |
D | unordered_set_hook.hpp | 171 struct get_algo<UnorderedAlgorithms, NodeTraits> struct 177 struct get_algo<UnorderedCircularSlistAlgorithms, NodeTraits> struct
|
D | linear_slist_algorithms.hpp | 330 struct get_algo<LinearSListAlgorithms, NodeTraits> struct
|
D | circular_slist_algorithms.hpp | 394 struct get_algo<CircularSListAlgorithms, NodeTraits> struct
|
D | bstree.hpp | 85 typedef typename get_algo<AlgoType, node_traits>::type node_algorithms; 528 typedef typename get_algo 578 typedef typename get_algo 654 …typedef typename get_algo<AlgoType, node_traits>::type algo_…
|
D | circular_list_algorithms.hpp | 456 struct get_algo<CircularListAlgorithms, NodeTraits> struct
|
D | sgtree_algorithms.hpp | 402 struct get_algo<SgTreeAlgorithms, NodeTraits> struct
|
D | treap_algorithms.hpp | 684 struct get_algo<TreapAlgorithms, NodeTraits> struct
|
D | rbtree_algorithms.hpp | 604 struct get_algo<RbTreeAlgorithms, NodeTraits> struct
|
D | splaytree_algorithms.hpp | 736 struct get_algo<SplayTreeAlgorithms, NodeTraits> struct
|
D | avltree_algorithms.hpp | 709 struct get_algo<AvlTreeAlgorithms, NodeTraits> struct
|
D | bstree_algorithms.hpp | 2079 struct get_algo<BsTreeAlgorithms, NodeTraits> struct
|
/third_party/gstreamer/gstplugins_good/ext/vpx/ |
D | gstvpxenc.h | 126 vpx_codec_iface_t* (*get_algo) (GstVPXEnc *enc); member
|
D | gstvp8enc.c | 171 vpx_encoder_class->get_algo = gst_vp8_enc_get_algo; in gst_vp8_enc_class_init()
|
D | gstvp9enc.c | 225 vpx_encoder_class->get_algo = gst_vp9_enc_get_algo; in gst_vp9_enc_class_init()
|
D | gstvpxenc.c | 1819 vpx_codec_enc_init (&encoder->encoder, vpx_enc_class->get_algo (encoder), in gst_vpx_enc_set_format()
|