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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 267 milliseconds