HomeSort by relevance Sort by last modified time
    Searched refs:Clone (Results 101 - 125 of 539) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/DebugInfo/PDB/DIA/
DIAEnumSymbols.cpp 50 DIAEnumSymbols *DIAEnumSymbols::clone() const { function in class:DIAEnumSymbols
52 if (S_OK != Enumerator->Clone(&EnumeratorClone))
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.h 38 std::unique_ptr<CPDF_TextObject> Clone() const;
  /external/pdfium/core/fpdfapi/parser/
cpdf_number.cpp 26 std::unique_ptr<CPDF_Object> CPDF_Number::Clone() const {
cpdf_reference.h 25 std::unique_ptr<CPDF_Object> Clone() const override;
cpdf_string.cpp 37 std::unique_ptr<CPDF_Object> CPDF_String::Clone() const {
  /external/pdfium/core/fxcrt/xml/
cfx_xmlnode.h 49 virtual std::unique_ptr<CFX_XMLNode> Clone();
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 72 // Clone the current frame by creating a new GL frame and copying all data to it.
73 GLFrame* Clone() const;
  /frameworks/base/tools/aapt2/xml/
XmlDom.h 55 // Clones the Node subtree, using the given function to decide how to clone an Element.
56 virtual std::unique_ptr<Node> Clone(const ElementCloneFunc& el_cloner) const = 0;
122 // Due to overriding of subtypes not working with unique_ptr, define a convenience Clone method
126 std::unique_ptr<Node> Clone(const ElementCloneFunc& el_cloner) const override;
137 std::unique_ptr<Node> Clone(const ElementCloneFunc& el_cloner) const override;
155 std::unique_ptr<XmlResource> Clone() const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 37 * Note: Virtual inline functions (dtors, Clone()) are implemented here: If
72 virtual Image* Clone() const
191 virtual Bitmap* Clone() const
208 Bitmap* Clone(const RectF& rect, PixelFormat format) const;
209 Bitmap* Clone(const Rect& rect, PixelFormat format) const;
210 Bitmap* Clone(REAL x, REAL y, REAL width, REAL height,
212 Bitmap* Clone(INT x, INT y, INT width, INT height,
275 virtual CustomLineCap* Clone() const
345 Font* Clone() const;
429 FontFamily* Clone() const
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
tls_test.go 244 serverConfig := testConfig.Clone()
254 clientConfig := testConfig.Clone()
299 serverConfig := testConfig.Clone()
309 clientConfig := testConfig.Clone()
399 serverConfig := testConfig.Clone()
419 clientConfig := testConfig.Clone()
476 serverConfig := testConfig.Clone()
506 clientConfig := testConfig.Clone()
561 conn := Client(netConn, testConfig.Clone())
580 serverConfig := testConfig.Clone()
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
tls_test.go 244 serverConfig := testConfig.Clone()
254 clientConfig := testConfig.Clone()
299 serverConfig := testConfig.Clone()
309 clientConfig := testConfig.Clone()
399 serverConfig := testConfig.Clone()
419 clientConfig := testConfig.Clone()
476 serverConfig := testConfig.Clone()
506 clientConfig := testConfig.Clone()
561 conn := Client(netConn, testConfig.Clone())
580 serverConfig := testConfig.Clone()
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 83 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(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
  /external/googletest/googletest/include/gtest/internal/
gtest-param-util.h 107 virtual ParamIteratorInterface* Clone() const = 0;
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
133 impl_.reset(other.impl_->Clone());
146 ParamIteratorInterface<T>* clone = impl_->Clone(); local
148 return ParamIterator(clone);
236 virtual ParamIteratorInterface<T>* Clone() const {
323 virtual ParamIteratorInterface<T>* Clone() const {
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-param-util.h 107 virtual ParamIteratorInterface* Clone() const = 0;
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
133 impl_.reset(other.impl_->Clone());
146 ParamIteratorInterface<T>* clone = impl_->Clone(); local
148 return ParamIterator(clone);
236 virtual ParamIteratorInterface<T>* Clone() const {
323 virtual ParamIteratorInterface<T>* Clone() const {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 83 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(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 ParamIteratorInterface<T> *Clone() const override {
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 83 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(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 82 virtual ParamIteratorInterface* Clone() const = 0;
105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
108 impl_.reset(other.impl_->Clone());
121 ParamIteratorInterface<T>* clone = impl_->Clone(); local
123 return ParamIterator(clone);
211 virtual ParamIteratorInterface<T>* Clone() const {
298 virtual ParamIteratorInterface<T>* Clone() const {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 83 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(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
  /external/v8/testing/gtest/include/gtest/internal/
gtest-param-util.h 107 virtual ParamIteratorInterface* Clone() const = 0;
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {}
133 impl_.reset(other.impl_->Clone());
146 ParamIteratorInterface<T>* clone = impl_->Clone(); local
148 return ParamIterator(clone);
236 virtual ParamIteratorInterface<T>* Clone() const {
323 virtual ParamIteratorInterface<T>* Clone() const {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 83 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(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 83 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(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 83 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(); local
124 return ParamIterator(clone);
212 virtual ParamIteratorInterface<T>* Clone() const {
299 virtual ParamIteratorInterface<T>* Clone() const {
  /external/libbrillo/brillo/errors/
error.cc 73 ErrorPtr Error::Clone() const {
74 ErrorPtr inner_error = inner_error_ ? inner_error_->Clone() : nullptr;
  /external/libchrome/crypto/
secure_hash_unittest.cc 57 std::unique_ptr<crypto::SecureHash> ctx2(ctx1->Clone());
58 std::unique_ptr<crypto::SecureHash> ctx3(ctx2->Clone());
  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_unittest.cc 102 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();

Completed in 1306 milliseconds

1 2 3 45 6 7 8 91011>>