Searched refs:relation (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
7932 NativeArray(const Element* array, size_t count, RelationToSource relation) { argument
7933 Init(array, count, relation);
7961 // 'relation' is kCopy.
7962 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
7963 if (relation == kReference) {
7971 relation_to_source_ = relation;

Completed in 67 milliseconds