Home
last modified time | relevance | path

Searched refs:IsDeleted (Results 1 – 25 of 1034) sorted by relevance

12345678910>>...42

/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DScatterDraw.cpp644 ASSERT(!series[index].IsDeleted()); in GetCount()
651 ASSERT(!series[index].IsDeleted()); in GetValues()
665 ASSERT(!series[index].IsDeleted()); in GetValueX()
691 ASSERT(!series[index].IsDeleted()); in GetValueY()
724 ASSERT(!series[index].IsDeleted()); in PlotStyle()
732 ASSERT(!series[index].IsDeleted()); in MarkStyle()
740 ASSERT(!series[index].IsDeleted()); in MarkStyle()
1147 if (serie.IsDeleted()) in SetSequentialXAll()
1174 if (serie.IsDeleted()) in ShowAll()
1219 ASSERT(!series[i1].IsDeleted()); in SwapSeries()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Structure.cxx170 if (IsDeleted() in SetDisplayPriority()
197 if (IsDeleted() in ResetDisplayPriority()
217 if (IsDeleted()) in erase()
236 if (IsDeleted()) in Highlight()
303 if (IsDeleted()) in ContainsFacet()
330 if (IsDeleted()) in IsEmpty()
424 if (IsDeleted() in SetVisual()
563 if (IsDeleted()) in Connect()
610 if (IsDeleted()) in Disconnect()
738 if (IsDeleted()) in SetTransformPersistence()
[all …]
H A DGraphic3d_Group.cxx73 if (IsDeleted()) in Clear()
101 if (IsDeleted()) in Remove()
122 Standard_Boolean Graphic3d_Group::IsDeleted() const in IsDeleted() function in Graphic3d_Group
125 || myStructure->IsDeleted(); in IsDeleted()
134 if (IsDeleted()) in IsEmpty()
152 if (!IsDeleted() in SetTransformPersistence()
224 if (IsDeleted()) in Update()
239 if (IsDeleted() in AddPrimitiveArray()
258 if (IsDeleted() in AddPrimitiveArray()
452 if (IsDeleted()) in AddText()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DAbstractAllTermDocs.cs79 if (!IsDeleted(internalDoc)) in Read()
95 if (!IsDeleted(internalDoc)) in SkipTo()
116 public abstract bool IsDeleted(int doc); in IsDeleted() method in Lucene.Net.Index.AbstractAllTermDocs
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_property_name_test.cc22 bool IsDeleted(const CSSPropertyName& name) const { in IsDeleted() function in blink::CSSPropertyNameTest
103 EXPECT_FALSE(IsDeleted(empty)); in TEST_F()
104 EXPECT_TRUE(IsDeleted(deleted)); in TEST_F()
105 EXPECT_FALSE(IsDeleted(normal)); in TEST_F()
106 EXPECT_FALSE(IsDeleted(custom)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_property_name_test.cc23 bool IsDeleted(const CSSPropertyName& name) const { in IsDeleted() function in blink::CSSPropertyNameTest
104 EXPECT_FALSE(IsDeleted(empty)); in TEST_F()
105 EXPECT_TRUE(IsDeleted(deleted)); in TEST_F()
106 EXPECT_FALSE(IsDeleted(normal)); in TEST_F()
107 EXPECT_FALSE(IsDeleted(custom)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_cursor.cc107 if (IsDeleted()) { in update()
144 if (IsDeleted()) { in advance()
178 if (IsDeleted()) { in Continue()
213 if (IsDeleted()) { in continuePrimaryKey()
270 DCHECK(!IsDeleted()); in Continue()
334 if (IsDeleted()) { in Delete()
476 bool IDBCursor::IsDeleted() const { in IsDeleted() function in blink::IDBCursor
478 return source_.GetAsIDBObjectStore()->IsDeleted(); in IsDeleted()
479 return source_.GetAsIDBIndex()->IsDeleted(); in IsDeleted()
H A Didb_object_store.cc80 if (IsDeleted()) { in setName()
130 if (IsDeleted()) { in get()
172 if (IsDeleted()) { in getKey()
225 if (IsDeleted()) { in getAll()
272 if (IsDeleted()) { in getAllKeys()
413 if (IsDeleted()) { in DoPut()
610 if (IsDeleted()) { in Delete()
675 if (IsDeleted()) { in clear()
813 if (IsDeleted()) { in createIndex()
885 if (IsDeleted()) { in index()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/indexeddb/
H A Didb_cursor.cc107 if (IsDeleted()) { in update()
144 if (IsDeleted()) { in advance()
178 if (IsDeleted()) { in Continue()
213 if (IsDeleted()) { in continuePrimaryKey()
270 DCHECK(!IsDeleted()); in Continue()
334 if (IsDeleted()) { in Delete()
476 bool IDBCursor::IsDeleted() const { in IsDeleted() function in blink::IDBCursor
478 return source_.GetAsIDBObjectStore()->IsDeleted(); in IsDeleted()
479 return source_.GetAsIDBIndex()->IsDeleted(); in IsDeleted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Linq/
H A DChangeProcessor.cs81 else if (item.IsDeleted) { in SubmitChanges()
163 …Debug.Assert(to.IsDeleted, "Foreign key reference cleanup should only happen on Deleted objects."); in ClearForeignKeyReferences()
250 } else if (item.IsDeleted) { in ValidateAll()
295 else if (item.IsDeleted) { in GetChangeText()
323 else if (item.IsDeleted) { in GetChangeSet()
418 if (cachedTracked.IsDeleted || cachedTracked.CanInferDelete()) { in TrackUntrackedObjects()
439 if (cachedTracked.IsDeleted || cachedTracked.CanInferDelete()) { in TrackUntrackedObjects()
550 …ntsToDeleted = (otherItem != null && otherItem.IsDeleted) || (dbOtherItem != null && dbOtherItem.I… in BuildEdgeMaps()
603 int xAction = x.IsNew ? 0 : x.IsDeleted ? 2 : 1; in Compare()
604 int yAction = y.IsNew ? 0 : y.IsDeleted ? 2 : 1; in Compare()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_Group.cxx65 if (IsDeleted()) in SetGroupPrimitivesAspect()
98 else if (IsDeleted()) in SetPrimitivesAspect()
170 if (IsDeleted() in AddPrimitiveArray()
192 if (IsDeleted()) in AddText()
302 if (IsDeleted()) in Clear()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
52 (Other.IsDeleted == IsDeleted);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h50 bool IsDeleted; member
54 (Other.IsDeleted == IsDeleted);
H A DSpecialMemberFunctionsCheck.cpp149 auto IsDeleted = [&](SpecialMemberFunctionKind Kind) { in checkForMissingMembers() local
151 return Data.FunctionKind == Kind && Data.IsDeleted; in checkForMissingMembers()
185 (IsDeleted(SpecialMemberFunctionKind::CopyConstructor) && in checkForMissingMembers()
186 IsDeleted(SpecialMemberFunctionKind::CopyAssignment)))) { in checkForMissingMembers()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
52 (Other.IsDeleted == IsDeleted);
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
52 (Other.IsDeleted == IsDeleted);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
52 (Other.IsDeleted == IsDeleted);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h50 bool IsDeleted; member
54 (Other.IsDeleted == IsDeleted);
H A DSpecialMemberFunctionsCheck.cpp149 auto IsDeleted = [&](SpecialMemberFunctionKind Kind) { in checkForMissingMembers() local
151 return Data.FunctionKind == Kind && Data.IsDeleted; in checkForMissingMembers()
185 (IsDeleted(SpecialMemberFunctionKind::CopyConstructor) && in checkForMissingMembers()
186 IsDeleted(SpecialMemberFunctionKind::CopyAssignment)))) { in checkForMissingMembers()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h50 bool IsDeleted; member
54 (Other.IsDeleted == IsDeleted);
H A DSpecialMemberFunctionsCheck.cpp149 auto IsDeleted = [&](SpecialMemberFunctionKind Kind) { in checkForMissingMembers() local
151 return Data.FunctionKind == Kind && Data.IsDeleted; in checkForMissingMembers()
185 (IsDeleted(SpecialMemberFunctionKind::CopyConstructor) && in checkForMissingMembers()
186 IsDeleted(SpecialMemberFunctionKind::CopyAssignment)))) { in checkForMissingMembers()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h50 bool IsDeleted; member
54 (Other.IsDeleted == IsDeleted);
H A DSpecialMemberFunctionsCheck.cpp149 auto IsDeleted = [&](SpecialMemberFunctionKind Kind) { in checkForMissingMembers() local
151 return Data.FunctionKind == Kind && Data.IsDeleted; in checkForMissingMembers()
185 (IsDeleted(SpecialMemberFunctionKind::CopyConstructor) && in checkForMissingMembers()
186 IsDeleted(SpecialMemberFunctionKind::CopyAssignment)))) { in checkForMissingMembers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h48 bool IsDeleted; member
52 (Other.IsDeleted == IsDeleted);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DSpecialMemberFunctionsCheck.h50 bool IsDeleted; member
54 (Other.IsDeleted == IsDeleted);

12345678910>>...42