Home
last modified time | relevance | path

Searched refs:Clone (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D1024.patch52 @@ -13,7 +13,7 @@ env_cpp11 = env_cpp11.Clone ()
65 @@ -14,7 +14,7 @@ env_cpp11 = env_cpp11.Clone ()
78 @@ -13,7 +13,7 @@ env_cpp11 = env_cpp11.Clone ()
91 @@ -11,7 +11,7 @@ env_cpp11 = env_cpp11.Clone ()
104 @@ -13,7 +13,7 @@ env_cpp11 = env_cpp11.Clone ()
117 @@ -13,7 +13,7 @@ env_cpp11 = env_cpp11.Clone ()
130 @@ -14,7 +14,7 @@ env_cpp11 = env_cpp11.Clone ()
143 @@ -14,7 +14,7 @@ env_cpp11 = env_cpp11.Clone ()
156 @@ -13,7 +13,7 @@ env_cpp11 = env_cpp11.Clone ()
169 @@ -13,7 +13,7 @@ env_cpp11 = env_cpp11.Clone ()
[all …]
H A D857.patch97 @@ -157,29 +158,29 @@ env_cpp11 = env.Clone ()
/openbmc/linux/rust/alloc/vec/
H A Dpartial_eq.rs33 __impl_slice_eq1! { [A: Allocator] Cow<'_, [T]>, Vec<U, A> where T: Clone, #[stable(feature = "rust…
35 __impl_slice_eq1! { [] Cow<'_, [T]>, &[U] where T: Clone, #[stable(feature = "rust1", since = "1.0.…
37 __impl_slice_eq1! { [] Cow<'_, [T]>, &mut [U] where T: Clone, #[stable(feature = "rust1", since = "…
H A Dspec_extend.rs83 T: Clone,
93 T: Clone,
H A Dmod.rs2246 A: Clone, in split_off()
2481 impl<T: Clone, A: Allocator> Vec<T, A> {
2688 impl<T: Clone, A: Allocator> Vec<T, A> {
2779 pub fn from_elem<T: Clone>(elem: T, n: usize) -> Vec<T> { in from_elem()
2786 pub fn from_elem_in<T: Clone, A: Allocator>(elem: T, n: usize, alloc: A) -> Vec<T, A> { in from_elem_in() argument
2798 impl<T: Clone, A: Allocator> ExtendFromWithinSpec for Vec<T, A> {
2869 impl<T: Clone, A: Allocator + Clone> Clone for Vec<T, A> {
3368 impl<T: Clone> From<&[T]> for Vec<T> {
3388 impl<T: Clone> From<&mut [T]> for Vec<T> {
H A Dinto_iter.rs388 impl<T: Clone, A: Allocator + Clone> Clone for IntoIter<T, A> {
/openbmc/openbmc/poky/meta/lib/patchtest/
H A DREADME.md8 1. Clone https://git.openembedded.org/openembedded-core (this repo) and https://git.openembedded.or…
9 2. Clone https://git.yoctoproject.org/patchtest
/openbmc/linux/rust/alloc/
H A Dslice.rs124 impl<T: Clone> ConvertVec for T {
416 T: Clone, in to_vec()
440 T: Clone, in to_vec_in() argument
709 impl<T: Clone, V: Borrow<[T]>> Concat<T> for [V] {
724 impl<T: Clone, V: Borrow<[T]>> Join<&T> for [V] {
747 impl<T: Clone, V: Borrow<[T]>> Join<&[T]> for [V] {
796 impl<T: Clone, A: Allocator> SpecCloneIntoVec<T, A> for [T] {
821 impl<T: Clone> ToOwned for [T] {
H A Dboxed.rs1281 impl<T: Clone, A: Allocator + Clone> Clone for Box<T, A> {
1331 impl Clone for Box<str> {
1491 impl<T: Clone> BoxFromSlice<T> for Box<[T]> {
1513 impl<T: Clone> From<&[T]> for Box<[T]> {
1535 impl<T: Clone> From<Cow<'_, [T]>> for Box<[T]> {
2045 impl<T: Clone, A: Allocator + Clone> Clone for Box<[T], A> {
H A Dalloc.rs53 #[derive(Copy, Clone, Default, Debug)]
413 impl<T: Clone> WriteCloneIntoRaw for T {
/openbmc/linux/rust/alloc/collections/
H A Dmod.rs61 #[derive(Clone, PartialEq, Eq, Debug)]
82 #[derive(Clone, PartialEq, Eq, Debug)]
/openbmc/webui-vue/
H A DCONTRIBUTING.md27 ### Clone repo from Gerrit
34 2. Clone the repo using the `Clone with commit-msg hook` link
/openbmc/docs/testing/
H A Drun-test-docker.md18 3. Clone openbmc-build-scripts repository.
45 2. Clone openbmc-test-automation repository.
/openbmc/linux/rust/kernel/sync/
H A Darc.rs277 impl<T: ?Sized> Clone for Arc<T> {
393 impl<T: ?Sized> Clone for ArcBorrow<'_, T> {
/openbmc/linux/rust/kernel/init/
H A D__internal.rs107 impl<T: ?Sized> Clone for AllData<T> {
/openbmc/qemu/qga/vss-win32/
H A Dprovider.cpp71 STDMETHODIMP Clone(IVssEnumObject **ppenum);
134 STDMETHODIMP CQGAVSSEnumObject::Clone(IVssEnumObject **ppenum) in Clone() function in CQGAVSSEnumObject
/openbmc/linux/rust/kernel/
H A Dtypes.rs349 impl<T: AlwaysRefCounted> Clone for ARef<T> {
H A Derror.rs94 #[derive(Clone, Copy, PartialEq, Eq)]
H A Dstr.rs42 #[derive(Debug, Clone, Copy)]
/openbmc/qemu/.gitlab-ci.d/
H A Dopensbi.yml77 script: # Clone the required submodules and build OpenSBI
/openbmc/u-boot/tools/patman/
H A Dgitutil.py228 def Clone(git_dir, output_dir): function
/openbmc/bmcweb/
H A DTESTING.md20 - Clone bmcweb from gerrit
/openbmc/openbmc/poky/documentation/test-manual/
H A Dunderstand-autobuilder.rst111 :ref:`test-manual/understand-autobuilder:Autobuilder Clone Cache`.
152 Autobuilder Clone Cache
/openbmc/docs/development/
H A Dweb-ui.md77 1. Clone the repository
H A Ddevtool-hello-world.md9 ## Clone and Build a Repo

12