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

  /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/protobuf/src/google/protobuf/
unknown_field_set.cc 143 fields_->back().DeepCopy();
187 void UnknownField::DeepCopy() {
  /external/chromium/base/
values.cc 56 return node->DeepCopy();
126 Value* Value::DeepCopy() const {
185 FundamentalValue* FundamentalValue::DeepCopy() const {
253 StringValue* StringValue::DeepCopy() const {
291 BinaryValue* BinaryValue::DeepCopy() const {
644 SetWithoutPathExpansion(*key, merge_value->DeepCopy());
649 DictionaryValue* DictionaryValue::DeepCopy() const {
655 current_entry->second->DeepCopy());
867 ListValue* ListValue::DeepCopy() const {
871 result->Append((*i)->DeepCopy());
    [all...]

Completed in 33 milliseconds