Home
last modified time | relevance | path

Searched refs:pbase (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/libs/interprocess/test/
Doffset_ptr_test.cpp119 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/
Dalt_sstream_impl.hpp24 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()
Dalt_sstream.hpp69 using streambuf_t::pbase;
86 { return static_cast<size_type>( pptr() - pbase()) ;} in pcount()
Dfeed_args.hpp198 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/
Dchainbuf.hpp92 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()
Dlinked_streambuf.hpp33 using base::setg; using base::gbump; using base::pbase; \
/third_party/boost/boost/interprocess/streams/
Dvectorstream.hpp136 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()
Dbufferstream.hpp217 : 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/
Dzfstream.cc217 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/
Dzfstream.cc217 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/
Dzfstream.cc217 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/
Diostream.cpp67 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/
Dbasic_pointerbuf.hpp47 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/
Dcregex.cpp92 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/
Djsprim.js365 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/
Dmeson.build21 pbase = dependency('gstreamer-plugins-base-' + api_version, required: true) variable
23 pbase.get_variable('pluginsdir')]
/third_party/boost/libs/asio/include/boost/asio/
Dbasic_socket_streambuf.hpp250 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/
Dbasic_socket_streambuf.hpp250 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/
Dgqsort.h37 void g_qsort_with_data (gconstpointer pbase,
Dgqsort.c297 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/
Dostream.hpp101 (this->pptr() - this->pbase()) * in sync()
171 (this->pptr() - this->pbase()) * in sync()
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dostream.hpp101 (this->pptr() - this->pbase()) * in sync()
171 (this->pptr() - this->pbase()) * in sync()
/third_party/boost/boost/nowide/
Dfilebuf.hpp225 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/
Dstream.hpp68 using buffer_type::pbase;
161 char_type const* beg = obuf->pbase(); in to_str()
/third_party/boost/boost/lexical_cast/detail/
Dconverter_lexical_streams.hpp98 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()

12