HomeSort by relevance Sort by last modified time
    Searched refs:DeepCopy (Results 26 - 48 of 48) sorted by null

12

  /external/lldb/source/Interpreter/
OptionValueUUID.cpp 72 OptionValueUUID::DeepCopy () const
OptionValueEnumeration.cpp 128 OptionValueEnumeration::DeepCopy () const
OptionValueArray.cpp 337 OptionValueArray::DeepCopy () const
344 copied_array->AppendValue (m_values[i]->DeepCopy());
OptionValueFileSpecLIst.cpp 181 OptionValueFileSpecList::DeepCopy () const
OptionValuePathMappings.cpp 182 OptionValuePathMappings::DeepCopy () const
OptionValueDictionary.cpp 423 OptionValueDictionary::DeepCopy () const
432 copied_dict->SetValueForKey (pos->first, pos->second->DeepCopy(), true);
OptionValueProperties.cpp 53 lldb::OptionValueSP new_value_sp (m_properties[i].GetValue()->DeepCopy());
651 OptionValueProperties::DeepCopy () const
  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.cpp 54 DeepCopy(im, *this);
60 DeepCopy(im, *this);
64 void PgmImage::DeepCopy(const PgmImage& src, PgmImage& dst)
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 54 DeepCopy(im, *this);
60 DeepCopy(im, *this);
64 void PgmImage::DeepCopy(const PgmImage& src, PgmImage& dst)
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.cpp 54 DeepCopy(im, *this);
60 DeepCopy(im, *this);
64 void PgmImage::DeepCopy(const PgmImage& src, PgmImage& dst)
  /external/lldb/include/lldb/Interpreter/
OptionValueString.h 152 DeepCopy () const;
OptionValueProperties.h 60 DeepCopy () const;
OptionValue.h 107 DeepCopy () const = 0;
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 154 fields_->back().DeepCopy();
230 void UnknownField::DeepCopy() {
unknown_field_set.h 202 void DeepCopy();
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 357 DeepCopy(std::vector<Ptr<Segment> >* original);
cmap_table.cc 901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) {
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
repeated_scalar_container.cc 718 PyObject* DeepCopy(RepeatedScalarContainer* self, PyObject* arg) {
764 { "__deepcopy__", (PyCFunction)DeepCopy, METH_VARARGS,
message.cc     [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Context.cpp 812 pSegment->m_Result.sd = it->second->DeepCopy();
838 CJBig2_SymbolDict *value = pSegment->m_Result.sd->DeepCopy();
    [all...]
  /external/v8/src/
objects.h     [all...]
runtime.cc 498 MaybeHandle<Object> maybe_copy = JSObject::DeepCopy(
560 MaybeHandle<JSObject> copy = JSObject::DeepCopy(boilerplate, &usage_context,
    [all...]
objects.cc     [all...]

Completed in 1234 milliseconds

12