Home
last modified time | relevance | path

Searched refs:get_algo (Results 1 – 20 of 20) sorted by relevance

/third_party/boost/boost/intrusive/detail/
Dnode_cloner_disposer.hpp43 typedef typename get_algo< AlgoType
83 typedef typename get_algo< AlgoType
Dalgo_type.hpp45 struct get_algo;
Dgeneric_hook.hpp153 typedef typename get_algo<Algo, NodeTraits>::type node_algorithms;
Dcommon_slist_algorithms.hpp189 struct get_algo<CommonSListAlgorithms, NodeTraits> struct
Dany_node_and_algorithms.hpp286 struct get_algo<AnyAlgorithm, NodeTraits> struct
/third_party/boost/boost/intrusive/
Dunordered_set_hook.hpp171 struct get_algo<UnorderedAlgorithms, NodeTraits> struct
177 struct get_algo<UnorderedCircularSlistAlgorithms, NodeTraits> struct
Dlinear_slist_algorithms.hpp330 struct get_algo<LinearSListAlgorithms, NodeTraits> struct
Dcircular_slist_algorithms.hpp394 struct get_algo<CircularSListAlgorithms, NodeTraits> struct
Dbstree.hpp85 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_…
Dcircular_list_algorithms.hpp456 struct get_algo<CircularListAlgorithms, NodeTraits> struct
Dsgtree_algorithms.hpp402 struct get_algo<SgTreeAlgorithms, NodeTraits> struct
Dtreap_algorithms.hpp684 struct get_algo<TreapAlgorithms, NodeTraits> struct
Drbtree_algorithms.hpp604 struct get_algo<RbTreeAlgorithms, NodeTraits> struct
Dsplaytree_algorithms.hpp736 struct get_algo<SplayTreeAlgorithms, NodeTraits> struct
Davltree_algorithms.hpp709 struct get_algo<AvlTreeAlgorithms, NodeTraits> struct
Dbstree_algorithms.hpp2079 struct get_algo<BsTreeAlgorithms, NodeTraits> struct
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxenc.h126 vpx_codec_iface_t* (*get_algo) (GstVPXEnc *enc); member
Dgstvp8enc.c171 vpx_encoder_class->get_algo = gst_vp8_enc_get_algo; in gst_vp8_enc_class_init()
Dgstvp9enc.c225 vpx_encoder_class->get_algo = gst_vp9_enc_get_algo; in gst_vp9_enc_class_init()
Dgstvpxenc.c1819 vpx_codec_enc_init (&encoder->encoder, vpx_enc_class->get_algo (encoder), in gst_vpx_enc_set_format()