/third_party/boost/libs/interprocess/test/ |
D | offset_ptr_test.cpp | 119 BasePtr pbase(pderi); in test_base_derived_impl() local 120 pbase = pderi; in test_base_derived_impl() 121 BOOST_TEST(pbase == pderi); in test_base_derived_impl() 122 BOOST_TEST(!(pbase != pderi)); in test_base_derived_impl() 123 BOOST_TEST((pbase - pderi) == 0); in test_base_derived_impl() 124 BOOST_TEST(!(pbase < pderi)); in test_base_derived_impl() 125 BOOST_TEST(!(pbase > pderi)); in test_base_derived_impl() 126 BOOST_TEST(pbase <= pderi); in test_base_derived_impl() 127 BOOST_TEST((pbase >= pderi)); in test_base_derived_impl()
|
/third_party/boost/boost/format/ |
D | alt_sstream_impl.hpp | 24 const Ch * b = pbase(); in clear_buffer() 68 return pbase(); in begin() 79 return static_cast<size_type>(pend() - pbase()); in size() 91 return static_cast<streamsize>( pptr() - pbase()); in cur_size() 128 off += static_cast<off_type>(pbase() - pptr()); in seekoff() 131 if(pbase() <= off+pptr() && off+pptr() <= putend_) in seekoff() 281 int pptr_count = static_cast<int>(pptr()-pbase()); in overflow() 283 streambuf_t::setp(pbase() - oldptr + newptr, newptr + new_size); in overflow()
|
D | alt_sstream.hpp | 69 using streambuf_t::pbase; 86 { return static_cast<size_type>( pptr() - pbase()) ;} in pcount()
|
D | feed_args.hpp | 198 const Ch * res_beg = buf.pbase(); in put() 215 const Ch * res_beg = buf.pbase(); in put() 248 const Ch * tmp_beg = buf.pbase(); in put()
|
/third_party/boost/boost/iostreams/detail/streambuf/ |
D | chainbuf.hpp | 92 this->setp(delegate().pbase(), delegate().epptr()); in get_pointers() 93 this->pbump((int) (delegate().pptr() - delegate().pbase())); in get_pointers() 98 delegate().setp(this->pbase(), this->epptr()); in set_pointers() 99 delegate().pbump((int) (this->pptr() - this->pbase())); in set_pointers()
|
D | linked_streambuf.hpp | 33 using base::setg; using base::gbump; using base::pbase; \
|
/third_party/boost/boost/interprocess/streams/ |
D | vectorstream.hpp | 136 char_type *old_ptr = base_t::pbase(); in vector() 141 int old_pos = base_t::pptr() - base_t::pbase(); in vector() 155 typename vector_type::difference_type write_pos = base_t::pptr() - base_t::pbase(); in reserve() 264 dif_t new_outpos = base_t::pptr() - base_t::pbase() + 1; in overflow() 266 dif_t hipos = mp_high_water - base_t::pbase(); in overflow() 320 limit = static_cast<off_type>(mp_high_water - base_t::pbase()); in seekoff() 335 : static_cast<std::streamoff>(this->pptr() - this->pbase()); in seekoff() 353 base_t::setp(base_t::pbase(), base_t::epptr()); in seekoff()
|
D | bufferstream.hpp | 217 : static_cast<std::streamoff>(this->pptr() - this->pbase()); in seekoff() 235 std::ptrdiff_t n = this->epptr() - this->pbase(); in seekoff() 240 this->setp(this->pbase(), this->pbase() + n); in seekoff()
|
/third_party/zlib/contrib/iostream3/ |
D | zfstream.cc | 217 if (this->pbase()) in overflow() 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) in overflow() 229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow() 353 if (!this->pbase()) in disable_buffer()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream3/ |
D | zfstream.cc | 217 if (this->pbase()) in overflow() 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) in overflow() 229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow() 353 if (!this->pbase()) in disable_buffer()
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/ |
D | zfstream.cc | 217 if (this->pbase()) in overflow() 220 if (this->pptr() > this->epptr() || this->pptr() < this->pbase()) in overflow() 229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() 237 if (gzwrite(file, this->pbase(), bytes_to_write) != bytes_to_write) in overflow() 353 if (!this->pbase()) in disable_buffer()
|
/third_party/boost/libs/nowide/src/ |
D | iostream.cpp | 67 int n = static_cast<int>(pptr() - pbase()); in overflow() 70 if(n > 0 && (r = write(pbase(), n)) < 0) in overflow() 74 std::memmove(pbase(), pbase() + r, n - r); in overflow()
|
/third_party/boost/boost/detail/ |
D | basic_pointerbuf.hpp | 47 using base_type::pbase; 50 charT* pbase() const { return base_type::pbase(); } in pbase() function in boost::detail::basic_pointerbuf
|
/third_party/boost/libs/regex/src/ |
D | cregex.cpp | 92 const char* pbase; member in boost::BOOST_REGEX_DETAIL_NS::RegExData 104 t(type_copy), pbase(0), in RegExData() 123 positions[i] = m[i].matched ? m[i].first - pbase : -1; in update() 211 pdata->pbase = p; in Match() 226 pdata->pbase = p; in Search() 253 pdata->pbase = p; in Grep() 282 pdata->pbase = p; in Grep() 311 pdata->pbase = p; in Grep() 500 return pdata->m[i].matched ? pdata->m[i].first - pdata->pbase : RegEx::npos; in Position()
|
/third_party/node/deps/npm/node_modules/jsprim/lib/ |
D | jsprim.js | 365 var pbase = -1; 393 pbase = prefixToBase(str.charCodeAt(idx + 1)); 394 if (pbase !== -1 && (!baseOverride || pbase === base)) { 395 base = pbase; 400 if (pbase === -1 && options.leadingZeroIsOctal) {
|
/third_party/gstreamer/gst_libav/tests/check/ |
D | meson.build | 21 pbase = dependency('gstreamer-plugins-base-' + api_version, required: true) variable 23 pbase.get_variable('pluginsdir')]
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | basic_socket_streambuf.hpp | 250 if (pptr() != pbase()) in ~basic_socket_streambuf() 487 output_buffer = boost::asio::buffer(pbase(), in overflow() 488 (pptr() - pbase()) * sizeof(char_type)); in overflow() 550 if (pptr() == pbase() && s == 0 && n == 0) in setbuf()
|
/third_party/boost/boost/asio/ |
D | basic_socket_streambuf.hpp | 250 if (pptr() != pbase()) in ~basic_socket_streambuf() 487 output_buffer = boost::asio::buffer(pbase(), in overflow() 488 (pptr() - pbase()) * sizeof(char_type)); in overflow() 550 if (pptr() == pbase() && s == 0 && n == 0) in setbuf()
|
/third_party/glib/glib/ |
D | gqsort.h | 37 void g_qsort_with_data (gconstpointer pbase,
|
D | gqsort.c | 297 g_qsort_with_data (gconstpointer pbase, in g_qsort_with_data() argument 303 msort_r ((gpointer)pbase, total_elems, size, compare_func, user_data); in g_qsort_with_data()
|
/third_party/boost/boost/beast/core/detail/ |
D | ostream.hpp | 101 (this->pptr() - this->pbase()) * in sync() 171 (this->pptr() - this->pbase()) * in sync()
|
/third_party/boost/libs/beast/include/boost/beast/core/detail/ |
D | ostream.hpp | 101 (this->pptr() - this->pbase()) * in sync() 171 (this->pptr() - this->pbase()) * in sync()
|
/third_party/boost/boost/nowide/ |
D | filebuf.hpp | 225 size_t n = pptr() - pbase(); in overflow() 228 if(std::fwrite(pbase(), 1, n, file_) != n) in overflow() 386 const char* const base = pbase(); in stop_writing()
|
/third_party/boost/boost/convert/ |
D | stream.hpp | 68 using buffer_type::pbase; 161 char_type const* beg = obuf->pbase(); in to_str()
|
/third_party/boost/boost/lexical_cast/detail/ |
D | converter_lexical_streams.hpp | 98 using base_type::pbase; 102 charT* pbase() const { return base_type::pbase(); } in pbase() function in boost::detail::basic_unlockedbuf 239 start = p->pbase(); in shl_input_streamable()
|