Home
last modified time | relevance | path

Searched refs:setBody (Results 1 – 19 of 19) sorted by relevance

/third_party/grpc/src/php/tests/interop/
Dinterop_client.php95 $payload->setBody(str_repeat("\0", $request_len));
290 $payload->setBody(str_repeat("\0", $length));
418 $payload->setBody(str_repeat("\0", $request_lengths[$i]));
478 $payload->setBody(str_repeat("\0", 27182));
498 $payload->setBody(str_repeat("\0", 9));
522 $payload->setBody(str_repeat("\0", $request_len));
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp179 node->setBody(newBody); in traverseLoop()
209 node->setBody(newBody); in traverseLoop()
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DPayload.php92 public function setBody($var) function in Grpc\\Testing\\Payload
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DPayload.php92 public function setBody($var) function in Grpc\\Testing\\Payload
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h324 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
328 setBody(Type *elt1, Tys *... elts) { in setBody() function
331 setBody(StructFields); in setBody()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DSimplifyLoopConditions.cpp252 node->setBody(newBody); in traverseLoop()
314 node->setBody(newBody); in traverseLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h271 void setBody(ArrayRef<Type*> Elements, bool isPacked = false);
272 void setBody(Type *elt1, ...) LLVM_END_WITH_NULL;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp363 ST->setBody(ETypes, isPacked); in get()
373 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { in setBody() function in StructType
455 ST->setBody(Elements, isPacked); in create()
DCore.cpp698 unwrap<StructType>(StructTy)->setBody(Tys, Packed != 0); in LLVMStructSetBody()
/third_party/grpc/src/php/tests/qps/
Dclient.php107 … $payload->setBody(str_repeat("\0", $config->getPayloadConfig()->getSimpleParams()->getReqSize()));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroEarly.cpp119 FrameTy->setBody({FnPtrTy, FnPtrTy}); in lowerCoroNoop()
DCoroFrame.cpp467 FrameTy->setBody(Types); in buildFrameType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp203 StackEntryTy->setBody(EltTys); in doInitialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp207 DstSTy->setBody(Elements, SrcSTy->isPacked()); in linkDefinedTypeBodies()
216 DTy->setBody(ETypes, STy->isPacked()); in finishType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp218 EHLinkRegistrationTy->setBody(FieldTys, false); in getEHLinkRegistrationType()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h212 void setBody(TIntermBlock *body) { mBody = body; } in setBody() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h236 void setBody(TIntermBlock *body) { mBody = body; } in setBody() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1869 Res->setBody(EltTys, Record[0]); in parseTypeTableBody()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp2738 STy->setBody(Body, isPacked); in ParseStructDefinition()