Home
last modified time | relevance | path

Searched defs:no_copy (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dnot_copy_constructible.fail.cpp30 struct no_copy struct
32 no_copy() {} in no_copy() function
33 no_copy(no_copy &&) {} in no_copy() argument
/external/llvm-project/libcxx/test/std/utilities/any/any.nonmembers/any.cast/
Dnot_copy_constructible.fail.cpp35 struct no_copy struct
37 no_copy() {} in no_copy() function
38 no_copy(no_copy &&) {} in no_copy() argument
/external/rust/crates/bindgen/src/
Dlib.rs1530 pub fn no_copy<T: Into<String>>(mut self, arg: T) -> Self { in no_copy() method