Home
last modified time | relevance | path

Searched refs:this (Results 826 - 850 of 4513) sorted by relevance

1...<<31323334353637383940>>...181

/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/mocks/
H A DTextureMock.h4 // you may not use this file except in compliance with the License.
29 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in TextureMock()
30 this->TextureBase::DestroyImpl(); in TextureMock()
H A DSwapChainMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in SwapChainMock()
29 this->SwapChainBase::DestroyImpl(); in SwapChainMock()
H A DBufferMock.h4 // you may not use this file except in compliance with the License.
28 ON_CALL(*this, DestroyImpl).WillByDefault([this]() { in BufferMock()
29 this->BufferBase::DestroyImpl(); in BufferMock()
/third_party/protobuf/php/src/Google/Protobuf/
H A DBytesValue.php49 return $this->value;
57 * @return $this
62 $this->value = $var;
64 return $this;
H A DBoolValue.php49 return $this->value;
57 * @return $this
62 $this->value = $var;
64 return $this;
H A DDescriptorPool.php12 // notice, this list of conditions and the following disclaimer.
14 // copyright notice, this list of conditions and the following disclaimer
19 // this software without specific prior written permission.
54 $this->internal_pool = $internal_pool;
63 $desc = $this->internal_pool->getDescriptorByClassName($className);
73 $desc = $this->internal_pool->getEnumDescriptorByClassName($className);
H A DDoubleValue.php49 return $this->value;
57 * @return $this
62 $this->value = $var;
64 return $this;
H A DInt64Value.php49 return $this->value;
57 * @return $this
62 $this->value = $var;
64 return $this;
H A DStruct.php54 return $this->fields;
62 * @return $this
67 $this->fields = $arr;
69 return $this;
H A DUInt64Value.php49 return $this->value;
57 * @return $this
62 $this->value = $var;
64 return $this;
H A DUInt32Value.php49 return $this->value;
57 * @return $this
62 $this->value = $var;
64 return $this;
H A DFieldMask.php111 * Note that in the presence of schema evolution, this may mean that
113 * the request will be reset to their default. If this is unwanted
163 * Note that oneof type names ("test_oneof" in this case) cannot be used in
204 return $this->paths;
212 * @return $this
217 $this->paths = $arr;
219 return $this;
H A DInt32Value.php49 return $this->value;
57 * @return $this
62 $this->value = $var;
64 return $this;
H A DFloatValue.php49 return $this->value;
57 * @return $this
62 $this->value = $var;
64 return $this;
H A DSourceContext.php52 return $this->file_name;
61 * @return $this
66 $this->file_name = $var;
68 return $this;
H A DListValue.php49 return $this->values;
57 * @return $this
62 $this->values = $arr;
64 return $this;
H A DStringValue.php49 return $this->value;
57 * @return $this
62 $this->value = $var;
64 return $this;
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DExtensionRangeOptions.php48 return $this->uninterpreted_option;
56 * @return $this
61 $this->uninterpreted_option = $arr;
63 return $this;
H A DOneofOptions.php48 return $this->uninterpreted_option;
56 * @return $this
61 $this->uninterpreted_option = $arr;
63 return $this;
H A DFileDescriptorSet.php46 return $this->file;
52 * @return $this
57 $this->file = $arr;
59 return $this;
/third_party/skia/bench/
H A DResultsWriter.h4 * Use of this source code is governed by a BSD-style license that can be
45 this->beginObject(id.c_str()); in beginBench()
48 void endBench() { this->endObject(); } in endBench()
53 this->appendDoubleDigits(name, value, 16); in appendMetric()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemorySSA.h55 /// Given this form, all the stores that could ever effect the load at %8 can be
61 /// but not the RHS of MemoryDefs. You can see this above at %7, which would
170 /// MemoryAccess. For MemoryPhi nodes, this walks arguments. For
171 /// MemoryUse/MemoryDef, this walks the defining access.
180 return this->AllAccessType::getIterator(); in getIterator()
183 return this->AllAccessType::getIterator(); in getIterator()
186 return this->AllAccessType::getReverseIterator(); in getReverseIterator()
189 return this->AllAccessType::getReverseIterator(); in getReverseIterator()
192 return this->DefsOnlyType::getIterator(); in getDefsIterator()
195 return this in getDefsIterator()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h14 // Note that rather than trying to figure out what this code does, you should
108 // ConsumeAfter - Indicates that this option is fed anything that follows the
125 enum OptionHidden { // Control whether -help shows this option
128 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg
141 // Grouping - With this option enabled, multiple letter options are allowed to
149 Prefix = 0x02, // Can this option directly prefix its value?
150 Grouping = 0x03 // Can this option group with other options?
154 CommaSeparated = 0x01, // Should this cl::list split between commas?
155 PositionalEatsArgs = 0x02, // Should this positional cl::list eat -args?
156 Sink = 0x04 // Should this c
[all...]
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h2 // Use of this source code is governed by a BSD-style license that can be
447 // PatchPrepareStackFrame will patch this in order to increase the stack in PrepareStackFrame()
460 UseScratchRegisterScope temps(this); in PrepareTailCall()
505 // check the available stack space before we allocate the frame. To do this we in PatchPrepareStackFrame()
507 // this "extended stack check". in PatchPrepareStackFrame()
526 UseScratchRegisterScope temps(this); in PatchPrepareStackFrame()
539 safepoint_table_builder->DefineSafepoint(this); in PatchPrepareStackFrame()
544 // Now allocate the stack space. Note that this might do more than just in PatchPrepareStackFrame()
742 liftoff::LoadInternal(this, LiftoffRegister(dst), src_addr, offset_reg, in LoadTaggedPointer()
748 UseScratchRegisterScope temps(this); in LoadFullPointer()
[all...]
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h2 // Use of this source code is governed by a BSD-style license that can be
27 assembler_->scratch_register_scope_ = this; in ScratchRegisterScope()
140 ScratchRegisterScope temps(this); in TestAndBranch()
154 ScratchRegisterScope temps(this); in JumpIfObjectType()
162 ScratchRegisterScope temps(this); in JumpIfInstanceType()
174 ScratchRegisterScope temps(this); in JumpIfSmi()
189 ScratchRegisterScope temps(this); in JumpIfTagged()
197 ScratchRegisterScope temps(this); in JumpIfTagged()
329 return detail::PushAllHelper<T...>::Push(this, vals...); in Push()
334 detail::PushAllHelper<T...>::PushReverse(this, val in PushReverse()
[all...]

Completed in 17 milliseconds

1...<<31323334353637383940>>...181