Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/gtl/
Dint_type_test.cc271 struct NotCopyable { in TYPED_TEST() struct
272 TypeParam inttype; in TYPED_TEST()
273 std::unique_ptr<int> ptr; in TYPED_TEST()
275 static NotCopyable Make(int i) { in TYPED_TEST()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp31 struct NotCopyable { struct
/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
Dswap.pass.cpp39 struct NotCopyable { struct
/external/cronet/third_party/googletest/src/googlemock/test/
Dgmock-matchers-misc_test.cc92 class NotCopyable { class
94 explicit NotCopyable(int a_value) : value_(a_value) {} in NotCopyable() function in testing::gmock_matchers_test::__anonbebd5cf20111::NotCopyable
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc4835 class NotCopyable { in TEST() class
4837 explicit NotCopyable(int a_value) : value_(a_value) {} in TEST() function in testing::gmock_matchers_test::__anon9be9be2f0111::NotCopyable