Home
last modified time | relevance | path

Searched refs:get_union (Results 1 – 25 of 114) sorted by relevance

12345

/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/
H A Dvariant.hpp135 copy(storage_.get_union(), u); in basic_variant()
142 move(storage_.get_union(), std::move(u)); in basic_variant()
209 auto& a_union = a.storage_.get_union(); in swap()
210 auto& b_union = b.storage_.get_union(); in swap()
238 destroy(storage_.get_union()); in reset()
291 if (storage_.get_union().has_value()) in emplace_impl()
306 return storage_.get_union().type(); in type()
316 return storage_.get_union().has_value(); in has_value()
354 return storage_.get_union().value(type);
363 return storage_.get_union().value(type); in value()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/mir-opt/
H A Dremove_zsts_dont_touch_unions.rs12 fn get_union() -> Foo { in get_union() function
18 get_union(); in main()
H A Dremove_zsts_dont_touch_unions.get_union.RemoveZsts.after.mir1 // MIR for `get_union` after RemoveZsts
3 fn get_union() -> Foo {
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DNef_nary_union_3.h54 Polyhedron get_union() { in get_union() function
H A DOFF_to_nef_3.h234 nef_union = nary_union.get_union();
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-bool.cpp538 Geom::PathVector LPEBool::get_union(SPObject *object) in get_union() function in Inkscape::LivePathEffect::LPEBool
562 res = get_union(SP_OBJECT(iter)); in get_union()
564 …res = sp_pathvector_boolop(res, get_union(SP_OBJECT(iter)), to_bool_op(bool_op_ex_union), fill_odd… in get_union()
615 Geom::PathVector operand_pv = get_union(operand); in doEffect()
H A Dlpe-bool.h36 Geom::PathVector get_union(SPObject *object);
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/detail/
H A Dvariant_impl.hpp312 tagged_union<Types...>& get_union() noexcept in get_union() function in type_safe::detail::variant_storage
317 const tagged_union<Types...>& get_union() const noexcept in get_union() function in type_safe::detail::variant_storage
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/memrange-0.1.3/src/
H A Dlib.rs37 pub fn get_union(&self, other: &Range) -> Range{ in get_union() method
/dports/misc/p5-List-Compare/List-Compare-0.53/
H A DFAQ44 @union = $lc->get_union();
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dexport_format_base.h155 boost::shared_ptr<ExportFormatBase> get_union (ExportFormatBase const & other) const;
/dports/misc/p5-List-Compare/List-Compare-0.53/t/
H A D34_func_lists_dual_unsorted.t27 @union = get_union( '-u', [ \@a0, \@a1 ] );
201 @union = get_union( '--unsorted', [ \@a0, \@a1 ] );
H A D91_func_errors.t36 I_class_func_tests(\&get_union, q{get_union});
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dir.py511 def get_union(self): member in Declarator
514 union = property(get_union)
770 def get_union(self): member in TypeSpecifiers
773 union = property(get_union)
/dports/devel/yasm/yasm-1.3.0/tools/python-yasm/pyxelator/
H A Dir.py511 def get_union(self): member in Declarator
514 union = property(get_union)
770 def get_union(self): member in TypeSpecifiers
773 union = property(get_union)
/dports/misc/p5-List-Compare/List-Compare-0.53/lib/List/
H A DCompare.pm158 sub get_union { subroutine
410 sub get_union { subroutine
1011 sub get_union { subroutine
1334 sub get_union { subroutine
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dexport_format_base.cc73 ExportFormatBase::get_union (ExportFormatBase const & other) const in get_union() function in ARDOUR::ExportFormatBase
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/pyi/src/
H A Dshared.thrift160 set<i32> get_union(1: list<set<i32>> sets); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/py3/src/
H A Dmodule.thrift155 set<i32> get_union(1: list<set<i32>> sets); function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/py3/gen-py3/module/
H A Dservices.pyi262 async def get_union(
H A Dclients_wrapper.pxd127 cFollyFuture[cset[cint32_t]] get_union(cRpcOptions,
H A Dclients_wrapper.h134 folly::Future<std::set<int32_t>> get_union(
/dports/graphics/py-vecrec/vecrec-0.3.0/tests/
H A D30_test_rectangle.py48 assert r.get_union(s) == Rect(1, 4, 8, 8)
/dports/misc/p5-List-Compare/List-Compare-0.53/lib/List/Compare/
H A DFunctional.pm109 sub get_union { subroutine
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_3/
H A Dbipartite_nary_union_sorted_combined.h229 return nary_union.get_union(); in bipartite_nary_union_sorted_combined()

12345