Home
last modified time | relevance | path

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

/third_party/rust/rust/tests/ui/traits/negative-bounds/
Dsimple.rs20 struct NotCopyable; struct
21 impl !Copy for NotCopyable {} implementation
/third_party/rust/rust/tests/ui/suggestions/
Doption-content-move2.rs1 struct NotCopyable; struct
/third_party/googletest/googlemock/test/
Dgmock-matchers-misc_test.cc98 class NotCopyable { class
100 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() function in testing::gmock_matchers_test::__anon5436c0760111::NotCopyable