Home
last modified time | relevance | path

Searched refs:get_options (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/libs/histogram/test/
Daxis_traits_test.cpp75 BOOST_TEST_EQ(traits::get_options<A>::test(option::growth), false); in main()
84 BOOST_TEST_EQ(traits::get_options<B>::test(option::growth), true); in main()
91 BOOST_TEST_EQ(traits::get_options<C>::test(option::growth), true); in main()
102 BOOST_TEST_EQ(traits::get_options<D>::test(option::growth), false); in main()
197 BOOST_TEST(traits::get_options<decltype(b)>::test(option::underflow)); in main()
/third_party/boost/boost/histogram/axis/
Dtraits.hpp195 using get_options = decltype(detail::traits_options<Axis>(detail::priority<2>{})); typedef
198 using static_options [[deprecated("use get_options instead")]] = get_options<Axis>;
201 struct get_options;
267 return get_options<Axis>::value; in options()
439 return detail::static_if_c<get_options<Axis>::test(option::growth)>( in update()
/third_party/mbedtls/tests/
Dcontext-info.sh81 get_options() { function
200 get_options "$@"
Dcompat.sh103 get_options() { function
1008 get_options "$@"
/third_party/boost/boost/histogram/detail/
Dlinearize.hpp53 constexpr auto opts = axis::traits::get_options<Axis>{} & in linearize()
64 constexpr bool u = axis::traits::get_options<Axis>::test(axis::option::underflow); in linearize_growth()
82 const auto opt = axis::traits::get_options<A>(); in linearize_index()
Daxes.hpp64 using O = axis::traits::get_options<T>; in operator ()()
381 decltype(axis::traits::get_options<T>::test(axis::option::underflow));
384 using is_growing = decltype(axis::traits::get_options<T>::test(axis::option::growth));
/third_party/curl/tests/
Ddictserver.py112 def get_options(): function
179 options = get_options()
Dnegtelnetserver.py288 def get_options(): function
355 options = get_options()
Dsmbserver.py326 def get_options(): function
382 options = get_options()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsbufferpool.c213 gstbufferpool_class->get_options = gst_kms_buffer_pool_get_options; in gst_kms_buffer_pool_class_init()
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.h139 const gchar ** (*get_options) (GstBufferPool *pool); member
Dgstbufferpool.c785 if (G_LIKELY (pclass->get_options)) { in gst_buffer_pool_get_options()
786 if ((result = pclass->get_options (pool)) == NULL) in gst_buffer_pool_get_options()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkbufferpool.c220 gstbufferpool_class->get_options = gst_vulkan_buffer_pool_get_options; in gst_vulkan_buffer_pool_class_init()
Dgstvkimagebufferpool.c248 gstbufferpool_class->get_options = gst_vulkan_image_buffer_pool_get_options; in gst_vulkan_image_buffer_pool_class_init()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudabufferpool.c247 gstbufferpool_class->get_options = gst_cuda_buffer_pool_get_options; in gst_cuda_buffer_pool_class_init()
/third_party/mindspore/mindspore/profiler/common/
Dutil.py304 def get_options(options): function
/third_party/mbedtls/programs/test/
Dudp_proxy.c184 static void get_options( int argc, char *argv[] ) in get_options() function
822 get_options( argc, argv ); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideopool.c303 gstbufferpool_class->get_options = video_buffer_pool_get_options; in gst_video_buffer_pool_class_init()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagepool.c270 gstbufferpool_class->get_options = xvimage_buffer_pool_get_options; in gst_xvimage_buffer_pool_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbufferpool.c333 gstbufferpool_class->get_options = gst_gl_buffer_pool_get_options; in gst_gl_buffer_pool_class_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvapool.c316 gstbufferpool_class->get_options = gst_va_pool_get_options; in gst_va_pool_class_init()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkbufferpool.c377 pool_class->get_options = gst_msdk_buffer_pool_get_options; in gst_msdk_buffer_pool_class_init()
/third_party/boost/libs/histogram/doc/html/
Dhistogram_HTML.manifest96 boost/histogram/axis/traits/get_options.html
/third_party/boost/boost/histogram/algorithm/
Dreduce.hpp342 using AO = axis::traits::get_options<A>; in __anon36a665f10102()
/third_party/boost/boost/histogram/
Dindexed.hpp311 using opt = axis::traits::get_options<std::decay_t<decltype(a)>>; in indexed_range()

12