Home
last modified time | relevance | path

Searched refs:raw_copy (Results 1 – 25 of 51) sorted by relevance

123

/dports/devel/kyua/kyua-0.13/utils/config/
H A Dnodes_test.cpp87 config::detail::base_node* raw_copy = node.deep_copy(); in ATF_TEST_CASE_BODY() local
88 config::bool_node* copy = static_cast< config::bool_node* >(raw_copy); in ATF_TEST_CASE_BODY()
194 config::detail::base_node* raw_copy = node.deep_copy(); in ATF_TEST_CASE_BODY() local
195 config::int_node* copy = static_cast< config::int_node* >(raw_copy); in ATF_TEST_CASE_BODY()
304 config::detail::base_node* raw_copy = node.deep_copy(); in ATF_TEST_CASE_BODY() local
306 raw_copy); in ATF_TEST_CASE_BODY()
421 config::detail::base_node* raw_copy = node.deep_copy(); in ATF_TEST_CASE_BODY() local
422 config::string_node* copy = static_cast< config::string_node* >(raw_copy); in ATF_TEST_CASE_BODY()
524 config::detail::base_node* raw_copy = node.deep_copy(); in ATF_TEST_CASE_BODY() local
526 static_cast< config::strings_set_node* >(raw_copy); in ATF_TEST_CASE_BODY()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/generic-associated-types/
H A Dissue-74824.rs22 let raw_copy = Box::deref(&copy) as *const _; in main() localVariable
25 assert_eq!(raw_b, raw_copy); in main()
/dports/graphics/opencv/.build/3rdparty/ade/ade-0.1.1f/sources/ade/include/ade/util/
H A Dmemory_range.hpp232 inline auto raw_copy(const SrcRange& src, DstRange&& dst) in raw_copy() function
254 inline MemoryRange<void> raw_copy(const MemoryRange<void>& src, MemoryRange<void> dst) in raw_copy() function
256 return raw_copy(src.reinterpret<const char>(), dst.reinterpret<char>()).reinterpret<void>(); in raw_copy()
259 inline MemoryRange<void> raw_copy(const MemoryRange<const void>& src, MemoryRange<void> dst) in raw_copy() function
261 return raw_copy(src.reinterpret<const char>(), dst.reinterpret<char>()).reinterpret<void>(); in raw_copy()
/dports/misc/broot/broot-1.7.0/cargo-crates/onig-6.2.0/src/
H A Dutils.rs20 let raw_copy = unsafe { CStr::from_ptr(onig_sys::onig_copyright()) }; in copyright() localVariable
21 raw_copy.to_string_lossy().into_owned() in copyright()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/onig-6.1.1/src/
H A Dutils.rs20 let raw_copy = unsafe { CStr::from_ptr(onig_sys::onig_copyright()) }; in copyright() localVariable
21 raw_copy.to_string_lossy().into_owned() in copyright()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/onig-4.3.3/src/
H A Dutils.rs20 let raw_copy = unsafe { CStr::from_ptr(onig_sys::onig_copyright()) }; in copyright() localVariable
21 raw_copy.to_string_lossy().into_owned() in copyright()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/onig-6.2.0/src/
H A Dutils.rs20 let raw_copy = unsafe { CStr::from_ptr(onig_sys::onig_copyright()) }; in copyright() localVariable
21 raw_copy.to_string_lossy().into_owned() in copyright()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/onig-4.3.2/src/
H A Dutils.rs20 let raw_copy = unsafe { CStr::from_ptr(onig_sys::onig_copyright()) }; in copyright() localVariable
21 raw_copy.to_string_lossy().into_owned() in copyright()
/dports/www/zola/zola-0.15.2/cargo-crates/onig-6.3.1/src/
H A Dutils.rs20 let raw_copy = unsafe { CStr::from_ptr(onig_sys::onig_copyright()) }; in copyright() localVariable
21 raw_copy.to_string_lossy().into_owned() in copyright()
/dports/www/xh/xh-0.14.1/cargo-crates/onig-6.2.0/src/
H A Dutils.rs20 let raw_copy = unsafe { CStr::from_ptr(onig_sys::onig_copyright()) }; in copyright() localVariable
21 raw_copy.to_string_lossy().into_owned() in copyright()
/dports/textproc/bat/bat-0.18.3/cargo-crates/onig-6.1.1/src/
H A Dutils.rs20 let raw_copy = unsafe { CStr::from_ptr(onig_sys::onig_copyright()) }; in copyright() localVariable
21 raw_copy.to_string_lossy().into_owned() in copyright()
/dports/misc/tvm/incubator-tvm-0.6.1/vta/hardware/xilinx/src/
H A Dvta.cc191 insn_T raw_copy = raw_insn; in load() local
192 VTAMemInsn insn = *((VTAMemInsn *) &raw_copy); in load()
456 insn_T raw_copy = raw_insn; in compute() local
457 insn.generic = *((VTAGenericInsn *) &raw_copy); in compute()
494 gemm(raw_copy, uop_mem, acc_mem, inp_mem, wgt_mem, out_mem); in compute()
496 alu(raw_copy, uop_mem, acc_mem, inp_mem, wgt_mem, out_mem); in compute()
525 insn_T raw_copy = raw_insn; in store() local
526 VTAMemInsn insn = *((VTAMemInsn *) &raw_copy); in store()
/dports/misc/py-tvm/incubator-tvm-0.6.1/vta/hardware/xilinx/src/
H A Dvta.cc191 insn_T raw_copy = raw_insn; in load() local
192 VTAMemInsn insn = *((VTAMemInsn *) &raw_copy); in load()
456 insn_T raw_copy = raw_insn; in compute() local
457 insn.generic = *((VTAGenericInsn *) &raw_copy); in compute()
494 gemm(raw_copy, uop_mem, acc_mem, inp_mem, wgt_mem, out_mem); in compute()
496 alu(raw_copy, uop_mem, acc_mem, inp_mem, wgt_mem, out_mem); in compute()
525 insn_T raw_copy = raw_insn; in store() local
526 VTAMemInsn insn = *((VTAMemInsn *) &raw_copy); in store()
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dstr-unicode.c213 raw_copy: in gnutls_utf8_password_normalize()
239 goto raw_copy; in gnutls_utf8_password_normalize()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/index/
H A Drtree.hpp402 this->raw_copy(src, *this, false); in rtree()
423 this->raw_copy(src, *this, false); in rtree()
474 this->raw_copy(src, *this, false); in rtree()
510 this->raw_copy(src, *this, true); in operator =()
561 this->raw_copy(src, *this, true); in operator =()
1571 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/index/
H A Drtree.hpp402 this->raw_copy(src, *this, false); in rtree()
423 this->raw_copy(src, *this, false); in rtree()
474 this->raw_copy(src, *this, false); in rtree()
510 this->raw_copy(src, *this, true); in operator =()
561 this->raw_copy(src, *this, true); in operator =()
1571 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/index/
H A Drtree.hpp616 this->raw_copy(src, *this, false); in rtree()
637 this->raw_copy(src, *this, false); in rtree()
688 this->raw_copy(src, *this, false); in rtree()
724 this->raw_copy(src, *this, true); in operator =()
775 this->raw_copy(src, *this, true); in operator =()
1752 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/index/
H A Drtree.hpp367 this->raw_copy(src, *this, false); in rtree()
388 this->raw_copy(src, *this, false); in rtree()
439 this->raw_copy(src, *this, false); in rtree()
475 this->raw_copy(src, *this, true); in operator =()
526 this->raw_copy(src, *this, true); in operator =()
1534 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/index/
H A Drtree.hpp402 this->raw_copy(src, *this, false); in rtree()
423 this->raw_copy(src, *this, false); in rtree()
474 this->raw_copy(src, *this, false); in rtree()
510 this->raw_copy(src, *this, true); in operator =()
561 this->raw_copy(src, *this, true); in operator =()
1571 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/od-amiga/
H A Dami-disk.c243 static int raw_copy(char *dev_name, int dev_unit, FILE *dst) in raw_copy() function
341 retstatus = raw_copy(device_name, device_unit, f); in readdevice()
/dports/devel/hyperscan/boost_1_75_0/boost/geometry/index/
H A Drtree.hpp616 this->raw_copy(src, *this, false); in rtree()
637 this->raw_copy(src, *this, false); in rtree()
688 this->raw_copy(src, *this, false); in rtree()
724 this->raw_copy(src, *this, true); in operator =()
775 this->raw_copy(src, *this, true); in operator =()
1797 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/boost_1_59_0/patches/boost/geometry/index/
H A Drtree.hpp367 this->raw_copy(src, *this, false); in rtree()
388 this->raw_copy(src, *this, false); in rtree()
439 this->raw_copy(src, *this, false); in rtree()
475 this->raw_copy(src, *this, true); in operator =()
526 this->raw_copy(src, *this, true); in operator =()
1548 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/index/
H A Drtree.hpp367 this->raw_copy(src, *this, false); in rtree()
388 this->raw_copy(src, *this, false); in rtree()
439 this->raw_copy(src, *this, false); in rtree()
475 this->raw_copy(src, *this, true); in operator =()
526 this->raw_copy(src, *this, true); in operator =()
1532 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/index/
H A Drtree.hpp616 this->raw_copy(src, *this, false); in rtree()
637 this->raw_copy(src, *this, false); in rtree()
688 this->raw_copy(src, *this, false); in rtree()
724 this->raw_copy(src, *this, true); in operator =()
775 this->raw_copy(src, *this, true); in operator =()
1797 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/index/
H A Drtree.hpp616 this->raw_copy(src, *this, false); in rtree()
637 this->raw_copy(src, *this, false); in rtree()
688 this->raw_copy(src, *this, false); in rtree()
724 this->raw_copy(src, *this, true); in operator =()
775 this->raw_copy(src, *this, true); in operator =()
1797 inline void raw_copy(rtree const& src, rtree & dst, bool copy_tr_and_params) const in raw_copy() function in boost::geometry::index::rtree

123