/third_party/boost/boost/geometry/core/ |
D | closure.hpp | 56 closed = 1, enumerator 88 struct closed struct 90 static const closure_selector value = geometry::closed;
|
/third_party/boost/boost/thread/concurrent_queues/detail/ |
D | sync_queue_base.hpp | 129 bool sync_queue_base<ValueType, Queue>::closed() const in closed() function in boost::concurrent::detail::sync_queue_base 135 bool sync_queue_base<ValueType, Queue>::closed(unique_lock<mutex>&) const in closed() function in boost::concurrent::detail::sync_queue_base 140 bool sync_queue_base<ValueType, Queue>::closed(lock_guard<mutex>&) const in closed() function in boost::concurrent::detail::sync_queue_base
|
D | sync_deque_base.hpp | 129 bool sync_deque_base<ValueType, Queue>::closed() const in closed() function in boost::concurrent::detail::sync_deque_base 135 bool sync_deque_base<ValueType, Queue>::closed(unique_lock<mutex>&) const in closed() function in boost::concurrent::detail::sync_deque_base 140 bool sync_deque_base<ValueType, Queue>::closed(lock_guard<mutex>&) const in closed() function in boost::concurrent::detail::sync_deque_base
|
/third_party/boost/boost/thread/executors/ |
D | inline_executor.hpp | 84 bool closed(lock_guard<mutex>& ) in closed() function in boost::executors::inline_executor 88 bool closed() in closed() function in boost::executors::inline_executor
|
D | generic_executor_ref.hpp | 58 bool closed() { return ex.closed(); } in closed() function in boost::executors::executor_ref 123 bool closed() { return ex->closed(); } in closed() function in boost::executors::generic_executor_ref
|
D | thread_executor.hpp | 92 bool closed(lock_guard<mutex>& ) in closed() function in boost::executors::thread_executor 96 bool closed() in closed() function in boost::executors::thread_executor
|
D | serial_executor_cont.hpp | 63 bool closed(lock_guard<mutex>&) const in closed() function in boost::executors::serial_executor_cont 117 bool closed() in closed() function in boost::executors::serial_executor_cont
|
D | executor_adaptor.hpp | 88 bool closed() { return ex.closed(); } in closed() function in boost::executors::executor_adaptor
|
/third_party/boost/boost/graph/ |
D | tiernan_all_cycles.hpp | 133 const ClosedMatrix& closed) in is_path_closed() 167 bool closed = !is_path_closed(g, u, v, m); in can_extend_path() local 196 const Graph& g, Path& p, ClosedMatrix& closed) in extend_path() 225 inline bool exhaust_paths(const Graph& g, Path& p, ClosedMatrix& closed) in exhaust_paths() 268 ClosedMatrix closed(num_vertices(g), VertexList()); in all_cycles_from_vertex() local
|
/third_party/boost/boost/icl/ |
D | interval.hpp | 65 static inline interval_type closed(const DomainT& low, const DomainT& up) in closed() function 90 static inline interval_type closed(const DomainT& low, const DomainT& up) in closed() function
|
/third_party/node/test/parallel/ |
D | test-stream-destroy-event-order.js | 11 let closed = false; variable
|
D | test-child-process-fork-net.js | 96 let closed = 0; variable
|
/third_party/python/Modules/_io/ |
D | iobase.c | 161 int closed = iobase_is_closed(self); in _io__IOBase_flush_impl() local 175 int closed = iobase_is_closed(self); in iobase_closed_get() local 186 int closed; in iobase_check_closed() local 230 int rc, closed = iobase_is_closed(self); in _io__IOBase_close_impl() local 262 int closed; in iobase_finalize() local
|
/third_party/boost/boost/fiber/ |
D | channel_op_status.hpp | 24 closed, enumerator
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/base/ |
D | io-public.h | 27 bool closed; // No further writes are expected. member 63 bool closed) { in wuffs_base__make_io_buffer_meta()
|
/third_party/skia/experimental/graphite/src/geom/ |
D | Shape.cpp | 51 bool Shape::closed() const { in closed() function in skgpu::Shape
|
/third_party/lwip/test/sockets/ |
D | sockets_stresstest.c | 95 volatile int closed; member 154 recv_and_check_data_return_offset(int s, char *rxbuf, size_t rxbufsize, size_t rxoff, int *closed, … in recv_and_check_data_return_offset() 411 int closed; in sockets_stresstest_conn_client_r() local 474 int closed; in sockets_stresstest_conn_client() local 520 int closed; in sockets_stresstest_conn_server() local
|
/third_party/skia/src/gpu/geometry/ |
D | GrShape.cpp | 86 bool closed; in simplifyPath() local 325 bool GrShape::closed() const { in closed() function in GrShape
|
/third_party/boost/boost/thread/executors/detail/ |
D | priority_executor_base.hpp | 49 bool closed() in closed() function in boost::executors::detail::priority_executor_base
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | promise-race-iterator.js | 66 var closed = false; variable
|
D | promise-all-iterator.js | 78 var closed = false; variable
|
D | weakset.js | 136 var closed = false; variable
|
/third_party/boost/boost/thread/concurrent_queues/ |
D | queue_views.hpp | 41 bool closed() const { return queue->closed(); } in closed() function in boost::concurrent::queue_back_view 74 bool closed() const { return queue->closed(); } in closed() function in boost::concurrent::queue_front_view
|
D | queue_adaptor.hpp | 44 bool closed() const { return queue.closed(); } in closed() function in boost::concurrent::detail::queue_adaptor_copyable_only 81 bool closed() const { return queue.closed(); } in closed() function in boost::concurrent::detail::queue_adaptor_movable_only 120 bool closed() const { return queue.closed(); } in closed() function in boost::concurrent::detail::queue_adaptor_copyable_and_movable
|
D | deque_adaptor.hpp | 44 bool closed() const { return queue.closed(); } in closed() function in boost::concurrent::detail::deque_adaptor_copyable_only 81 bool closed() const { return queue.closed(); } in closed() function in boost::concurrent::detail::deque_adaptor_movable_only 120 bool closed() const { return queue.closed(); } in closed() function in boost::concurrent::detail::deque_adaptor_copyable_and_movable
|