Home
last modified time | relevance | path

Searched refs:no_copy (Results 1 – 2 of 2) 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() argument
33 no_copy(no_copy &&) {} in no_copy() function
34 no_copy(no_copy const &) = delete;
51 any_cast<no_copy>(static_cast<any&>(a)); // expected-note {{requested here}} in main()
55 any_cast<no_copy>(static_cast<any const&>(a)); // expected-note {{requested here}} in main()
57 any_cast<no_copy>(static_cast<any &&>(a)); // OK in main()
/external/tensorflow/tensorflow/python/layers/
Dbase.py546 no_copy = set(['_graph'])
552 if k in no_copy: