Home
last modified time | relevance | path

Searched refs:IsUniqueName (Results 1 – 25 of 114) sorted by relevance

12345

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/General/
H A DBaseCollections.cs362 public virtual bool IsUniqueName(string name) in IsUniqueName() method in System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection
380 if (IsUniqueName(result)) in NextUniqueName()
450 else if (!IsUniqueName(item.Name)) in InsertItem()
474 else if (!IsUniqueName(item.Name) && IndexOf(item.Name) != index) in SetItem()
530 bool INameController.IsUniqueName(string name) in INameController.IsUniqueName()
532 return this.IsUniqueName(name); in INameController.IsUniqueName()
H A DBaseInterfaces.cs46 bool IsUniqueName(string name); in IsUniqueName() method
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Ddictionary-inl.h296 DCHECK(other.IsTheHole() || Name::cast(other).IsUniqueName()); in IsMatch()
297 DCHECK(key->IsUniqueName()); in IsMatch()
302 DCHECK(key->IsUniqueName()); in Hash()
307 DCHECK(other.IsUniqueName()); in HashForObject()
312 DCHECK(key->IsUniqueName()); in IsMatch()
313 DCHECK(PropertyCell::cast(other).name().IsUniqueName()); in IsMatch()
324 DCHECK(key->IsUniqueName()); in AsHandle()
330 DCHECK(key->IsUniqueName()); in AsHandle()
H A Ddescriptor-array-inl.h62 DCHECK(name.IsUniqueName()); in Search()
69 DCHECK(name.IsUniqueName()); in Search()
77 DCHECK(name.IsUniqueName()); in SearchWithCache()
H A Dname-inl.h59 DEF_GETTER(Name, IsUniqueName, bool) { in DEF_GETTER() argument
63 SLOW_DCHECK(result == HeapObject::IsUniqueName()); in DEF_GETTER()
H A Dproperty.cc68 DCHECK(key->IsUniqueName()); in Descriptor()
75 DCHECK(key->IsUniqueName()); in Descriptor()
H A Dlookup-cache-inl.h17 DCHECK(name.IsUniqueName()); in Hash()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dproperty.h67 DCHECK(key->IsUniqueName()); in Init()
76 DCHECK(key->IsUniqueName()); in Descriptor()
88 DCHECK(key->IsUniqueName()); in Descriptor()
H A Dlookup-cache-inl.h17 DCHECK(name->IsUniqueName()); in Hash()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Ddictionary-inl.h281 DCHECK(other.IsTheHole() || Name::cast(other).IsUniqueName()); in IsMatch()
282 DCHECK(key->IsUniqueName()); in IsMatch()
295 DCHECK(PropertyCell::cast(other).name().IsUniqueName()); in IsMatch()
306 DCHECK(key->IsUniqueName()); in AsHandle()
312 DCHECK(key->IsUniqueName()); in AsHandle()
H A Dname-inl.h56 DEF_GETTER(Name, IsUniqueName, bool) { in DEF_GETTER() argument
60 SLOW_DCHECK(result == HeapObject::IsUniqueName()); in DEF_GETTER()
H A Ddescriptor-array-inl.h62 DCHECK(name.IsUniqueName()); in Search()
68 DCHECK(name.IsUniqueName()); in Search()
76 DCHECK(name.IsUniqueName()); in SearchWithCache()
H A Dproperty.cc47 DCHECK(key->IsUniqueName()); in Descriptor()
54 DCHECK(key->IsUniqueName()); in Descriptor()
H A Dlookup-cache-inl.h17 DCHECK(name.IsUniqueName()); in Hash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Ddictionary-inl.h276 DCHECK(other.IsTheHole() || Name::cast(other).IsUniqueName()); in IsMatch()
277 DCHECK(key->IsUniqueName()); in IsMatch()
290 DCHECK(PropertyCell::cast(other).name().IsUniqueName()); in IsMatch()
301 DCHECK(key->IsUniqueName()); in AsHandle()
307 DCHECK(key->IsUniqueName()); in AsHandle()
H A Ddescriptor-array-inl.h62 DCHECK(name.IsUniqueName()); in Search()
69 DCHECK(name.IsUniqueName()); in Search()
77 DCHECK(name.IsUniqueName()); in SearchWithCache()
H A Dname-inl.h58 DEF_GETTER(Name, IsUniqueName, bool) { in DEF_GETTER() argument
62 SLOW_DCHECK(result == HeapObject::IsUniqueName()); in DEF_GETTER()
H A Dproperty.cc47 DCHECK(key->IsUniqueName()); in Descriptor()
54 DCHECK(key->IsUniqueName()); in Descriptor()
H A Dlookup-cache-inl.h17 DCHECK(name.IsUniqueName()); in Hash()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/Design/Dialogs/
H A DRuleSetBrowserDialog.cs81 …Activity.Site, ruleSet.Name, new RenameRuleObjectDialog.NameValidatorDelegate(IsUniqueName), this)) in OnRenameInternal()
146 internal override bool IsUniqueName(string ruleName) in IsUniqueName() method in System.Workflow.Activities.Rules.Design.RuleSetBrowserDialog
H A DConditionBrowserDialog.cs95 …larativeRuleDefinition.Name, new RenameRuleObjectDialog.NameValidatorDelegate(IsUniqueName), this)) in OnRenameInternal()
168 internal override bool IsUniqueName(string ruleName) in IsUniqueName() method in System.Workflow.Activities.Rules.Design.ConditionBrowserDialog
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms.DataVisualization/System.Windows.Forms.DataVisualization.Charting/
H A DChartNamedElementCollection.cs79 public virtual bool IsUniqueName (string name) in IsUniqueName() method in System.Windows.Forms.DataVisualization.Charting.ChartNamedElementCollection
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-symbols.cc57 CHECK(symbols[i]->IsUniqueName()); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory-inl.h38 if (name->IsUniqueName()) return name; in InternalizeName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dfactory-inl.h39 if (name->IsUniqueName()) return name; in InternalizeName()

12345