Home
last modified time | relevance | path

Searched defs:MemberName (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus_names-2.1.0/src/
H A Dmember_name.rs38 pub struct MemberName<'name>(Str<'name>); struct
42 impl<'name> MemberName<'name> { impl
91 impl Deref for MemberName<'_> { implementation
99 impl Borrow<str> for MemberName<'_> { implementation
105 impl Display for MemberName<'_> { implementation
111 impl PartialEq<str> for MemberName<'_> { implementation
117 impl PartialEq<&str> for MemberName<'_> { implementation
141 impl<'s> TryFrom<&'s str> for MemberName<'s> { implementation
151 impl TryFrom<String> for MemberName<'_> { implementation
203 impl TryFrom<()> for MemberName<'_> { implementation
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/serial/
H A Dserialimpl.hpp321 #define SERIAL_STD_MEMBER(MemberName) \ argument
323 #define SERIAL_CLASS_MEMBER(MemberName) \ argument
325 #define SERIAL_ENUM_MEMBER(MemberName,EnumName) \ argument
329 #define SERIAL_REF_MEMBER(MemberName,ClassName) \ argument
345 #define ADD_NAMED_STD_MEMBER(MemberAlias,MemberName) \ argument
367 #define ADD_STD_MEMBER(MemberName) \ argument
369 #define ADD_CLASS_MEMBER(MemberName) \ argument
371 #define ADD_ENUM_MEMBER(MemberName,EnumName) \ argument
375 #define ADD_REF_MEMBER(MemberName,ClassName) \ argument
407 #define ADD_STD_CHOICE_VARIANT(MemberName) \ argument
[all …]
H A Dserialasn.hpp138 #define ADD_NAMED_ASN_MEMBER(MemberAlias, MemberName, AsnTypeKind) \ argument
141 #define ADD_ASN_MEMBER(MemberName, AsnTypeKind) \ argument
144 #define ADD_NAMED_OLD_ASN_MEMBER(MemberAlias, MemberName, AsnTypeAlias, AsnTypeName) \ argument
149 #define ADD_OLD_ASN_MEMBER(MemberName, AsnTypeName) \ argument
152 #define ADD_NAMED_ASN_CHOICE_MEMBER(MemberAlias, MemberName, AsnChoiceName) \ argument
155 #define ADD_ASN_CHOICE_MEMBER(MemberName, AsnChoiceName) \ argument
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/serial/
H A Dserialimpl.hpp321 #define SERIAL_STD_MEMBER(MemberName) \ argument
323 #define SERIAL_CLASS_MEMBER(MemberName) \ argument
325 #define SERIAL_ENUM_MEMBER(MemberName,EnumName) \ argument
329 #define SERIAL_REF_MEMBER(MemberName,ClassName) \ argument
345 #define ADD_NAMED_STD_MEMBER(MemberAlias,MemberName) \ argument
367 #define ADD_STD_MEMBER(MemberName) \ argument
369 #define ADD_CLASS_MEMBER(MemberName) \ argument
371 #define ADD_ENUM_MEMBER(MemberName,EnumName) \ argument
375 #define ADD_REF_MEMBER(MemberName,ClassName) \ argument
407 #define ADD_STD_CHOICE_VARIANT(MemberName) \ argument
[all …]
H A Dserialasn.hpp138 #define ADD_NAMED_ASN_MEMBER(MemberAlias, MemberName, AsnTypeKind) \ argument
141 #define ADD_ASN_MEMBER(MemberName, AsnTypeKind) \ argument
144 #define ADD_NAMED_OLD_ASN_MEMBER(MemberAlias, MemberName, AsnTypeAlias, AsnTypeName) \ argument
149 #define ADD_OLD_ASN_MEMBER(MemberName, AsnTypeName) \ argument
152 #define ADD_NAMED_ASN_CHOICE_MEMBER(MemberAlias, MemberName, AsnChoiceName) \ argument
155 #define ADD_ASN_CHOICE_MEMBER(MemberName, AsnChoiceName) \ argument
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Ddecl.cs41 public class MemberName class
52 public MemberName (string name) in MemberName() method in Mono.CSharp.MemberName
56 public MemberName (string name, Location loc) in MemberName() method in Mono.CSharp.MemberName
60 public MemberName (string name, TypeParameters tparams, Location loc) in MemberName() method in Mono.CSharp.MemberName
68 …public MemberName (string name, TypeParameters tparams, FullNamedExpression explicitInterface, Loc… in MemberName() method in Mono.CSharp.MemberName
74 public MemberName (MemberName left, string name, Location loc) in MemberName() method in Mono.CSharp.MemberName
81 …public MemberName (MemberName left, string name, FullNamedExpression explicitInterface, Location l… in MemberName() method in Mono.CSharp.MemberName
87 public MemberName (MemberName left, MemberName right) in MemberName() method in Mono.CSharp.MemberName
227 public MemberName MemberName { property in Mono.CSharp.MemberCore
/dports/graphics/geoapi/geoapi-3.0.0/sources/org/opengis/util/
H A DMemberName.java52 public interface MemberName extends LocalName { interface
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/Internal/Reflection/Tracing/
H A DITraceableTypeMember.cs14 String MemberName { get; } property
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Schema/
H A DTableName.cs42 public string MemberName { get; set; } property in DbLinq.Schema.TableName
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DDefaultMemberAttribute.cs19 public string MemberName { get; } property in System.Reflection.DefaultMemberAttribute
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DDefaultMemberAttribute.cs19 public string MemberName { get; } property in System.Reflection.DefaultMemberAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/
H A DSoapSchemamember.cs31 public string MemberName { property in System.Xml.Serialization.SoapSchemaMember
H A DXmlChoiceIdentifierAttribute.cs41 public string MemberName { property in System.Xml.Serialization.XmlChoiceIdentifierAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Ddefaultmemberattribute.cs38 public String MemberName { property in System.Reflection.DefaultMemberAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/ModelBinding/
H A DModelValidationResult.cs9 public string MemberName { property in System.Web.ModelBinding.ModelValidationResult
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Serialization/
H A DSoapSchemamember.cs31 public string MemberName property in System.Xml.Serialization.SoapSchemaMember
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Mvc3/Mvc/
H A DModelValidationResult.cs9 public string MemberName { property in System.Web.Mvc.ModelValidationResult
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Validation/
H A DModelValidationResult.cs10 public string MemberName property in System.Web.Http.Validation.ModelValidationResult
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Mvc/
H A DModelValidationResult.cs10 public string MemberName property in System.Web.Mvc.ModelValidationResult
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Services/System.Data.Services/
H A DMimeTypeAttribute.cs38 public string MemberName { property in System.Data.Services.MimeTypeAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/System.Xml.Serialization/
H A DSoapSchemaMember.cs53 public string MemberName { property in System.Xml.Serialization.SoapSchemaMember
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Configuration/
H A DXmlFormatExtensionPointAttribute.cs32 public string MemberName { property in System.Web.Services.Configuration.XmlFormatExtensionPointAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Configuration/
H A DXmlFormatExtensionPointAttribute.cs59 public string MemberName { property in System.Web.Services.Configuration.XmlFormatExtensionPointAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DSoapHeaderAttribute.cs39 public string MemberName { property in System.Web.Services.Protocols.SoapHeaderAttribute
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Protocols/
H A DSoapHeaderAttribute.cs61 public string MemberName { property in System.Web.Services.Protocols.SoapHeaderAttribute

12345678910>>...24