Searched refs:copyable (Results 1 – 24 of 24) sorted by relevance
/external/clang/test/SemaObjCXX/ |
D | objc-boxed-expressions-nsvalue.mm | 87 …id ntcErr = @(ntc); // expected-error{{non-trivially copyable type 'NonTriviallyCopyable' cannot b… 105 template <class T> id box(T value) { return @(value); } // expected-error{{non-trivially copyable t… 112 …iallyCopyable ntc) { return @(ntc); } // expected-error{{non-trivially copyable type 'NonTriviall…
|
/external/clang/include/clang/Basic/ |
D | DiagnosticFrontendKinds.td | 71 "%select{is not C++|is packed|is a union|is trivially copyable|"
|
D | AttrDocs.td | 664 can only be placed on a declaration of a trivially-copyable struct or union:
|
D | DiagnosticSemaKinds.td | 2270 "non-trivially copyable type %0 cannot be used in a boxed expression">; 5057 "%1 %select{||||||which is not trivially copyable}0">; 6551 "trivially-copyable type (%0 invalid)">;
|
/external/protobuf/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 54 // from testing::Test. T can be any copyable type. If it's a raw pointer,
|
/external/vulkan-validation-layers/tests/ |
D | vktestbinding.h | 402 bool copyable() const { return (format_features_ & VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT); } in copyable() function
|
/external/v8/testing/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 56 // copyable type. If it's a raw pointer, you are responsible for managing the
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
D | gtest-param-test.h.pump | 56 // copyable type. If it's a raw pointer, you are responsible for managing the
|
/external/googletest/googletest/include/gtest/ |
D | gtest-param-test.h.pump | 56 // copyable type. If it's a raw pointer, you are responsible for managing the
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 56 // copyable type. If it's a raw pointer, you are responsible for managing the
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-param-test.h.pump | 56 // copyable type. If it's a raw pointer, you are responsible for managing the
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest-param-test.h.pump | 56 // copyable type. If it's a raw pointer, you are responsible for managing the
|
/external/libcxx/include/ |
D | atomic | 594 "std::atomic<Tp> requires that 'Tp' be a trivially copyable type"); 659 // [atomics.types.generic]p1 guarantees _Tp is trivially copyable. Because
|
/external/googletest/googlemock/docs/v1_5/ |
D | CheatSheet.md | 345 |`Throw(exception)` |Throws the given exception, which can be any copyable value. Available …
|
/external/googletest/googlemock/docs/v1_6/ |
D | CheatSheet.md | 354 |`Throw(exception)` |Throws the given exception, which can be any copyable value. Available …
|
/external/googletest/googlemock/docs/v1_7/ |
D | CheatSheet.md | 376 |`Throw(exception)` |Throws the given exception, which can be any copyable value. Available …
|
/external/googletest/googlemock/docs/ |
D | CheatSheet.md | 382 |`Throw(exception)` |Throws the given exception, which can be any copyable value. Available …
|
/external/googletest/googletest/docs/ |
D | V1_5_AdvancedGuide.md | 1077 derived from `::testing::Test`. `T` can be any copyable type. If it's
|
D | AdvancedGuide.md | 1153 `::testing::WithParamInterface<T>`. `T` can be any copyable type. If
|
D | V1_6_AdvancedGuide.md | 1150 `::testing::WithParamInterface<T>`. `T` can be any copyable type. If
|
D | V1_7_AdvancedGuide.md | 1151 `::testing::WithParamInterface<T>`. `T` can be any copyable type. If
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1995 or ``operator delete``. It is efficiently copyable, assignable and
|
/external/bison/doc/ |
D | bison.texi | 9878 it must be copyable; 9888 so there must be copyable @code{begin} and @code{end} members;
|
D | bison.info | 9313 * it must be copyable; 9319 so there must be copyable `begin' and `end' members;
|