Searched defs:DeepCopy (Results 1 - 25 of 27) sorted by last modified time

12

/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { function in class:sfntly::CMapTable::CMapFormat4::Builder::Segment
/external/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc143 fields_->back().DeepCopy();
187 void UnknownField::DeepCopy() { function in class:google::protobuf::UnknownField
/external/lldb/source/Interpreter/
H A DOptionValueArch.cpp82 OptionValueArch::DeepCopy () const function in class:OptionValueArch
H A DOptionValueArray.cpp337 OptionValueArray::DeepCopy () const function in class:OptionValueArray
344 copied_array->AppendValue (m_values[i]->DeepCopy());
H A DOptionValueBoolean.cpp83 OptionValueBoolean::DeepCopy () const function in class:OptionValueBoolean
H A DOptionValueDictionary.cpp423 OptionValueDictionary::DeepCopy () const function in class:OptionValueDictionary
432 copied_dict->SetValueForKey (pos->first, pos->second->DeepCopy(), true);
H A DOptionValueEnumeration.cpp128 OptionValueEnumeration::DeepCopy () const function in class:OptionValueEnumeration
H A DOptionValueFileSpec.cpp117 OptionValueFileSpec::DeepCopy () const function in class:OptionValueFileSpec
H A DOptionValueFileSpecLIst.cpp181 OptionValueFileSpecList::DeepCopy () const function in class:OptionValueFileSpecList
H A DOptionValueFormat.cpp74 OptionValueFormat::DeepCopy () const function in class:OptionValueFormat
H A DOptionValuePathMappings.cpp182 OptionValuePathMappings::DeepCopy () const function in class:OptionValuePathMappings
H A DOptionValueProperties.cpp53 lldb::OptionValueSP new_value_sp (m_properties[i].GetValue()->DeepCopy());
651 OptionValueProperties::DeepCopy () const function in class:OptionValueProperties
H A DOptionValueRegex.cpp83 OptionValueRegex::DeepCopy () const function in class:OptionValueRegex
H A DOptionValueSInt64.cpp86 OptionValueSInt64::DeepCopy () const function in class:OptionValueSInt64
H A DOptionValueString.cpp147 OptionValueString::DeepCopy () const function in class:OptionValueString
H A DOptionValueUInt64.cpp85 OptionValueUInt64::DeepCopy () const function in class:OptionValueUInt64
H A DOptionValueUUID.cpp72 OptionValueUUID::DeepCopy () const function in class:OptionValueUUID
/external/chromium_org/v8/src/
H A Dobjects.cc5582 MaybeHandle<JSObject> JSObject::DeepCopy( function in class:v8::internal::JSObject
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc901 CMapTable::CMapFormat4::Builder::Segment::DeepCopy(SegmentList* original) { function in class:sfntly::CMapTable::CMapFormat4::Builder::Segment
/external/chromium_org/ui/gfx/image/
H A Dimage_skia.cc326 scoped_ptr<ImageSkia> ImageSkia::DeepCopy() const { function in class:gfx::ImageSkia
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc170 fields_->back().DeepCopy();
247 void UnknownField::DeepCopy() { function in class:google::protobuf::UnknownField
/external/chromium_org/extensions/browser/
H A Devent_router.cc112 make_scoped_ptr(event_args->DeepCopy()));
297 scoped_ptr<DictionaryValue>(filter.DeepCopy())));
304 scoped_ptr<DictionaryValue>(filter.DeepCopy())));
321 scoped_ptr<DictionaryValue>(filter.DeepCopy()));
407 filter_list->Append(filter->DeepCopy());
648 dispatched_event.reset(event->DeepCopy());
807 Event* Event::DeepCopy() { function in class:extensions::Event
809 scoped_ptr<base::ListValue>(event_args->DeepCopy()),
/external/chromium_org/extensions/common/
H A Dmanifest.cc223 Manifest* Manifest::DeepCopy() const { function in class:extensions::Manifest
225 location_, scoped_ptr<base::DictionaryValue>(value_->DeepCopy()));
/external/chromium_org/extensions/renderer/
H A Dutils_native_handler.cc21 base::Bind(&UtilsNativeHandler::DeepCopy, base::Unretained(this)));
88 void UtilsNativeHandler::DeepCopy( function in class:extensions::UtilsNativeHandler
/external/chromium_org/components/policy/core/common/
H A Dpolicy_map.cc27 scoped_ptr<PolicyMap::Entry> PolicyMap::Entry::DeepCopy() const { function in class:policy::PolicyMap::Entry
32 copy->value = value->DeepCopy();
103 entry.value->DeepCopy(), entry.external_data_fetcher ?
108 scoped_ptr<PolicyMap> PolicyMap::DeepCopy() const { function in class:policy::PolicyMap
119 it->second.value->DeepCopy(), it->second.external_data_fetcher ?
132 Set(it.key(), level, scope, it.value().DeepCopy(), NULL);

Completed in 4811 milliseconds

12