Searched refs:clone_ (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-internal.h | 1053 (this->*rhs.clone_)(rhs.array_, rhs.size_); 1057 if (clone_ != &NativeArray::InitRef) 1082 clone_ = &NativeArray::InitCopy; 1089 clone_ = &NativeArray::InitRef; 1094 void (NativeArray::*clone_)(const Element*, size_t);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1053 (this->*rhs.clone_)(rhs.array_, rhs.size_); 1057 if (clone_ != &NativeArray::InitRef) 1082 clone_ = &NativeArray::InitCopy; 1089 clone_ = &NativeArray::InitRef; 1094 void (NativeArray::*clone_)(const Element*, size_t);
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1053 (this->*rhs.clone_)(rhs.array_, rhs.size_); 1057 if (clone_ != &NativeArray::InitRef) 1082 clone_ = &NativeArray::InitCopy; 1089 clone_ = &NativeArray::InitRef; 1094 void (NativeArray::*clone_)(const Element*, size_t);
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-internal.h | 1146 (this->*rhs.clone_)(rhs.array_, rhs.size_); 1150 if (clone_ != &NativeArray::InitRef) 1175 clone_ = &NativeArray::InitCopy; 1182 clone_ = &NativeArray::InitRef; 1187 void (NativeArray::*clone_)(const Element*, size_t);
|
/external/protobuf/js/ |
D | message.js | 1238 return new msg.constructor(jspb.Message.clone_(msg.toArray())); 1283 jspb.Message.clone_ = function(obj) { function in jspb.Message 1291 clonedArray[i] = typeof o == 'object' ? jspb.Message.clone_(o) : o; 1299 clone[key] = typeof o == 'object' ? jspb.Message.clone_(o) : o;
|
/external/googletest/googletest/include/gtest/internal/ |
D | gtest-internal.h | 1102 (this->*rhs.clone_)(rhs.array_, rhs.size_); 1106 if (clone_ != &NativeArray::InitRef) 1131 clone_ = &NativeArray::InitCopy; 1138 clone_ = &NativeArray::InitRef; 1143 void (NativeArray::*clone_)(const Element*, size_t);
|
/external/epid-sdk/ext/gtest/ |
D | gtest.h | 8799 (this->*rhs.clone_)(rhs.array_, rhs.size_); 8803 if (clone_ != &NativeArray::InitRef) 8828 clone_ = &NativeArray::InitCopy; 8835 clone_ = &NativeArray::InitRef; 8840 void (NativeArray::*clone_)(const Element*, size_t);
|