Searched refs:NativeArray (Results 1 - 12 of 12) sorted by relevance

/external/llvm/unittests/IR/
H A DWaymarkTest.cpp27 TEST(WaymarkTest, NativeArray) {
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h974 // The relation between an NativeArray object (see below) and the
990 class NativeArray { class in namespace:testing::internal
998 NativeArray(const Element* array, size_t count, RelationToSourceReference) { function in class:testing::internal::NativeArray
1003 NativeArray(const Element* array, size_t count, RelationToSourceCopy) { function in class:testing::internal::NativeArray
1008 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1012 ~NativeArray() {
1013 if (clone_ != &NativeArray::InitRef)
1021 bool operator==(const NativeArray& rhs) const {
1038 clone_ = &NativeArray
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h947 // The relation between an NativeArray object (see below) and the
950 kReference, // The NativeArray references the native array.
951 kCopy // The NativeArray makes a copy of the native array and
964 class NativeArray { class in namespace:testing::internal
972 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
977 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
981 ~NativeArray() {
982 // Ensures that the user doesn't instantiate NativeArray with a
994 bool operator==(const NativeArray
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1015 // The relation between an NativeArray object (see below) and the
1018 kReference, // The NativeArray references the native array.
1019 kCopy // The NativeArray makes a copy of the native array and
1032 class NativeArray { class in namespace:testing::internal
1040 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
1045 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1049 ~NativeArray() {
1050 // Ensures that the user doesn't instantiate NativeArray with a
1062 bool operator==(const NativeArray
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h1044 // The relation between an NativeArray object (see below) and the
1047 kReference, // The NativeArray references the native array.
1048 kCopy // The NativeArray makes a copy of the native array and
1061 class NativeArray { class in namespace:testing::internal
1069 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
1074 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1078 ~NativeArray() {
1079 // Ensures that the user doesn't instantiate NativeArray with a
1091 bool operator==(const NativeArray
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h1015 // The relation between an NativeArray object (see below) and the
1018 kReference, // The NativeArray references the native array.
1019 kCopy // The NativeArray makes a copy of the native array and
1032 class NativeArray { class in namespace:testing::internal
1040 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
1045 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1049 ~NativeArray() {
1050 // Ensures that the user doesn't instantiate NativeArray with a
1062 bool operator==(const NativeArray
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc267 using testing::internal::NativeArray;
7435 // Tests NativeArray.
7439 NativeArray<int> na(a, 3, RelationToSourceReference());
7449 NativeArray<int> na(*a, 2, RelationToSourceCopy());
7460 StaticAssertTypeEq<char, NativeArray<char>::value_type>();
7461 StaticAssertTypeEq<int[2], NativeArray<int[2]>::value_type>();
7463 StaticAssertTypeEq<const char*, NativeArray<char>::const_iterator>();
7464 StaticAssertTypeEq<const bool(*)[2], NativeArray<bool[2]>::const_iterator>();
7469 NativeArray<int> na(a, 3, RelationToSourceCopy());
7473 NativeArray<in
[all...]
H A Dgtest-printers_test.cc203 using ::testing::internal::NativeArray;
949 NativeArray<int> b(a, 3, RelationToSourceReference());
955 NativeArray<int[3]> b(a, 2, RelationToSourceReference());
/external/gtest/test/
H A Dgtest_unittest.cc268 using testing::internal::NativeArray;
7326 // Tests NativeArray.
7330 NativeArray<int> na(a, 3, kReference);
7340 NativeArray<int> na(*a, 2, kCopy);
7351 StaticAssertTypeEq<char, NativeArray<char>::value_type>();
7352 StaticAssertTypeEq<int[2], NativeArray<int[2]>::value_type>();
7354 StaticAssertTypeEq<const char*, NativeArray<char>::const_iterator>();
7355 StaticAssertTypeEq<const bool(*)[2], NativeArray<bool[2]>::const_iterator>();
7360 NativeArray<int> na(a, 3, kCopy);
7364 NativeArray<in
[all...]
H A Dgtest-printers_test.cc202 using ::testing::internal::NativeArray;
955 NativeArray<int> b(a, 3, kReference);
961 NativeArray<int[3]> b(a, 2, kReference);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7907 // The relation between an NativeArray object (see below) and the
7910 kReference, // The NativeArray references the native array.
7911 kCopy // The NativeArray makes a copy of the native array and
7924 class NativeArray { class in namespace:testing::internal
7932 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
7937 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
7941 ~NativeArray() {
7942 // Ensures that the user doesn't instantiate NativeArray with a
7954 bool operator==(const NativeArray
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7907 // The relation between an NativeArray object (see below) and the
7910 kReference, // The NativeArray references the native array.
7911 kCopy // The NativeArray makes a copy of the native array and
7924 class NativeArray { class in namespace:testing::internal
7932 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
7937 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
7941 ~NativeArray() {
7942 // Ensures that the user doesn't instantiate NativeArray with a
7954 bool operator==(const NativeArray
[all...]

Completed in 483 milliseconds