Searched defs:NativeArray (Results 1 - 3 of 3) sorted by relevance

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h1008 // The relation between an NativeArray object (see below) and the
1011 kReference, // The NativeArray references the native array.
1012 kCopy // The NativeArray makes a copy of the native array and
1025 class NativeArray { class in namespace:testing::internal
1033 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
1038 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1042 ~NativeArray() {
1043 // Ensures that the user doesn't instantiate NativeArray with a
1055 bool operator==(const NativeArray
[all...]
/external/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.h1034 // The relation between an NativeArray object (see below) and the
1037 kReference, // The NativeArray references the native array.
1038 kCopy // The NativeArray makes a copy of the native array and
1051 class NativeArray { class in namespace:testing::internal
1059 NativeArray(const Element* array, size_t count, RelationToSource relation) { function in class:testing::internal::NativeArray
1064 NativeArray(const NativeArray& rhs) { function in class:testing::internal::NativeArray
1068 ~NativeArray() {
1069 // Ensures that the user doesn't instantiate NativeArray with a
1081 bool operator==(const NativeArray
[all...]

Completed in 88 milliseconds