Home
last modified time | relevance | path

Searched defs:PropertyAttributes (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4global_p.h245 struct PropertyAttributes struct
247 union {
271 PropertyAttributes() : m_all(0) {} in PropertyAttributes() function
272 PropertyAttributes(PropertyFlag f) : m_all(0) { in PropertyAttributes() function
281 PropertyAttributes(PropertyFlags f) : m_all(0) { in PropertyAttributes() argument
294 bool isData() const { return type() == PropertyAttributes::Data || writable_set; } in isData() argument
295 bool isAccessor() const { return type() == PropertyAttributes::Accessor; } in isAccessor() argument
298 bool hasType() const { return type_set; } in hasType()
299 bool hasWritable() const { return writable_set; } in hasWritable()
300 bool hasConfigurable() const { return configurable_set; } in hasConfigurable()
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/jsruntime/
H A Dqv4global_p.h245 struct PropertyAttributes struct
247 union {
271 PropertyAttributes() : m_all(0) {} in PropertyAttributes() function
272 PropertyAttributes(PropertyFlag f) : m_all(0) { in PropertyAttributes() argument
281 PropertyAttributes(PropertyFlags f) : m_all(0) { in PropertyAttributes() function
294 bool isData() const { return type() == PropertyAttributes::Data || writable_set; } in isData() argument
295 bool isAccessor() const { return type() == PropertyAttributes::Accessor; } in isAccessor() argument
298 bool hasType() const { return type_set; } in hasType()
299 bool hasWritable() const { return writable_set; } in hasWritable()
300 bool hasConfigurable() const { return configurable_set; } in hasConfigurable()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DPropertyAttributes.cs34 internal enum PropertyAttributes : ushort { enum
/dports/lang/mono-basic/mono-basic-4.7/vbnc/cecil/Mono.Cecil/
H A DPropertyAttributes.cs34 public enum PropertyAttributes : ushort { enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/OleDb/
H A DPropertyAttributes.cs21 public enum PropertyAttributes { enum
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DPropertyAttributes.cs16 public enum PropertyAttributes : ushort { enum
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DPropertyAttributes.cs34 public enum PropertyAttributes : ushort { enum
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DPropertyAttributes.cs16 public enum PropertyAttributes : ushort { enum
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DPropertyAttributes.cs34 public enum PropertyAttributes : ushort { enum
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Dpropertyattributes.cs24 public enum PropertyAttributes enum
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DPropertyAttributes.cs12 public enum PropertyAttributes enum
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DPropertyAttributes.cs12 public enum PropertyAttributes enum
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/warn/
H A DWreturn-4.C5 enum PropertyAttributes { NONE = 1 }; enum

1234567