Home
last modified time | relevance | path

Searched refs:op_id (Results 1 – 25 of 602) sorted by relevance

12345678910>>...25

/dports/www/ilias/ILIAS-5.4.25/Services/AccessControl/classes/
H A Dclass.ilRbacLogTableGUI.php196 $op_id = $this->operations[$a_op];
197 if (substr($op_id, 0, 7) != "create_") {
200 if ($this->notTranslated($perm, $op_id)) {
204 $perm = $this->lng->txt($op_id);
210 $type = substr($op_id, 7, strlen($op_id));
213 if ($this->notTranslated($perm, $op_id)) {
214 $perm = $this->lng->txt("rbac_" . $op_id);
226 * @param string $op_id
229 protected function getTranslationFromPlugin($type, $op_id) argument
244 * @param string $op_id
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/AccessControl/classes/
H A Dclass.ilRbacLogTableGUI.php196 $op_id = $this->operations[$a_op];
197 if (substr($op_id, 0, 7) != "create_") {
200 if ($this->notTranslated($perm, $op_id)) {
204 $perm = $this->lng->txt($op_id);
210 $type = substr($op_id, 7, strlen($op_id));
213 if ($this->notTranslated($perm, $op_id)) {
214 $perm = $this->lng->txt("rbac_" . $op_id);
226 * @param string $op_id
229 protected function getTranslationFromPlugin($type, $op_id) argument
244 * @param string $op_id
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp197 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
198 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
200 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
203 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
204 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
311 Interval* interval_at_op_id(int reg_num, int op_id);
358 void compute_debug_info(CodeEmitInfo* info, int op_id);
574 Interval* split_child_before_op_id(int op_id);
615 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
722 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp194 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
195 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
197 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
199 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
200 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
307 Interval* interval_at_op_id(int reg_num, int op_id);
354 void compute_debug_info(CodeEmitInfo* info, int op_id);
574 Interval* split_child_before_op_id(int op_id);
614 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
721 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp194 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
195 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
197 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
199 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
200 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
307 Interval* interval_at_op_id(int reg_num, int op_id);
354 void compute_debug_info(CodeEmitInfo* info, int op_id);
573 Interval* split_child_before_op_id(int op_id);
613 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
719 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp194 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
195 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
197 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
199 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
200 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
307 Interval* interval_at_op_id(int reg_num, int op_id);
354 void compute_debug_info(CodeEmitInfo* info, int op_id);
574 Interval* split_child_before_op_id(int op_id);
614 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
721 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp194 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
195 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
197 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
199 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
200 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
307 Interval* interval_at_op_id(int reg_num, int op_id);
354 void compute_debug_info(CodeEmitInfo* info, int op_id);
579 Interval* split_child_before_op_id(int op_id);
619 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
738 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp195 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
196 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
198 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
200 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
201 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
308 Interval* interval_at_op_id(int reg_num, int op_id);
355 void compute_debug_info(CodeEmitInfo* info, int op_id);
581 Interval* split_child_before_op_id(int op_id);
621 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
740 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp194 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
195 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
197 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
199 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
200 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
307 Interval* interval_at_op_id(int reg_num, int op_id);
354 void compute_debug_info(CodeEmitInfo* info, int op_id);
573 Interval* split_child_before_op_id(int op_id);
613 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
719 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_LinearScan.hpp194 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
195 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
197 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
199 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
200 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
307 Interval* interval_at_op_id(int reg_num, int op_id);
354 void compute_debug_info(CodeEmitInfo* info, int op_id);
573 Interval* split_child_before_op_id(int op_id);
613 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
719 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capabilities/
H A Dvideo_decode_stats_db_impl.cc162 PendingOpId op_id = next_op_id_++; in StartPendingOp() local
174 return op_id; in StartPendingOp()
179 int count = pending_ops_.erase(op_id); in CompletePendingOp()
190 auto it = pending_ops_.find(op_id); in OnPendingOpTimeout()
218 CompletePendingOp(op_id); in OnInit()
316 PendingOpId op_id, in WriteUpdatedEntry() argument
324 CompletePendingOp(op_id); in WriteUpdatedEntry()
474 CompletePendingOp(op_id); in OnEntryUpdated()
480 PendingOpId op_id, in OnGotDecodeStats() argument
486 CompletePendingOp(op_id); in OnGotDecodeStats()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp207 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
208 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
210 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
213 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
214 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
321 Interval* interval_at_op_id(int reg_num, int op_id);
368 void compute_debug_info(CodeEmitInfo* info, int op_id);
584 Interval* split_child_before_op_id(int op_id);
625 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
732 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp207 …int op_id) const { assert(op_id >= 0 && op_id <= max_lir_op_id() && op_id % 2 == 0, "op_id ou… in lir_op_with_id()
208 …nt op_id) const { assert(_block_of_op.length() > 0 && op_id >= 0 && op_id <= max_lir_op_id() + 1, … in block_of_op_with_id()
210 …bool is_block_begin(int op_id) { return op_id == 0 || block_of_op_with_id(op_id in is_block_begin() argument
213 …bool has_call(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_call() argument
214 …bool has_info(int op_id) { assert(op_id % 2 == 0, "must be even"); return… in has_info() argument
321 Interval* interval_at_op_id(int reg_num, int op_id);
368 void compute_debug_info(CodeEmitInfo* info, int op_id);
584 Interval* split_child_before_op_id(int op_id);
625 bool covers(int op_id, LIR_OpVisitState::OprMode mode) const;
732 …BlockBegin* block_of_op_with_id(int op_id) const { return allocator()->block_of_op_with_id(op_id);… in block_of_op_with_id()
[all …]
/dports/devel/libgdata/libgdata-0.17.13/gdata/tests/
H A Dcommon.c176 guint op_id; member
253 guint op_id; in gdata_test_batch_operation_query() local
268 data->op_id = op_id; in gdata_test_batch_operation_query()
274 return op_id; in gdata_test_batch_operation_query()
328 guint op_id; in gdata_test_batch_operation_insertion() local
343 data->op_id = op_id; in gdata_test_batch_operation_insertion()
349 return op_id; in gdata_test_batch_operation_insertion()
355 guint op_id; in gdata_test_batch_operation_update() local
370 data->op_id = op_id; in gdata_test_batch_operation_update()
408 guint op_id; in gdata_test_batch_operation_deletion() local
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp271 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
297 overlay::operation_type const op = it->operations[op_id].operation; in apply()
299 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
346 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
369 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
420 && it->operations[op_id].position != overlay::position_front in apply()
449 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
500 && it->operations[op_id].position != overlay::position_front in apply()
686 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
708 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp271 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
297 overlay::operation_type const op = it->operations[op_id].operation; in apply()
299 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
346 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
369 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
420 && it->operations[op_id].position != overlay::position_front in apply()
449 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
500 && it->operations[op_id].position != overlay::position_front in apply()
686 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
708 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp271 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
297 overlay::operation_type const op = it->operations[op_id].operation; in apply()
299 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
346 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
369 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
420 && it->operations[op_id].position != overlay::position_front in apply()
449 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
500 && it->operations[op_id].position != overlay::position_front in apply()
686 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
708 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp271 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
297 overlay::operation_type const op = it->operations[op_id].operation; in apply()
299 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
346 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
369 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
420 && it->operations[op_id].position != overlay::position_front in apply()
449 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
500 && it->operations[op_id].position != overlay::position_front in apply()
686 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
708 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp261 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
285 overlay::operation_type const op = it->operations[op_id].operation; in apply()
287 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
315 if ( it->operations[op_id].position == overlay::position_back ) in apply()
334 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
357 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
408 && it->operations[op_id].position != overlay::position_front in apply()
437 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
669 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
691 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp251 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
275 overlay::operation_type const op = it->operations[op_id].operation; in apply()
277 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
305 if ( it->operations[op_id].position == overlay::position_back ) in apply()
394 && it->operations[op_id].position != overlay::position_front in apply()
423 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
433 if ( it->operations[op_id].position != overlay::position_back ) in apply()
474 && it->operations[op_id].position != overlay::position_front in apply()
655 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
677 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp251 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
275 overlay::operation_type const op = it->operations[op_id].operation; in apply()
277 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
305 if ( it->operations[op_id].position == overlay::position_back ) in apply()
394 && it->operations[op_id].position != overlay::position_front in apply()
423 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
433 if ( it->operations[op_id].position != overlay::position_back ) in apply()
474 && it->operations[op_id].position != overlay::position_front in apply()
655 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
677 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp251 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
275 overlay::operation_type const op = it->operations[op_id].operation; in apply()
277 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
305 if ( it->operations[op_id].position == overlay::position_back ) in apply()
394 && it->operations[op_id].position != overlay::position_front in apply()
423 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
433 if ( it->operations[op_id].position != overlay::position_back ) in apply()
474 && it->operations[op_id].position != overlay::position_front in apply()
655 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
677 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp266 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
292 overlay::operation_type const op = it->operations[op_id].operation; in apply()
294 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
341 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
364 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply()
415 && it->operations[op_id].position != overlay::position_front in apply()
444 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
495 && it->operations[op_id].position != overlay::position_front in apply()
681 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
703 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp251 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
275 overlay::operation_type const op = it->operations[op_id].operation; in apply()
277 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
305 if ( it->operations[op_id].position == overlay::position_back ) in apply()
394 && it->operations[op_id].position != overlay::position_front in apply()
423 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
433 if ( it->operations[op_id].position != overlay::position_back ) in apply()
474 && it->operations[op_id].position != overlay::position_front in apply()
655 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
677 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/detail/relate/
H A Dlinear_linear.hpp251 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser
275 overlay::operation_type const op = it->operations[op_id].operation; in apply()
277 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply()
305 if ( it->operations[op_id].position == overlay::position_back ) in apply()
394 && it->operations[op_id].position != overlay::position_front in apply()
423 bool const is_collinear = it->operations[op_id].is_collinear; in apply()
433 if ( it->operations[op_id].position != overlay::position_back ) in apply()
474 && it->operations[op_id].position != overlay::position_front in apply()
655 if ( turn.operations[op_id].position == overlay::position_front ) in handle_degenerated()
677 else if ( turn.operations[op_id].position == overlay::position_back ) in handle_degenerated()
[all …]

12345678910>>...25