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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_SymbolDict.cpp 17 std::unique_ptr<CJBig2_SymbolDict> CJBig2_SymbolDict::DeepCopy() const {
JBig2_SymbolDict.h 24 std::unique_ptr<CJBig2_SymbolDict> DeepCopy() const;
JBig2_Context.cpp 591 std::unique_ptr<CJBig2_SymbolDict> copy(it->second->DeepCopy());
621 pSegment->m_Result.sd->DeepCopy();
    [all...]
  /external/libbrillo/brillo/
value_conversion.cc 27 out_value->reset(list->DeepCopy());
36 out_value->reset(dict->DeepCopy());
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 80 void DeepCopy(const PgmImage& src, PgmImage& dst);
PgmImage.cpp 54 DeepCopy(im, *this);
60 DeepCopy(im, *this);
64 void PgmImage::DeepCopy(const PgmImage& src, PgmImage& dst)
  /external/libchrome/base/
values.h 100 virtual Value* DeepCopy() const;
101 // Preferred version of DeepCopy. TODO(estade): remove the above.
135 FundamentalValue* DeepCopy() const override;
164 StringValue* DeepCopy() const override;
196 BinaryValue* DeepCopy() const override;
378 DictionaryValue* DeepCopy() const override;
379 // Preferred version of DeepCopy. TODO(estade): remove the above.
504 ListValue* DeepCopy() const override;
507 // Preferred version of DeepCopy. TODO(estade): remove DeepCopy
    [all...]
values.cc 124 Value* Value::DeepCopy() const {
132 return WrapUnique(DeepCopy());
200 FundamentalValue* FundamentalValue::DeepCopy() const {
282 StringValue* StringValue::DeepCopy() const {
321 BinaryValue* BinaryValue::DeepCopy() const {
797 SetWithoutPathExpansion(it.key(), merge_value->DeepCopy());
813 DictionaryValue* DictionaryValue::DeepCopy() const {
825 return WrapUnique(DeepCopy());
1125 ListValue* ListValue::DeepCopy() const {
1135 return WrapUnique(DeepCopy());
    [all...]
values_unittest.cc 398 TEST(ValuesTest, DeepCopy) {
    [all...]
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 102 fields_->back().DeepCopy((*other.fields_)[i]);
113 fields_->back().DeepCopy((*other.fields_)[i]);
211 fields_->back().DeepCopy(field);
312 void UnknownField::DeepCopy(const UnknownField& other) {
unknown_field_set.h 220 void DeepCopy(const UnknownField& other);
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 203 void DeepCopy();
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
unknown_field_set.h 203 void DeepCopy();
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
unknown_field_set.h 203 void DeepCopy();
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 203 void DeepCopy();
  /external/v8/src/runtime/
runtime-literals.cc 271 JSObject::DeepCopy(boilerplate, &usage_context);
323 JSObject::DeepCopy(boilerplate, &usage_context, hints);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
unknown_field_set.h 220 void DeepCopy(const UnknownField& other);
  /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 710 PyObject* DeepCopy(RepeatedScalarContainer* self, PyObject* arg) {
750 { "__deepcopy__", (PyCFunction)DeepCopy, METH_VARARGS,
message.cc     [all...]
  /external/libchrome/base/json/
json_parser.cc 154 Value* DeepCopy() const override {
  /external/libchrome/base/trace_event/
trace_event_unittest.cc     [all...]
  /external/v8/src/
objects.h     [all...]
objects.cc     [all...]

Completed in 468 milliseconds