Home
last modified time | relevance | path

Searched refs:shallowCopy (Results 1 – 25 of 30) sorted by relevance

12

/third_party/protobuf/js/experimental/runtime/kernel/
Dbinary_storage.js121 shallowCopy() { method in BinaryStorage
125 void copy.set(fieldNumber, field.shallowCopy()));
Dstorage.js53 shallowCopy() {} method in Storage
Dfield.js169 shallowCopy() { method in Field
Dkernel_test.js121 const clonedAccessor = accessor.shallowCopy();
135 const clonedAccessor = accessor.shallowCopy();
150 const clonedAccessor = accessor.shallowCopy();
176 const clonedAccessor = accessor.shallowCopy();
191 const clonedAccessor = accessor.shallowCopy();
205 const clonedAccessor = accessor.shallowCopy();
217 const clonedAccessor = accessor.shallowCopy();
Dbinary_storage_test.js157 const copy = storage.shallowCopy();
Dkernel.js408 shallowCopy() { method in Kernel
409 return new Kernel(this.bufferDecoder_, this.fields_.shallowCopy());
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp77 returnType.shallowCopy(getType()); in fold()
113 returnType.shallowCopy(rightNode->getType()); in fold()
146 …returnType.shallowCopy(TType(getType().getBasicType(), EvqConst, 0, rightNode->getMatrixCols(), ge… in fold()
244 returnType.shallowCopy(TType(getBasicType(), EvqConst, getMatrixRows())); in fold()
255 returnType.shallowCopy(TType(getBasicType(), EvqConst, rightNode->getMatrixCols())); in fold()
333 returnType.shallowCopy(constBool); in fold()
337 returnType.shallowCopy(constBool); in fold()
341 returnType.shallowCopy(constBool); in fold()
345 returnType.shallowCopy(constBool); in fold()
349 returnType.shallowCopy(constBool); in fold()
[all …]
DSymbolTable.h164 { type.shallowCopy(t); } in TSymbol()
255 returnType.shallowCopy(retType); in TSymbol()
282 p.type->shallowCopy(type); in addThisParameter()
DParseContextBase.cpp643 type->shallowCopy(memberType); in growGlobalUniformBlock()
704 type->shallowCopy(memberType); in growAtomicCounterBlock()
DParseHelper.cpp1897 paramType.shallowCopy(*function[i].type); in addOutputArgumentConversions()
1900 paramType.shallowCopy(arguments[i]->getAsTyped()->getType()); in addOutputArgumentConversions()
2823 type.shallowCopy(errorType); in handleConstructorCall()
3229 type.shallowCopy(node->getAsTyped()->getType()); in constructorError()
3236 type.shallowCopy(function.getType()); in constructorError()
7516 skeletalType.shallowCopy(variable->getType()); in executeInitializer()
7655 arrayType.shallowCopy(type); // sharing struct stuff is fine in convertInitializerList()
7763 elementType.shallowCopy(dereferenced); in addConstructor()
7765 elementType.shallowCopy(type); in addConstructor()
Dglslang.y528 param.type->shallowCopy($2->getType());
535 param.type->shallowCopy($3->getType());
3608 (*$$)[i].type->shallowCopy(type);
3632 (*$$)[i].type->shallowCopy(type);
Dglslang.m4528 param.type->shallowCopy($2->getType());
535 param.type->shallowCopy($3->getType());
3608 (*$$)[i].type->shallowCopy(type);
3632 (*$$)[i].type->shallowCopy(type);
DlinkValidate.cpp700 newType.shallowCopy(block->getType()); in mergeBlockDefinitions()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSeparateExpressionsReturningArrays.cpp100 TVariable *arrayVariable = DeclareTempVariable(mSymbolTable, node->shallowCopy(), EvqTemporary, in visitAggregate()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DSeparateExpressionsReturningArrays.cpp100 TVariable *arrayVariable = DeclareTempVariable(mSymbolTable, node->shallowCopy(), EvqTemporary, in visitAggregate()
/third_party/glslang/glslang/HLSL/
DhlslGrammar.cpp456 variableType.shallowCopy(declaredType); in acceptDeclaration()
1176 type.shallowCopy(TType(sampler, EvqUniform)); in acceptSubpassInputType()
1218 type.shallowCopy(TType(sampler, EvqUniform, arraySizes)); in acceptSamplerTypeDX9()
1261 type.shallowCopy(TType(sampler, EvqUniform, arraySizes)); in acceptSamplerType()
1414 type.shallowCopy(TType(sampler, EvqUniform, arraySizes)); in acceptTextureType()
2276 type.shallowCopy(blockType); in acceptTextureBufferType()
2349 templateType->shallowCopy(uintType); in acceptStructBufferType()
2377 type.shallowCopy(blockType); in acceptStructBufferType()
2446 member.type->shallowCopy(memberType); in acceptStructDeclarationList()
DhlslParseHelper.cpp1526 type.shallowCopy(newType); in fixBuiltInIoType()
2334 newType->shallowCopy(*member->type); in remapEntryPointIO()
2401 outputType.shallowCopy(function.getType()); in remapEntryPointIO()
2476 param.type->shallowCopy(newArg->getType()); in handleFunctionArgument()
3364 texType.shallowCopy(argTex->getType()); in handleSamplerTextureCombine()
3420 type.shallowCopy(blockType); in counterBufferType()
6550 type.shallowCopy(function.getType()); in constructorError()
7058 type.shallowCopy(*structBufferTypes[idx]); in shareStructBufferType()
7065 typeCopy->shallowCopy(type); in shareStructBufferType()
7794 … param.type->shallowCopy(args->getAsAggregate()->getSequence()[arg]->getAsTyped()->getType()); in findFunction()
[all …]
/third_party/flutter/skia/src/image/
DSkImage_Raster.cpp155 SkBitmap shallowCopy(fBitmap); in onReadPixels() local
156 return shallowCopy.readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY); in onReadPixels()
/third_party/node/deps/npm/node_modules/dashdash/lib/
Ddashdash.js34 function shallowCopy(obj) { function
281 this.options = config.options.map(function (o) { return shallowCopy(o); });
943 var config = shallowCopy(config);
/third_party/skia/src/image/
DSkImage_Raster.cpp192 SkBitmap shallowCopy(fBitmap); in onReadPixels() local
193 return shallowCopy.readPixels(dstInfo, dstPixels, dstRowBytes, srcX, srcY); in onReadPixels()
/third_party/glslang/glslang/Include/
DTypes.h1672 shallowCopy(type);
1683 shallowCopy(*memberList[derefIndex].type);
1687 shallowCopy(type);
1750 void shallowCopy(const TType& copyOf) in shallowCopy() function
2820 shallowCopy(copyOf); in deepCopy()
Dintermediate.h1137 TIntermTyped(const TType& t) { type.shallowCopy(t); } in TIntermTyped()
1138 TIntermTyped(TBasicType basicType) { TType bt(basicType); type.shallowCopy(bt); } in TIntermTyped()
1141 virtual void setType(const TType& t) { type.shallowCopy(t); } in setType()
/third_party/cups-filters/filter/pdftopdf/
Dqpdf_pdftopdf_processor.cc629 pdf->addPage(pages[iB].shallowCopy(),false); in multiply()
635 pdf->addPageAt(pages[iB].shallowCopy(),false,pages[iB]); in multiply()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h590 TIntermAggregate *shallowCopy() const;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h627 TIntermAggregate *shallowCopy() const;

12