Home
last modified time | relevance | path

Searched refs:copyValue (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/mohae/deepcopy/
H A Ddeepcopy.go65 copyValue := reflect.New(originalValue.Type()).Elem()
66 copyRecursive(originalValue, copyValue)
67 cpy.Set(copyValue)
103 copyValue := reflect.New(originalValue.Type()).Elem()
104 copyRecursive(originalValue, copyValue)
106 cpy.SetMapIndex(reflect.ValueOf(copyKey), copyValue)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyUtil.java69 static DynAny createMostDerivedDynAny(Any any, ORB orb, boolean copyValue) in createMostDerivedDynAny() argument
77 return new DynSequenceImpl(orb, any, copyValue); in createMostDerivedDynAny()
79 return new DynStructImpl(orb, any, copyValue); in createMostDerivedDynAny()
81 return new DynArrayImpl(orb, any, copyValue); in createMostDerivedDynAny()
83 return new DynUnionImpl(orb, any, copyValue); in createMostDerivedDynAny()
85 return new DynEnumImpl(orb, any, copyValue); in createMostDerivedDynAny()
87 return new DynFixedImpl(orb, any, copyValue); in createMostDerivedDynAny()
89 return new DynValueImpl(orb, any, copyValue); in createMostDerivedDynAny()
91 return new DynValueBoxImpl(orb, any, copyValue); in createMostDerivedDynAny()
93 return new DynAnyBasicImpl(orb, any, copyValue); in createMostDerivedDynAny()
H A DDynValueImpl.java52 protected DynValueImpl(ORB orb, Any any, boolean copyValue) { in DynValueImpl() argument
53 super(orb, any, copyValue); in DynValueImpl()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyUtil.java69 static DynAny createMostDerivedDynAny(Any any, ORB orb, boolean copyValue) in createMostDerivedDynAny() argument
77 return new DynSequenceImpl(orb, any, copyValue); in createMostDerivedDynAny()
79 return new DynStructImpl(orb, any, copyValue); in createMostDerivedDynAny()
81 return new DynArrayImpl(orb, any, copyValue); in createMostDerivedDynAny()
83 return new DynUnionImpl(orb, any, copyValue); in createMostDerivedDynAny()
85 return new DynEnumImpl(orb, any, copyValue); in createMostDerivedDynAny()
87 return new DynFixedImpl(orb, any, copyValue); in createMostDerivedDynAny()
89 return new DynValueImpl(orb, any, copyValue); in createMostDerivedDynAny()
91 return new DynValueBoxImpl(orb, any, copyValue); in createMostDerivedDynAny()
93 return new DynAnyBasicImpl(orb, any, copyValue); in createMostDerivedDynAny()
H A DDynValueImpl.java52 protected DynValueImpl(ORB orb, Any any, boolean copyValue) { in DynValueImpl() argument
53 super(orb, any, copyValue); in DynValueImpl()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/
H A Darrayof.hxx174 virtual T copyValue(T _data) = 0;
272 m_pRealData[_iPos] = copyValue(_data); in set()
302 m_pRealData[i] = copyValue(_pdata[i]); in set()
324 m_pRealData[i] = copyValue(_pdata[i]); in set()
365 m_pImgData[_iPos] = copyValue(_data); in setImg()
373 return setImg(getIndex(piIndexes), copyValue(_data)); in setImg()
392 m_pImgData[i] = copyValue(_pdata[i]); in setImg()
415 m_pImgData[i] = copyValue(_pdata[i]); in setImg()
505 pReal[i] = copyValue(get(i, _iPos)); in getColumnValues()
512 pImg[i] = copyValue(getImg(i, _iPos)); in getColumnValues()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/memcache/src/
H A DConfig_v1.cc185 size_t name_len = op.copyValue(COL_STORE_KEY, name); in get_policies()
329 op.copyValue(COL_STORE_VALUE + 1, val); table = strdup(val); in get_container_record()
336 op.copyValue(COL_STORE_VALUE + 3, val); in get_container_record()
351 op.copyValue(COL_STORE_VALUE + 4, val); in get_container_record()
358 op.copyValue(COL_STORE_VALUE + 5, val); in get_container_record()
365 op.copyValue(COL_STORE_VALUE + 6, val); in get_container_record()
372 op.copyValue(COL_STORE_VALUE + 7, val); in get_container_record()
435 op.copyValue(COL_STORE_KEY + 1, key_prefix); in get_prefixes()
441 op.copyValue(COL_STORE_VALUE + 1, policy_name); in get_prefixes()
446 op.copyValue(COL_STORE_VALUE + 2, container); in get_prefixes()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/memcache/src/
H A DConfig_v1.cc187 size_t name_len = op.copyValue(COL_STORE_KEY, name); in get_policies()
331 op.copyValue(COL_STORE_VALUE + 1, val); table = strdup(val); in get_container_record()
338 op.copyValue(COL_STORE_VALUE + 3, val); in get_container_record()
353 op.copyValue(COL_STORE_VALUE + 4, val); in get_container_record()
360 op.copyValue(COL_STORE_VALUE + 5, val); in get_container_record()
367 op.copyValue(COL_STORE_VALUE + 6, val); in get_container_record()
374 op.copyValue(COL_STORE_VALUE + 7, val); in get_container_record()
437 op.copyValue(COL_STORE_KEY + 1, key_prefix); in get_prefixes()
443 op.copyValue(COL_STORE_VALUE + 1, policy_name); in get_prefixes()
448 op.copyValue(COL_STORE_VALUE + 2, container); in get_prefixes()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/memcache/src/
H A DConfig_v1.cc187 size_t name_len = op.copyValue(COL_STORE_KEY, name); in get_policies()
331 op.copyValue(COL_STORE_VALUE + 1, val); table = strdup(val); in get_container_record()
338 op.copyValue(COL_STORE_VALUE + 3, val); in get_container_record()
353 op.copyValue(COL_STORE_VALUE + 4, val); in get_container_record()
360 op.copyValue(COL_STORE_VALUE + 5, val); in get_container_record()
367 op.copyValue(COL_STORE_VALUE + 6, val); in get_container_record()
374 op.copyValue(COL_STORE_VALUE + 7, val); in get_container_record()
437 op.copyValue(COL_STORE_KEY + 1, key_prefix); in get_prefixes()
443 op.copyValue(COL_STORE_VALUE + 1, policy_name); in get_prefixes()
448 op.copyValue(COL_STORE_VALUE + 2, container); in get_prefixes()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/memcache/src/
H A DConfig_v1.cc187 size_t name_len = op.copyValue(COL_STORE_KEY, name); in get_policies()
331 op.copyValue(COL_STORE_VALUE + 1, val); table = strdup(val); in get_container_record()
338 op.copyValue(COL_STORE_VALUE + 3, val); in get_container_record()
353 op.copyValue(COL_STORE_VALUE + 4, val); in get_container_record()
360 op.copyValue(COL_STORE_VALUE + 5, val); in get_container_record()
367 op.copyValue(COL_STORE_VALUE + 6, val); in get_container_record()
374 op.copyValue(COL_STORE_VALUE + 7, val); in get_container_record()
437 op.copyValue(COL_STORE_KEY + 1, key_prefix); in get_prefixes()
443 op.copyValue(COL_STORE_VALUE + 1, policy_name); in get_prefixes()
448 op.copyValue(COL_STORE_VALUE + 2, container); in get_prefixes()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/memcache/src/
H A DConfig_v1.cc187 size_t name_len = op.copyValue(COL_STORE_KEY, name); in get_policies()
331 op.copyValue(COL_STORE_VALUE + 1, val); table = strdup(val); in get_container_record()
338 op.copyValue(COL_STORE_VALUE + 3, val); in get_container_record()
353 op.copyValue(COL_STORE_VALUE + 4, val); in get_container_record()
360 op.copyValue(COL_STORE_VALUE + 5, val); in get_container_record()
367 op.copyValue(COL_STORE_VALUE + 6, val); in get_container_record()
374 op.copyValue(COL_STORE_VALUE + 7, val); in get_container_record()
437 op.copyValue(COL_STORE_KEY + 1, key_prefix); in get_prefixes()
443 op.copyValue(COL_STORE_VALUE + 1, policy_name); in get_prefixes()
448 op.copyValue(COL_STORE_VALUE + 2, container); in get_prefixes()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/memcache/src/
H A DConfig_v1.cc187 size_t name_len = op.copyValue(COL_STORE_KEY, name); in get_policies()
331 op.copyValue(COL_STORE_VALUE + 1, val); table = strdup(val); in get_container_record()
338 op.copyValue(COL_STORE_VALUE + 3, val); in get_container_record()
353 op.copyValue(COL_STORE_VALUE + 4, val); in get_container_record()
360 op.copyValue(COL_STORE_VALUE + 5, val); in get_container_record()
367 op.copyValue(COL_STORE_VALUE + 6, val); in get_container_record()
374 op.copyValue(COL_STORE_VALUE + 7, val); in get_container_record()
437 op.copyValue(COL_STORE_KEY + 1, key_prefix); in get_prefixes()
443 op.copyValue(COL_STORE_VALUE + 1, policy_name); in get_prefixes()
448 op.copyValue(COL_STORE_VALUE + 2, container); in get_prefixes()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/libsrc/
H A Ddvpscf.cc190 static void copyValue(const char *str, Uint32 idx, OFString& target) in copyValue() function
815 copyValue(getConfigEntry(L2_COMMUNICATION, targetID, L0_FILMSIZEID), idx, value); in getTargetPrinterFilmSizeID()
826 copyValue(getConfigEntry(L2_COMMUNICATION, targetID, L0_MEDIUMTYPE), idx, value); in getTargetPrinterMediumType()
1030 copyValue(getConfigEntry(L2_COMMUNICATION, targetID, L0_MAXDENSITY), idx, value); in getTargetPrinterMaxDensity()
1041 copyValue(getConfigEntry(L2_COMMUNICATION, targetID, L0_MINDENSITY), idx, value); in getTargetPrinterMinDensity()
1280 copyValue(getConfigEntry(L2_COMMUNICATION, targetID, L0_ANNOTATION), 1, value); in getTargetPrinterAnnotationDisplayFormatID()
1287 copyValue(getConfigEntry(L2_COMMUNICATION, targetID, L0_ANNOTATION), 0, value); in getTargetPrinterAnnotationPosition()
1453 copyValue(getConfigEntry(L2_USERS, userID, L0_CODE), 0, value); in getUserCodingSchemeDesignator()
1459 copyValue(getConfigEntry(L2_USERS, userID, L0_CODE), 1, value); in getUserCodingSchemeVersion()
1465 copyValue(getConfigEntry(L2_USERS, userID, L0_CODE), 2, value); in getUserCodeValue()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/istio.io/pkg/attribute/
H A DmutableBag.go79 mb.Set(k, copyValue(v))
86 func copyValue(v interface{}) interface{} { func
94 return t.copyValue()
201 mb.values[k] = copyValue(v)
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dbccsmatrixinitializer.hh214 void copyValue(const Iter& row, const CIter& col) const in copyValue() function in Dune::ISTL::Impl::BCCSMatrixInitializer
216 copyValue(col, row.index(), col.index()); in copyValue()
220 void copyValue(const CIter& col, size_type rowindex, size_type colindex) const in copyValue() function in Dune::ISTL::Impl::BCCSMatrixInitializer
283 initializer.copyValue(row, col); in copyToBCCSMatrix()
331 initializer.copyValue(col, subMatrixIndex[row.index()], subMatrixIndex[col.index()]); in copyToBCCSMatrix()
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A Dbug37212.phpt23 public function copyValue($obj)
36 $B->copyValue($C);
/dports/lang/php81/php-8.1.1/Zend/tests/
H A Dbug37212.phpt23 public function copyValue($obj)
36 $B->copyValue($C);
/dports/lang/php80/php-8.0.15/Zend/tests/
H A Dbug37212.phpt23 public function copyValue($obj)
36 $B->copyValue($C);
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A Dbug37212.phpt23 public function copyValue($obj)
36 $B->copyValue($C);
/dports/lang/php73/php-7.3.33/Zend/tests/
H A Dbug37212.phpt23 public function copyValue($obj)
36 $B->copyValue($C);
/dports/lang/php74/php-7.4.27/Zend/tests/
H A Dbug37212.phpt23 public function copyValue($obj)
36 $B->copyValue($C);
/dports/www/mod_php73/php-7.3.33/Zend/tests/
H A Dbug37212.phpt23 public function copyValue($obj)
36 $B->copyValue($C);
/dports/www/mod_php74/php-7.4.27/Zend/tests/
H A Dbug37212.phpt23 public function copyValue($obj)
36 $B->copyValue($C);
/dports/graphics/gource/gource-0.51/src/core/
H A Dshader_common.cpp546 if(value != 0) copyValue(value); in Vec2ArrayShaderUniform()
560 void Vec2ArrayShaderUniform::copyValue(const vec2* value) { in copyValue() function in Vec2ArrayShaderUniform
586 copyValue(value); in setValue()
606 copyValue(value); in setValue()
638 if(value != 0) copyValue(value); in Vec3ArrayShaderUniform()
652 void Vec3ArrayShaderUniform::copyValue(const vec3* value) { in copyValue() function in Vec3ArrayShaderUniform
678 copyValue(value); in setValue()
698 copyValue(value); in setValue()
728 if(value != 0) copyValue(value); in Vec4ArrayShaderUniform()
768 copyValue(value); in setValue()
[all …]
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Dshader_common.cpp546 if(value != 0) copyValue(value); in Vec2ArrayShaderUniform()
560 void Vec2ArrayShaderUniform::copyValue(const vec2* value) { in copyValue() function in Vec2ArrayShaderUniform
586 copyValue(value); in setValue()
606 copyValue(value); in setValue()
638 if(value != 0) copyValue(value); in Vec3ArrayShaderUniform()
652 void Vec3ArrayShaderUniform::copyValue(const vec3* value) { in copyValue() function in Vec3ArrayShaderUniform
678 copyValue(value); in setValue()
698 copyValue(value); in setValue()
728 if(value != 0) copyValue(value); in Vec4ArrayShaderUniform()
768 copyValue(value); in setValue()
[all …]

12345678910>>...22