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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h936 // The relation between an NativeArray object (see below) and the
961 NativeArray(const Element* array, size_t count, RelationToSource relation) { argument
962 Init(array, count, relation);
990 // 'relation' is kCopy.
991 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
992 if (relation == kReference) {
1000 relation_to_source_ = relation;

Completed in 13 milliseconds