Home
last modified time | relevance | path

Searched refs:run_ (Results 1 – 18 of 18) sorted by relevance

/third_party/boost/boost/xpressive/detail/utility/chset/
Drange_run.ipp81 return this->run_.empty();
87 if(this->run_.empty())
93 this->run_.begin()
94 , this->run_.end()
99 return (iter != this->run_.end() && iter->includes(v))
100 || (iter != this->run_.begin() && (--iter)->includes(v));
107 const_iterator begin = this->run_.begin();
108 const_iterator end = this->run_.end();
124 this->run_.swap(rr.run_);
131 BOOST_ASSERT(iter != this->run_.end());
[all …]
Drange_run.hpp96 run_type run_; member
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/
Dsuite_info.hpp33 run_type run_; member in boost::beast::unit_test::suite_info
46 , run_(std::move(run)) in suite_info()
86 run_(r); in run()
/third_party/boost/boost/beast/_experimental/unit_test/
Dsuite_info.hpp33 run_type run_; member in boost::beast::unit_test::suite_info
46 , run_(std::move(run)) in suite_info()
86 run_(r); in run()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dbit_writer_utils.c63 if (!BitWriterResize(bw, bw->run_ + 1)) { in Flush()
69 if (bw->run_ > 0) { in Flush()
71 for (; bw->run_ > 0; --bw->run_) bw->buf_[pos++] = value; in Flush()
76 bw->run_++; // delay writing of bytes 0xff, pending eventual carry. in Flush()
165 bw->run_ = 0; in VP8BitWriterInit()
Dbit_writer_utils.h30 int run_; // number of outstanding bits member
58 return (bw->pos_ + bw->run_) * 8 + nb_bits; in VP8BitWriterPos()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dbit_writer_utils.c63 if (!BitWriterResize(bw, bw->run_ + 1)) { in Flush()
69 if (bw->run_ > 0) { in Flush()
71 for (; bw->run_ > 0; --bw->run_) bw->buf_[pos++] = value; in Flush()
76 bw->run_++; // delay writing of bytes 0xff, pending eventual carry. in Flush()
165 bw->run_ = 0; in VP8BitWriterInit()
Dbit_writer_utils.h30 int run_; // number of outstanding bits member
58 return (bw->pos_ + bw->run_) * 8 + nb_bits; in VP8BitWriterPos()
/third_party/boost/libs/coroutine/example/symmetric/
Ddice_game.cpp28 void run_( coro_t::yield_type & yield) in run_() function in player
47 coro( boost::bind( & player::run_, this, _1) ), in player()
Dmerge_arrays.cpp25 void run_( coro_t::yield_type & yield) in run_() function in merger
52 coro( boost::bind( & merger::run_, this, _1) ) in merger()
/third_party/benchmark/test/
DAssemblyTests.cmake38 add_test(NAME run_${name}_${prefix}
/third_party/boost/libs/fiber/src/
Dcontext.cpp33 run_( boost::context::fiber && c) { in run_() function in boost::fibers::dispatcher_context
45 … std::bind( & dispatcher_context::run_, this, std::placeholders::_1) };
/third_party/boost/boost/fiber/
Dcontext.hpp421 run_( boost::context::fiber && c) { in run_() function in boost::fibers::worker_context
450 … std::bind( & worker_context::run_, this, std::placeholders::_1) };
/third_party/mbedtls/
D.pylintrc29 no-docstring-rgx=(run_)?main$
/third_party/boost/libs/heap/tools/
Dheap_benchmarks.hpp60 typedef run_##SUFFIX<heap> type; \
/third_party/ffmpeg/tools/
Dcrypto_bench.c631 { #lib, name, run_ ## lib ## _ ## symbol, output },
/third_party/boost/tools/litre/
Dcplusplus.py740 def run_(self, howmany = 1, stdin = None, **kw): member in CPlusPlusTranslator
/third_party/flutter/skia/third_party/externals/angle2/doc/
DDevSetup.md121 In order to run ANGLE tests, prepend `bin/run_` to the test name, for example: `./out/Release/bin/r…