/third_party/boost/boost/xpressive/detail/utility/chset/ |
D | range_run.ipp | 81 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 …]
|
D | range_run.hpp | 96 run_type run_; member
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/ |
D | suite_info.hpp | 33 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/ |
D | suite_info.hpp | 33 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/ |
D | bit_writer_utils.c | 63 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()
|
D | bit_writer_utils.h | 30 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/ |
D | bit_writer_utils.c | 63 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()
|
D | bit_writer_utils.h | 30 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/ |
D | dice_game.cpp | 28 void run_( coro_t::yield_type & yield) in run_() function in player 47 coro( boost::bind( & player::run_, this, _1) ), in player()
|
D | merge_arrays.cpp | 25 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/ |
D | AssemblyTests.cmake | 38 add_test(NAME run_${name}_${prefix}
|
/third_party/boost/libs/fiber/src/ |
D | context.cpp | 33 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/ |
D | context.hpp | 421 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 | .pylintrc | 29 no-docstring-rgx=(run_)?main$
|
/third_party/boost/libs/heap/tools/ |
D | heap_benchmarks.hpp | 60 typedef run_##SUFFIX<heap> type; \
|
/third_party/ffmpeg/tools/ |
D | crypto_bench.c | 631 { #lib, name, run_ ## lib ## _ ## symbol, output },
|
/third_party/boost/tools/litre/ |
D | cplusplus.py | 740 def run_(self, howmany = 1, stdin = None, **kw): member in CPlusPlusTranslator
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | DevSetup.md | 121 In order to run ANGLE tests, prepend `bin/run_` to the test name, for example: `./out/Release/bin/r…
|