Home
last modified time | relevance | path

Searched refs:Domain_Type (Results 1 – 17 of 17) sorted by relevance

/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dcra-builder-single.h78 template<class Domain_Type>
80 typedef Domain_Type Domain;
367 template<class Domain_Type>
369 typedef CRABuilderSingleBase<Domain_Type> Base;
370 typedef Domain_Type Domain;
454 template<class Domain_Type>
456 typedef CRABuilderSingleBase<Domain_Type> Base;
457 typedef Domain_Type Domain;
563 template<class Domain_Type>
565 typedef CRABuilderSingleBase<Domain_Type> Base;
[all …]
H A Dcra-builder-full-multip-fixed.h53 template<class Domain_Type>
54 struct CRABuilderFullMultipFixed : CRABuilderFullMultip<Domain_Type> {
55 typedef Domain_Type Domain;
104 template<class Domain_Type>
105 struct CRABuilderFullMultipMatrix : CRABuilderFullMultip<Domain_Type> {
106 typedef Domain_Type Domain;
H A Drational-cra-builder-full-multip.h34 template<class Domain_Type>
35 struct RationalCRABuilderFullMultip : public virtual CRABuilderFullMultip<Domain_Type> {
36 typedef Domain_Type Domain;
H A Drational-cra-builder-early-multip.h35 template<class Domain_Type>
36 …Multip : public RationalCRABuilderEarlySingle<Domain_Type>, public RationalCRABuilderFullMultip<Do…
37 typedef Domain_Type Domain;
38 typedef typename Domain_Type::Element DomainElement;
H A Drational-cra-builder-early-single.h34 template<class Domain_Type>
35 struct RationalCRABuilderEarlySingle : public CRABuilderEarlySingle<Domain_Type> {
36 typedef Domain_Type Domain;
H A Dcra-builder-var-prec-early-single.h49 template<class Domain_Type>
50 …lderVarPrecEarlySingle: public CRABuilderEarlySingle<Domain_Type>, CRABuilderFullMultip<Domain_Typ…
57 typedef Domain_Type Domain;
H A Dcra-builder-early-multip.h51 template<class Domain_Type>
52 …BuilderEarlyMultip : public CRABuilderEarlySingle<Domain_Type>, public CRABuilderFullMultip<Domain…
53 typedef Domain_Type Domain;
H A Dcra-givrnsfixed.h44 template<class Domain_Type>
46 typedef Domain_Type Domain;
H A Dcra-builder-var-prec-early-multip.h54 template<class Domain_Type>
55 …lderVarPrecEarlyMultip: public CRABuilderEarlySingle<Domain_Type>, CRABuilderFullMultip<Domain_Typ…
60 typedef Domain_Type Domain;
H A Dcra-builder-full-multip.h59 template<class Domain_Type>
61 typedef Domain_Type Domain;
/dports/security/xray-core/Xray-core-1.5.0/app/router/
H A Dconfig.pb.go25 type Domain_Type int32 type
29 Domain_Plain Domain_Type = 0
31 Domain_Regex Domain_Type = 1
33 Domain_Domain Domain_Type = 2
35 Domain_Full Domain_Type = 3
54 func (x Domain_Type) Enum() *Domain_Type {
55 p := new(Domain_Type)
60 func (x Domain_Type) String() string {
68 func (Domain_Type) Type() protoreflect.EnumType {
77 func (Domain_Type) EnumDescriptor() ([]byte, []int) {
[all …]
H A Dcondition.go44 var matcherTypeMap = map[Domain_Type]strmatcher.Type{
/dports/net/v2ray/v2ray-core-4.36.2/app/router/
H A Dconfig.pb.go30 type Domain_Type int32 type
34 Domain_Plain Domain_Type = 0
36 Domain_Regex Domain_Type = 1
38 Domain_Domain Domain_Type = 2
40 Domain_Full Domain_Type = 3
59 func (x Domain_Type) Enum() *Domain_Type {
60 p := new(Domain_Type)
65 func (x Domain_Type) String() string {
73 func (Domain_Type) Type() protoreflect.EnumType {
82 func (Domain_Type) EnumDescriptor() ([]byte, []int) {
[all …]
H A Dcondition.go46 var matcherTypeMap = map[Domain_Type]strmatcher.Type{
/dports/net/v2ray/v2ray-core-4.36.2/infra/conf/
H A Ddns.go47 func toDomainMatchingType(t router.Domain_Type) dns.DomainMatchingType { argument
114 var typeMap = map[router.Domain_Type]dns.DomainMatchingType{
/dports/security/xray-core/Xray-core-1.5.0/infra/conf/
H A Ddns.go50 func toDomainMatchingType(t router.Domain_Type) dns.DomainMatchingType { argument
118 var typeMap = map[router.Domain_Type]dns.DomainMatchingType{
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/
H A Dstd_names.py454 Domain_Type = 667 variable in Name