Searched refs:Clone (Results 101 - 125 of 274) sorted by relevance

1234567891011

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-param-util.h83 virtual ParamIteratorInterface* Clone() const = 0;
106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
109 impl_.reset(other.impl_->Clone());
122 ParamIteratorInterface<T>* clone = impl_->Clone();
212 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::RangeGenerator::Iterator
299 virtual ParamIteratorInterface<T>* Clone() const { function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
H A DUnittestIssues.cs108 public Issue307 Clone() { method in class:UnitTest.Issues.TestProtos.Issue307
186 public NestedOnce Clone() { method in class:UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
264 public NestedTwice Clone() { method in class:UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
349 values_ = other.values_.Clone();
350 packedValues_ = other.packedValues_.Clone();
353 public NegativeEnumMessage Clone() { method in class:UnitTest.Issues.TestProtos.NegativeEnumMessage
493 public DeprecatedChild Clone() { method in class:UnitTest.Issues.TestProtos.DeprecatedChild
568 primitiveArray_ = other.primitiveArray_.Clone();
569 MessageValue = other.messageValue_ != null ? other.MessageValue.Clone() : null;
570 messageArray_ = other.messageArray_.Clone();
575 public DeprecatedFieldsMessage Clone() { method in class:UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
801 public ItemField Clone() { method in class:UnitTest.Issues.TestProtos.ItemField
905 public ReservedNames Clone() { method in class:UnitTest.Issues.TestProtos.ReservedNames
1038 public SomeNestedType Clone() { method in class:UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
1151 public TestJsonFieldOrdering Clone() { method in class:UnitTest.Issues.TestProtos.TestJsonFieldOrdering
1430 public TestJsonName Clone() { method in class:UnitTest.Issues.TestProtos.TestJsonName
[all...]
/external/libbrillo/brillo/errors/
H A Derror.cc73 ErrorPtr Error::Clone() const { function in class:Error
74 ErrorPtr inner_error = inner_error_ ? inner_error_->Clone() : nullptr;
/external/libchrome/crypto/
H A Dsecure_hash_unittest.cc57 std::unique_ptr<crypto::SecureHash> ctx2(ctx1->Clone());
58 std::unique_ptr<crypto::SecureHash> ctx3(ctx2->Clone());
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dstruct_unittest.cc102 TEST_F(StructTest, Clone) {
105 NamedRegionPtr clone_region = region.Clone();
109 clone_region = region.Clone();
114 clone_region = region.Clone();
119 clone_region = region.Clone();
124 // NoDefaultFieldValues contains handles, so Clone() is not available, but
512 RectPtr cloned_rect = rect.Clone();
528 NamedRegionPtr cloned_region = region.Clone();
532 mojo::Array<uint8_t> cloned_data = data.Clone();
/external/libmojo/mojo/public/cpp/bindings/
H A Dwtf_array.h142 // defines a Clone() method, it will be used; otherwise copy
148 WTFArray Clone() const { function in class:mojo::WTFArray
151 result.vec_ = internal::Clone(vec_);
H A Dwtf_map.h151 // the key/value type defines a Clone() method, it will be used; otherwise
157 WTFMap Clone() const { function in class:mojo::WTFMap
160 result.map_ = internal::Clone(map_);
/external/mesa3d/src/gallium/targets/egl-static/
H A DSConscript6 env = env.Clone()
/external/mesa3d/src/mapi/shared-glapi/
H A DSConscript72 env = env.Clone()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DApi.cs78 methods_ = other.methods_.Clone();
79 options_ = other.options_.Clone();
81 SourceContext = other.sourceContext_ != null ? other.SourceContext.Clone() : null;
82 mixins_ = other.mixins_.Clone();
86 public Api Clone() { method in class:Google.Protobuf.WellKnownTypes.Api
374 options_ = other.options_.Clone();
378 public Method Clone() { method in class:Google.Protobuf.WellKnownTypes.Method
730 public Mixin Clone() { method in class:Google.Protobuf.WellKnownTypes.Mixin
H A DEmpty.cs74 public Empty Clone() { method in class:Google.Protobuf.WellKnownTypes.Empty
/external/dng_sdk/source/
H A Ddng_memory.cpp126 dng_memory_block * dng_memory_block::Clone (dng_memory_allocator &allocator) const function in class:dng_memory_block
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_object.cpp38 return Clone();
H A Dcpdf_stream.h30 std::unique_ptr<CPDF_Object> Clone() const override;
/external/pdfium/fpdfsdk/
H A Dfpdfppo.cpp68 pCurPageDict->SetFor(key, pInheritable->Clone());
202 // Clone the page dictionary
209 pCurPageDict->SetFor(cbSrcKeyStr, pObj->Clone());
220 pCurPageDict->SetFor("MediaBox", pInheritable->Clone());
322 std::unique_ptr<CPDF_Object> pClone = pDirect->Clone();
/external/pdfium/xfa/fde/
H A Dcfde_txtedtbuf.h34 IFX_CharIter* Clone() override;
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h72 /// Clone - Creates a clone of the specified SUnit. It does not copy the
75 SUnit *Clone(SUnit *N);
/external/v8/src/compiler/
H A Dgraph.cc64 Node* const clone = Node::Clone(zone(), NextNodeId(), node);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs124 BitSet s = (BitSet)this.Clone();
172 public object Clone() { method in class:Antlr.Runtime.BitSet
173 return new BitSet((ulong[])_bits.Clone());
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs137 BitSet s = (BitSet)this.Clone();
194 public object Clone() method in class:Antlr.Runtime.BitSet
196 return new BitSet( (ulong[])_bits.Clone() );
/external/google-breakpad/src/testing/gtest/scripts/
H A Dpump.py125 def Clone(self): member in class:Cursor
156 def Clone(self): member in class:Token
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
189 start = cursor.Clone()
298 start = pos.Clone()
589 def Clone(self): member in class:Env
660 RunAtomicCode(env.Clone(), node.atomic_code, result)
676 new_env = env.Clone()
686 RunCode(env.Clone(), nod
[all...]
/external/googletest/googletest/scripts/
H A Dpump.py125 def Clone(self): member in class:Cursor
156 def Clone(self): member in class:Token
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
189 start = cursor.Clone()
298 start = pos.Clone()
589 def Clone(self): member in class:Env
660 RunAtomicCode(env.Clone(), node.atomic_code, result)
676 new_env = env.Clone()
686 RunCode(env.Clone(), nod
[all...]
/external/protobuf/gtest/scripts/
H A Dpump.py126 def Clone(self): member in class:Cursor
157 def Clone(self): member in class:Token
160 return Token(self.start.Clone(), self.end.Clone(), self.value,
190 start = cursor.Clone()
288 start = pos.Clone()
582 def Clone(self): member in class:Env
653 RunAtomicCode(env.Clone(), node.atomic_code, result)
669 new_env = env.Clone()
679 RunCode(env.Clone(), nod
[all...]
/external/v8/testing/gtest/scripts/
H A Dpump.py125 def Clone(self): member in class:Cursor
156 def Clone(self): member in class:Token
159 return Token(self.start.Clone(), self.end.Clone(), self.value,
189 start = cursor.Clone()
298 start = pos.Clone()
589 def Clone(self): member in class:Env
660 RunAtomicCode(env.Clone(), node.atomic_code, result)
676 new_env = env.Clone()
686 RunCode(env.Clone(), nod
[all...]

Completed in 637 milliseconds

1234567891011