HomeSort by relevance Sort by last modified time
    Searched refs:NotCopyable (Results 1 - 4 of 4) sorted by null

  /external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
swap.pass.cpp 31 struct NotCopyable {
32 NotCopyable() = default;
33 NotCopyable(const NotCopyable &) = delete;
34 NotCopyable &operator=(const NotCopyable &) = delete;
496 using V = std::variant<int, NotCopyable>;
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc     [all...]
  /external/googletest/googlemock/test/
gmock-matchers_test.cc     [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc     [all...]

Completed in 82 milliseconds