Home
last modified time | relevance | path

Searched defs:pbase (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gst_libav/tests/check/
Dmeson.build21 pbase = dependency('gstreamer-plugins-base-' + api_version, required: true) variable
/third_party/boost/boost/detail/
Dbasic_pointerbuf.hpp50 charT* pbase() const { return base_type::pbase(); } in pbase() function in boost::detail::basic_pointerbuf
/third_party/gstreamer/gstplugins_good/tests/check/
Dmeson.build169 pbase = dependency('gstreamer-plugins-base-' + api_version, required: true) variable
/third_party/gstreamer/gstplugins_bad/tests/check/
Dmeson.build169 pbase = dependency('gstreamer-plugins-base-' + api_version) variable
/third_party/glib/glib/
Dgqsort.c297 g_qsort_with_data (gconstpointer pbase, in g_qsort_with_data()
/third_party/boost/libs/interprocess/test/
Doffset_ptr_test.cpp119 BasePtr pbase(pderi); in test_base_derived_impl() local
/third_party/boost/libs/regex/src/
Dcregex.cpp92 const char* pbase; member in boost::BOOST_REGEX_DETAIL_NS::RegExData
/third_party/boost/boost/lexical_cast/detail/
Dconverter_lexical_streams.hpp102 charT* pbase() const { return base_type::pbase(); } in pbase() function in boost::detail::basic_unlockedbuf
/third_party/boost/boost/move/algo/detail/
Dadaptive_sort_merge.hpp481 Unsigned ceil_sqrt_multiple(Unsigned const n, Unsigned *pbase = 0) in ceil_sqrt_multiple()