Searched defs:DeepCopy (Results 1 - 25 of 27) sorted by relevance

12

/external/lldb/source/Interpreter/
H A DOptionValueFormat.cpp74 OptionValueFormat::DeepCopy () const function in class:OptionValueFormat
H A DOptionValueRegex.cpp83 OptionValueRegex::DeepCopy () const function in class:OptionValueRegex
H A DOptionValueSInt64.cpp86 OptionValueSInt64::DeepCopy () const function in class:OptionValueSInt64
H A DOptionValueUInt64.cpp85 OptionValueUInt64::DeepCopy () const function in class:OptionValueUInt64
H A DOptionValueArch.cpp82 OptionValueArch::DeepCopy () const function in class:OptionValueArch
H A DOptionValueFileSpecLIst.cpp181 OptionValueFileSpecList::DeepCopy () const function in class:OptionValueFileSpecList
H A DOptionValuePathMappings.cpp182 OptionValuePathMappings::DeepCopy () const function in class:OptionValuePathMappings
H A DOptionValueString.cpp147 OptionValueString::DeepCopy () const function in class:OptionValueString
H A DOptionValueBoolean.cpp83 OptionValueBoolean::DeepCopy () const function in class:OptionValueBoolean
H A DOptionValueFileSpec.cpp117 OptionValueFileSpec::DeepCopy () const function in class:OptionValueFileSpec
H A DOptionValueUUID.cpp72 OptionValueUUID::DeepCopy () const function in class:OptionValueUUID
H A DOptionValueArray.cpp337 OptionValueArray::DeepCopy () const function in class:OptionValueArray
344 copied_array->AppendValue (m_values[i]->DeepCopy());
H A DOptionValueEnumeration.cpp128 OptionValueEnumeration::DeepCopy () const function in class:OptionValueEnumeration
H A DOptionValueDictionary.cpp423 OptionValueDictionary::DeepCopy () const function in class:OptionValueDictionary
432 copied_dict->SetValueForKey (pos->first, pos->second->DeepCopy(), true);
H A DOptionValueProperties.cpp53 lldb::OptionValueSP new_value_sp (m_properties[i].GetValue()->DeepCopy());
651 OptionValueProperties::DeepCopy () const function in class:OptionValueProperties
/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/content/common/dom_storage/
H A Ddom_storage_map.cc109 DOMStorageMap* DOMStorageMap::DeepCopy() const { function in class:content::DOMStorageMap
/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);
/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/protobuf/src/google/protobuf/
H A Dunknown_field_set.cc143 fields_->back().DeepCopy();
187 void UnknownField::DeepCopy() { function in class:google::protobuf::UnknownField
/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/ui/gfx/image/
H A Dimage_skia.cc326 scoped_ptr<ImageSkia> ImageSkia::DeepCopy() const { function in class:gfx::ImageSkia
/external/chromium_org/base/
H A Dvalues.cc62 return node->DeepCopy();
132 Value* Value::DeepCopy() const { function in class:base::Value
204 FundamentalValue* FundamentalValue::DeepCopy() const { function in class:base::FundamentalValue
286 StringValue* StringValue::DeepCopy() const { function in class:base::StringValue
322 BinaryValue* BinaryValue::DeepCopy() const { function in class:base::BinaryValue
786 SetWithoutPathExpansion(it.key(), merge_value->DeepCopy());
800 DictionaryValue* DictionaryValue::DeepCopy() const { function in class:base::DictionaryValue
806 current_entry->second->DeepCopy());
1095 ListValue* ListValue::DeepCopy() const { function in class:base::ListValue
1099 result->Append((*i)->DeepCopy());
[all...]
/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/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

Completed in 1489 milliseconds

12