Home
last modified time | relevance | path

Searched refs:this (Results 1301 - 1325 of 3794) sorted by relevance

1...<<51525354555657585960>>...152

/third_party/node/deps/v8/src/torque/
H A Dcontextual.h2 // Use of this source code is governed by a BSD-style license that can be
43 Top() = this; in Scope()
47 DCHECK_EQ(this, Top()); in ~Scope()
66 // for this contextual variable.
/third_party/libabigail/include/
H A Dabg-interned-str.h28 // Inject some std types into this namespace.
36 /// of method that helps make this string integrate with std::string
40 /// Note that this @ref interned_string type is design to have the
48 /// @param raw the pointer to string that this interned_string
76 return *this; in operator =()
92 /// Return the underlying pointer to std::string that this
95 /// @return a pointer to the underlying std::string, or 0 if this
104 /// Note that this comparison is done in O(1), because it compares
129 /// Note that this comparison is done in O(N), N being the size (in
169 {return static_cast<string>(*this) < static_cas in operator <()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Denum_and_vtable_mangling.rs18 pub C_match: unsafe extern "C" fn(this: *mut C),
58 pub fn C_match(this: *mut ::std::os::raw::c_void); in C_match()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DInfoLog.h3 // Use of this source code is governed by a BSD-style license that can be
36 return *this; in operator =()
52 return *this; in operator <<()
/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.h4 * Use of this source code is governed by a BSD-style license that can be
27 this->resize(arrayCount); in GrGLAttribArrayState()
32 this->invalidate(); in resize()
64 * The number of attrib arrays that this object is configured to track.
105 * Binds this vertex array. If the ID has been deleted or abandoned then nullptr is returned.
106 * Otherwise, the GrGLAttribArrayState that is tracking this vertex array's attrib bindings is
/third_party/skia/src/core/
H A DSkArenaAllocList.h4 * Use of this source code is governed by a BSD-style license that can be
38 bool operator!=(const Iter& that) const { return !(*this == that); } in operator !=()
77 return *this; in operator ++()
H A DSkDescriptor.h4 * Use of this source code is governed by a BSD-style license that can be
37 // Assumes that getLength <= capacity of this SkDescriptor.
42 SkASSERT(SkDescriptor::ComputeChecksum(this) == fChecksum); in assertChecksum()
53 bool operator!=(const SkDescriptor& other) const { return !(*this == other); } in operator !=()
/third_party/skia/src/gpu/
H A DGrVertexChunkArray.h4 * Use of this source code is governed by a BSD-style license that can be
35 // entire lifetime of this object.
55 if (fCurrChunkVertexCount + count > fCurrChunkVertexCapacity && !this->allocChunk(count)) { in appendVertices()
66 SK_ALWAYS_INLINE skgpu::VertexWriter appendVertex() { return this->appendVertices(1); } in appendVertex()
H A DGrPaint.h5 * Use of this source code is governed by a BSD-style license that can be
85 return (this->hasColorFragmentProcessor() ? 1 : 0) + in numTotalFragmentProcessors()
86 (this->hasCoverageFragmentProcessor() ? 1 : 0); in numTotalFragmentProcessors()
107 * not seem constant, even if this function returns true.
/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.h4 * Use of this source code is governed by a BSD-style license that can be
49 this->onDrawInstanced(1, 0, vertexCount, baseVertex);
53 this->onDrawIndexedInstanced(indexCount, baseIndex, 1, 0, baseVertex);
H A DGrD3DTexture.h4 * Use of this source code is governed by a BSD-style license that can be
42 GrBackendFormat backendFormat() const override { return this->getBackendFormat(); }
78 this->setResourceRelease(std::move(releaseHelper));
/third_party/skia/src/gpu/ops/
H A DPathTessellateOp.h4 * Use of this source code is governed by a BSD-style license that can be
42 if (!this->headDraw().fColor.fitsInBytes()) { in PathTessellateOp()
45 this->setBounds(drawBounds, HasAABloat::kNo, IsHairline::kNo); in PathTessellateOp()
/third_party/skia/src/gpu/vk/
H A DGrVkFramebuffer.h4 * Use of this source code is governed by a BSD-style license that can be
40 SkASSERT(!this->isExternal()); in framebuffer()
53 // GPU is finished all the work. Thus we can use this to manage the lifetime of our
63 (intptr_t)fFramebuffer, this->getRefCnt());
/third_party/skia/src/sksl/analysis/
H A DSkSLProgramVisitor.h4 * Use of this source code is governed by a BSD-style license that can be
76 return this->visitExpression(*e);
79 return this->visitStatement(*s);
/third_party/skia/src/utils/win/
H A DSkDWriteFontFileStream.h4 * Use of this source code is governed by a BSD-style license that can be
39 return std::unique_ptr<SkDWriteFontFileStream>(this->onDuplicate()); in duplicate()
42 return std::unique_ptr<SkDWriteFontFileStream>(this->onFork()); in fork()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClient.h4 // you may not use this file except in compliance with the License.
57 mSerializer.SerializeCommand(cmd, *this); in SerializeCommand()
64 mSerializer.SerializeCommand(cmd, *this, extraSize, SerializeExtraSize); in SerializeCommand()
/third_party/skia/third_party/externals/dawn/src/tests/
H A DMockCallback.h4 // you may not use this file except in compliance with the License.
33 // void* foo = XYZ; // this is the callback userdata
50 std::unique_ptr<MockAndUserdata>(new MockAndUserdata{this, userdata}); in MakeUserdata()
52 // Add the userdata to a set of userdata for this mock. We never in MakeUserdata()
53 // remove from this set even if a callback should only be called once so that in MakeUserdata()
95 return this->Call(std::get<Is>(args)...); in CallImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DLaneBitmask.h66 return *this; in operator |=()
70 return *this; in operator &=()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DCOFFImportFile.h51 return BasicSymbolRef(DataRefImpl(), this);
57 return BasicSymbolRef(Symb, this);
82 /// "/export:foo=bar", this could be "_bar@8" if bar is stdcall.
86 /// file, this is "baz" in "EXPORTS\nfoo = bar == baz".
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DManagedStatic.h37 // dynamic initializers. In standard C++11, the best way to accomplish this is
56 // This should only be used as a static variable, which guarantees that this
70 /// isConstructed - Return true if this object has not been created yet.
94 C *operator->() { return &**this; } in operator ->()
104 const C *operator->() const { return &**this; } in operator ->()
H A DWithColor.h42 /// To be used like this: WithColor(OS, HighlightColor::String) << "text";
48 /// To be used like this: WithColor(OS, raw_ostream::Black) << "text";
68 return *this; in operator <<()
72 return *this; in operator <<()
100 /// Change the color of text that will be output from this point forward.
108 /// Reset the colors to terminal defaults. Call this when you are done
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h15 // 'wide' iteration. After this transformation the index is incremented
31 // http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html). For this
97 /// set to true, and the corresponding change to account for this be made in
110 return *this; in setInterleaveOnlyWhenForced()
115 return *this; in setVectorizeOnlyWhenForced()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DManagedStatic.h42 // where there are no constructors or member initializers. We can remove this
56 // This should only be used as a static variable, which guarantees that this
70 /// isConstructed - Return true if this object has not been created yet.
93 C *operator->() { return &**this; } in operator ->()
103 const C *operator->() const { return &**this; } in operator ->()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dtest_helper.h4 // you may not use this file except in compliance with the License.
54 program = std::make_unique<Program>(std::move(*this)); in Build()
77 program = std::make_unique<Program>(std::move(*this)); in SanitizeAndBuild()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dtest_helper.h4 // you may not use this file except in compliance with the License.
50 program = std::make_unique<Program>(std::move(*this)); in Build()
73 program = std::make_unique<Program>(std::move(*this));

Completed in 11 milliseconds

1...<<51525354555657585960>>...152