Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 11307) sorted by relevance

12345678910>>...453

/dports/dns/dnsjit/dnsjit-1.2.2/src/core/
H A Dlog.h44 #define ldebug(msg...) argument
45 #define linfo(msg...) argument
46 #define lnotice(msg...) argument
47 #define lwarning(msg...) argument
49 #define lpdebug(msg...) argument
50 #define lpinfo(msg...) argument
51 #define lpnotice(msg...) argument
54 #define mldebug(msg...) argument
55 #define mlinfo(msg...) argument
59 #define gldebug(msg...) argument
[all …]
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dmessage.go58 type msg struct { struct
60 parent ParentEntity
61 fqn string
63 msgs, preservedMsgs []Message
64 enums []Enum
65 exts []Extension
66 defExts []Extension
67 fields []Field
68 oneofs []OneOf
69 maps []Message
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dmessage.go58 type msg struct { struct
60 parent ParentEntity
61 fqn string
63 msgs, preservedMsgs []Message
64 enums []Enum
65 exts []Extension
66 defExts []Extension
67 fields []Field
68 oneofs []OneOf
69 maps []Message
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dmessage.go58 type msg struct { struct
60 parent ParentEntity
61 fqn string
63 msgs, preservedMsgs []Message
64 enums []Enum
65 exts []Extension
66 defExts []Extension
67 fields []Field
68 oneofs []OneOf
69 maps []Message
[all …]
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dmessage.go58 type msg struct { struct
60 parent ParentEntity
61 fqn string
63 msgs, preservedMsgs []Message
64 enums []Enum
65 exts []Extension
66 defExts []Extension
67 fields []Field
68 oneofs []OneOf
69 maps []Message
[all …]
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dmessage.go58 type msg struct { struct
60 parent ParentEntity
61 fqn string
63 msgs, preservedMsgs []Message
64 enums []Enum
65 exts []Extension
66 defExts []Extension
67 fields []Field
68 oneofs []OneOf
69 maps []Message
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/kemix/
H A Dkemix_mod.c63 static sr_kemi_xval_t* ki_kx_get_ruri(sip_msg_t *msg) in ki_kx_get_ruri()
96 static sr_kemi_xval_t* ki_kx_get_ouri(sip_msg_t *msg) in ki_kx_get_ouri()
125 static sr_kemi_xval_t* ki_kx_get_furi(sip_msg_t *msg) in ki_kx_get_furi()
434 static sr_kemi_xval_t* ki_kx_get_ua(sip_msg_t *msg) in ki_kx_get_ua()
577 static int ki_kx_get_protoid(sip_msg_t *msg) in ki_kx_get_protoid()
691 static int ki_kx_get_status(sip_msg_t *msg) in ki_kx_get_status()
777 static int ki_kx_get_bodylen(sip_msg_t *msg) in ki_kx_get_bodylen()
856 static int ki_kx_get_timestamp(sip_msg_t *msg) in ki_kx_get_timestamp()
885 static int ki_kx_get_conid(sip_msg_t *msg) in ki_kx_get_conid()
922 static int ki_kx_get_msglen(sip_msg_t *msg) in ki_kx_get_msglen()
[all …]
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Dmsg.h60 struct msg { struct
73 int msgFlags; /* flags associated with this message */ argument
75 int iLenMSG; /* Length of the MSG part */
76 int iLenTAG; /* Length of the TAG part */
77 int iLenHOSTNAME; /* Length of HOSTNAME */
103 time_t ttGenTime; /* time msg object was generated, same as tRcvdAt, but a Unix timestamp. argument
112 struct json_object *json;
113 struct json_object *localvars;
115 uchar szRawMsg[CONF_RAWMSG_BUFSIZE];
139 /* message flags (msgFlags), not an enum for historical reasons */ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/upb-generated/validate/
H A Dvalidate.upb.h481 UPB_INLINE void validate_FloatRules_set_lt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lt()
485 UPB_INLINE void validate_FloatRules_set_lte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lte()
489 UPB_INLINE void validate_FloatRules_set_gt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gt()
493 UPB_INLINE void validate_FloatRules_set_gte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gte()
617 UPB_INLINE void validate_Int32Rules_set_lt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_lt()
625 UPB_INLINE void validate_Int32Rules_set_gt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_gt()
685 UPB_INLINE void validate_Int64Rules_set_lt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_lt()
693 UPB_INLINE void validate_Int64Rules_set_gt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_gt()
1283 UPB_INLINE void validate_BoolRules_set_const(validate_BoolRules *msg, bool value) { in validate_BoolRules_set_const()
1415 UPB_INLINE void validate_StringRules_set_ip(validate_StringRules *msg, bool value) { in validate_StringRules_set_ip()
[all …]
/dports/databases/twemproxy/twemproxy-0.5.0/src/
H A Dnc_message.h241 struct msg { struct
247 struct msg *peer; /* message peer */ argument
260 msg_parse_t parser; /* message parser */ argument
263 msg_fragment_t fragment; /* message fragment */ argument
265 msg_add_auth_t add_auth; /* add auth message when we forward msg */ argument
268 msg_coalesce_t pre_coalesce; /* message pre-coalesce */ argument
269 msg_coalesce_t post_coalesce; /* message post-coalesce */ argument
271 msg_type_t type; /* message type */ argument
286 struct msg *frag_owner; /* owner of fragment message */ argument
290 …struct msg **frag_seq; /* sequence of fragment message, map from keys to fragments*/ argument
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/upb-generated/validate/
H A Dvalidate.upb.h522 UPB_INLINE void validate_FloatRules_set_lt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lt()
526 UPB_INLINE void validate_FloatRules_set_lte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lte()
530 UPB_INLINE void validate_FloatRules_set_gt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gt()
534 UPB_INLINE void validate_FloatRules_set_gte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gte()
694 UPB_INLINE void validate_Int32Rules_set_lt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_lt()
702 UPB_INLINE void validate_Int32Rules_set_gt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_gt()
780 UPB_INLINE void validate_Int64Rules_set_lt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_lt()
788 UPB_INLINE void validate_Int64Rules_set_gt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_gt()
1538 UPB_INLINE void validate_BoolRules_set_const(validate_BoolRules *msg, bool value) { in validate_BoolRules_set_const()
1697 UPB_INLINE void validate_StringRules_set_ip(validate_StringRules *msg, bool value) { in validate_StringRules_set_ip()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/ext/upb-generated/validate/
H A Dvalidate.upb.h512 UPB_INLINE void validate_FloatRules_set_lt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lt()
516 UPB_INLINE void validate_FloatRules_set_lte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lte()
520 UPB_INLINE void validate_FloatRules_set_gt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gt()
524 UPB_INLINE void validate_FloatRules_set_gte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gte()
684 UPB_INLINE void validate_Int32Rules_set_lt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_lt()
692 UPB_INLINE void validate_Int32Rules_set_gt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_gt()
770 UPB_INLINE void validate_Int64Rules_set_lt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_lt()
778 UPB_INLINE void validate_Int64Rules_set_gt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_gt()
1528 UPB_INLINE void validate_BoolRules_set_const(validate_BoolRules *msg, bool value) { in validate_BoolRules_set_const()
1687 UPB_INLINE void validate_StringRules_set_ip(validate_StringRules *msg, bool value) { in validate_StringRules_set_ip()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/upb-generated/validate/
H A Dvalidate.upb.h512 UPB_INLINE void validate_FloatRules_set_lt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lt()
516 UPB_INLINE void validate_FloatRules_set_lte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lte()
520 UPB_INLINE void validate_FloatRules_set_gt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gt()
524 UPB_INLINE void validate_FloatRules_set_gte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gte()
684 UPB_INLINE void validate_Int32Rules_set_lt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_lt()
692 UPB_INLINE void validate_Int32Rules_set_gt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_gt()
770 UPB_INLINE void validate_Int64Rules_set_lt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_lt()
778 UPB_INLINE void validate_Int64Rules_set_gt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_gt()
1528 UPB_INLINE void validate_BoolRules_set_const(validate_BoolRules *msg, bool value) { in validate_BoolRules_set_const()
1687 UPB_INLINE void validate_StringRules_set_ip(validate_StringRules *msg, bool value) { in validate_StringRules_set_ip()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/upb-generated/envoy/config/cluster/v3/
H A Doutlier_detection.upb.h41 …envoy_config_cluster_v3_OutlierDetection_serialize(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_serialize()
47 …oy_config_cluster_v3_OutlierDetection_has_interval(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_interval()
85 …onfig_cluster_v3_OutlierDetection_set_consecutive_5xx(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_consecutive_5xx()
88 …g_cluster_v3_OutlierDetection_mutable_consecutive_5xx(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_mutable_consecutive_5xx()
97 …envoy_config_cluster_v3_OutlierDetection_set_interval(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_interval()
100 …y_config_cluster_v3_OutlierDetection_mutable_interval(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_mutable_interval()
109 …ig_cluster_v3_OutlierDetection_set_base_ejection_time(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_base_ejection_time()
112 …luster_v3_OutlierDetection_mutable_base_ejection_time(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_mutable_base_ejection_time()
121 …_cluster_v3_OutlierDetection_set_max_ejection_percent(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_max_ejection_percent()
145 …luster_v3_OutlierDetection_set_enforcing_success_rate(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_enforcing_success_rate()
[all …]
H A Dcluster.upb.h233 …INLINE char *envoy_config_cluster_v3_Cluster_serialize(const envoy_config_cluster_v3_Cluster *msg,… in envoy_config_cluster_v3_Cluster_serialize()
339 UPB_INLINE void envoy_config_cluster_v3_Cluster_set_name(envoy_config_cluster_v3_Cluster *msg, upb_… in envoy_config_cluster_v3_Cluster_set_name()
342 UPB_INLINE void envoy_config_cluster_v3_Cluster_set_type(envoy_config_cluster_v3_Cluster *msg, int3… in envoy_config_cluster_v3_Cluster_set_type()
381 UPB_INLINE void envoy_config_cluster_v3_Cluster_set_lb_policy(envoy_config_cluster_v3_Cluster *msg,… in envoy_config_cluster_v3_Cluster_set_lb_policy()
457 …oid envoy_config_cluster_v3_Cluster_set_dns_lookup_family(envoy_config_cluster_v3_Cluster *msg, in… in envoy_config_cluster_v3_Cluster_set_dns_lookup_family()
557 …id envoy_config_cluster_v3_Cluster_set_protocol_selection(envoy_config_cluster_v3_Cluster *msg, in… in envoy_config_cluster_v3_Cluster_set_protocol_selection()
572 …NE void envoy_config_cluster_v3_Cluster_set_alt_stat_name(envoy_config_cluster_v3_Cluster *msg, up… in envoy_config_cluster_v3_Cluster_set_alt_stat_name()
602 …nfig_cluster_v3_Cluster_set_ignore_health_on_host_removal(envoy_config_cluster_v3_Cluster *msg, bo… in envoy_config_cluster_v3_Cluster_set_ignore_health_on_host_removal()
657 … void envoy_config_cluster_v3_Cluster_set_respect_dns_ttl(envoy_config_cluster_v3_Cluster *msg, bo… in envoy_config_cluster_v3_Cluster_set_respect_dns_ttl()
722 …voy_config_cluster_v3_Cluster_set_use_tcp_for_dns_lookups(envoy_config_cluster_v3_Cluster *msg, bo… in envoy_config_cluster_v3_Cluster_set_use_tcp_for_dns_lookups()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/upb-generated/validate/
H A Dvalidate.upb.h485 UPB_INLINE void validate_FloatRules_set_lt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lt()
489 UPB_INLINE void validate_FloatRules_set_lte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lte()
493 UPB_INLINE void validate_FloatRules_set_gt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gt()
497 UPB_INLINE void validate_FloatRules_set_gte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gte()
621 UPB_INLINE void validate_Int32Rules_set_lt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_lt()
629 UPB_INLINE void validate_Int32Rules_set_gt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_gt()
689 UPB_INLINE void validate_Int64Rules_set_lt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_lt()
697 UPB_INLINE void validate_Int64Rules_set_gt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_gt()
1287 UPB_INLINE void validate_BoolRules_set_const(validate_BoolRules *msg, bool value) { in validate_BoolRules_set_const()
1432 UPB_INLINE void validate_StringRules_set_ip(validate_StringRules *msg, bool value) { in validate_StringRules_set_ip()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/upb-generated/validate/
H A Dvalidate.upb.h486 UPB_INLINE void validate_FloatRules_set_lt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lt()
490 UPB_INLINE void validate_FloatRules_set_lte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_lte()
494 UPB_INLINE void validate_FloatRules_set_gt(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gt()
498 UPB_INLINE void validate_FloatRules_set_gte(validate_FloatRules *msg, float value) { in validate_FloatRules_set_gte()
622 UPB_INLINE void validate_Int32Rules_set_lt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_lt()
630 UPB_INLINE void validate_Int32Rules_set_gt(validate_Int32Rules *msg, int32_t value) { in validate_Int32Rules_set_gt()
690 UPB_INLINE void validate_Int64Rules_set_lt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_lt()
698 UPB_INLINE void validate_Int64Rules_set_gt(validate_Int64Rules *msg, int64_t value) { in validate_Int64Rules_set_gt()
1288 UPB_INLINE void validate_BoolRules_set_const(validate_BoolRules *msg, bool value) { in validate_BoolRules_set_const()
1433 UPB_INLINE void validate_StringRules_set_ip(validate_StringRules *msg, bool value) { in validate_StringRules_set_ip()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/ext/upb-generated/envoy/config/cluster/v3/
H A Doutlier_detection.upb.h54 …envoy_config_cluster_v3_OutlierDetection_serialize(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_serialize()
58 …ig_cluster_v3_OutlierDetection_has_consecutive_5xx(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_consecutive_5xx()
60 …oy_config_cluster_v3_OutlierDetection_has_interval(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_interval()
62 …cluster_v3_OutlierDetection_has_base_ejection_time(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_base_ejection_time()
64 …uster_v3_OutlierDetection_has_max_ejection_percent(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_max_ejection_percent()
66 …_v3_OutlierDetection_has_enforcing_consecutive_5xx(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_enforcing_consecutive_5xx()
68 …ter_v3_OutlierDetection_has_enforcing_success_rate(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_enforcing_success_rate()
97 …_cluster_v3_OutlierDetection_has_max_ejection_time(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_max_ejection_time()
100 …onfig_cluster_v3_OutlierDetection_set_consecutive_5xx(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_consecutive_5xx()
113 …envoy_config_cluster_v3_OutlierDetection_set_interval(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_interval()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/upb-generated/envoy/config/cluster/v3/
H A Doutlier_detection.upb.h54 …envoy_config_cluster_v3_OutlierDetection_serialize(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_serialize()
58 …ig_cluster_v3_OutlierDetection_has_consecutive_5xx(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_consecutive_5xx()
60 …oy_config_cluster_v3_OutlierDetection_has_interval(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_interval()
62 …cluster_v3_OutlierDetection_has_base_ejection_time(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_base_ejection_time()
64 …uster_v3_OutlierDetection_has_max_ejection_percent(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_max_ejection_percent()
66 …_v3_OutlierDetection_has_enforcing_consecutive_5xx(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_enforcing_consecutive_5xx()
68 …ter_v3_OutlierDetection_has_enforcing_success_rate(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_enforcing_success_rate()
97 …_cluster_v3_OutlierDetection_has_max_ejection_time(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_max_ejection_time()
100 …onfig_cluster_v3_OutlierDetection_set_consecutive_5xx(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_consecutive_5xx()
113 …envoy_config_cluster_v3_OutlierDetection_set_interval(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_interval()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/upb-generated/envoy/config/cluster/v3/
H A Doutlier_detection.upb.h54 …envoy_config_cluster_v3_OutlierDetection_serialize(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_serialize()
58 …ig_cluster_v3_OutlierDetection_has_consecutive_5xx(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_consecutive_5xx()
60 …oy_config_cluster_v3_OutlierDetection_has_interval(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_interval()
62 …cluster_v3_OutlierDetection_has_base_ejection_time(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_base_ejection_time()
64 …uster_v3_OutlierDetection_has_max_ejection_percent(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_max_ejection_percent()
66 …_v3_OutlierDetection_has_enforcing_consecutive_5xx(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_enforcing_consecutive_5xx()
68 …ter_v3_OutlierDetection_has_enforcing_success_rate(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_enforcing_success_rate()
97 …_cluster_v3_OutlierDetection_has_max_ejection_time(const envoy_config_cluster_v3_OutlierDetection … in envoy_config_cluster_v3_OutlierDetection_has_max_ejection_time()
100 …onfig_cluster_v3_OutlierDetection_set_consecutive_5xx(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_consecutive_5xx()
113 …envoy_config_cluster_v3_OutlierDetection_set_interval(envoy_config_cluster_v3_OutlierDetection *ms… in envoy_config_cluster_v3_OutlierDetection_set_interval()
[all …]
/dports/science/tfel-edf/tfel-3.2.1/tfel-check/src/
H A DTestLauncherV1.cxx127 ostringstream msg; in treatEnvironment() local
135 ostringstream msg; in treatEnvironment() local
144 ostringstream msg; in treatEnvironment() local
245 ostringstream msg; in treatCommand() local
254 ostringstream msg; in treatCommand() local
269 ostringstream msg; in treatMeshCommand() local
278 ostringstream msg; in treatMeshCommand() local
294 ostringstream msg; in treatTestType() local
312 ostringstream msg; in treatTestType() local
411 ostringstream msg; in treatTest() local
[all …]
/dports/science/tfel/tfel-3.4.0/tfel-check/src/
H A DTestLauncherV1.cxx127 ostringstream msg; in treatEnvironment() local
135 ostringstream msg; in treatEnvironment() local
144 ostringstream msg; in treatEnvironment() local
245 ostringstream msg; in treatCommand() local
254 ostringstream msg; in treatCommand() local
269 ostringstream msg; in treatMeshCommand() local
278 ostringstream msg; in treatMeshCommand() local
294 ostringstream msg; in treatTestType() local
312 ostringstream msg; in treatTestType() local
411 ostringstream msg; in treatTest() local
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/bindings/Matlab/
H A Dadiosread.m124 msg = ''; variable
134 msg = ['1st argument should be the info struct from ADIOSOPEN']; variable
138 msg = ['1st argument should be the info struct from ADIOSOPEN']; variable
154 msg = ['2nd argument path does not match any variable names '... variable
165 msg = ['2nd argument index must be between 1 and number of variables '... variable
170 msg = ['2nd argument to ADIOSREAD must be a string or a number']; variable
181 msg = sprintf('3rd argument must be an [] for scalar variables like %s', args.Path); variable
202 msg = sprintf('4th argument must be an [] for scalar variables like %s', args.Path); variable
223 msg = '5th argument must be an 1-by-1 numerical value'; variable
247 msg = '6th argument must be an 1-by-1 numerical value'; variable
[all …]
/dports/devel/grpc130/grpc-1.30.2/third_party/upb/generated_for_cmake/google/protobuf/
H A Ddescriptor.upb.h1032 UPB_INLINE void google_protobuf_FileOptions_set_optimize_for(google_protobuf_FileOptions *msg, int3… in google_protobuf_FileOptions_set_optimize_for()
1060 UPB_INLINE void google_protobuf_FileOptions_set_deprecated(google_protobuf_FileOptions *msg, bool v… in google_protobuf_FileOptions_set_deprecated()
1200 UPB_INLINE void google_protobuf_FieldOptions_set_ctype(google_protobuf_FieldOptions *msg, int32_t v… in google_protobuf_FieldOptions_set_ctype()
1204 UPB_INLINE void google_protobuf_FieldOptions_set_packed(google_protobuf_FieldOptions *msg, bool val… in google_protobuf_FieldOptions_set_packed()
1208 UPB_INLINE void google_protobuf_FieldOptions_set_deprecated(google_protobuf_FieldOptions *msg, bool… in google_protobuf_FieldOptions_set_deprecated()
1212 UPB_INLINE void google_protobuf_FieldOptions_set_lazy(google_protobuf_FieldOptions *msg, bool value… in google_protobuf_FieldOptions_set_lazy()
1216 UPB_INLINE void google_protobuf_FieldOptions_set_jstype(google_protobuf_FieldOptions *msg, int32_t … in google_protobuf_FieldOptions_set_jstype()
1220 UPB_INLINE void google_protobuf_FieldOptions_set_weak(google_protobuf_FieldOptions *msg, bool value… in google_protobuf_FieldOptions_set_weak()
1288 UPB_INLINE void google_protobuf_EnumOptions_set_allow_alias(google_protobuf_EnumOptions *msg, bool … in google_protobuf_EnumOptions_set_allow_alias()
1292 UPB_INLINE void google_protobuf_EnumOptions_set_deprecated(google_protobuf_EnumOptions *msg, bool v… in google_protobuf_EnumOptions_set_deprecated()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/upb-generated/google/protobuf/
H A Ddescriptor.upb.h1033 UPB_INLINE void google_protobuf_FileOptions_set_optimize_for(google_protobuf_FileOptions *msg, int3… in google_protobuf_FileOptions_set_optimize_for()
1061 UPB_INLINE void google_protobuf_FileOptions_set_deprecated(google_protobuf_FileOptions *msg, bool v… in google_protobuf_FileOptions_set_deprecated()
1201 UPB_INLINE void google_protobuf_FieldOptions_set_ctype(google_protobuf_FieldOptions *msg, int32_t v… in google_protobuf_FieldOptions_set_ctype()
1205 UPB_INLINE void google_protobuf_FieldOptions_set_packed(google_protobuf_FieldOptions *msg, bool val… in google_protobuf_FieldOptions_set_packed()
1209 UPB_INLINE void google_protobuf_FieldOptions_set_deprecated(google_protobuf_FieldOptions *msg, bool… in google_protobuf_FieldOptions_set_deprecated()
1213 UPB_INLINE void google_protobuf_FieldOptions_set_lazy(google_protobuf_FieldOptions *msg, bool value… in google_protobuf_FieldOptions_set_lazy()
1217 UPB_INLINE void google_protobuf_FieldOptions_set_jstype(google_protobuf_FieldOptions *msg, int32_t … in google_protobuf_FieldOptions_set_jstype()
1221 UPB_INLINE void google_protobuf_FieldOptions_set_weak(google_protobuf_FieldOptions *msg, bool value… in google_protobuf_FieldOptions_set_weak()
1289 UPB_INLINE void google_protobuf_EnumOptions_set_allow_alias(google_protobuf_EnumOptions *msg, bool … in google_protobuf_EnumOptions_set_allow_alias()
1293 UPB_INLINE void google_protobuf_EnumOptions_set_deprecated(google_protobuf_EnumOptions *msg, bool v… in google_protobuf_EnumOptions_set_deprecated()
[all …]

12345678910>>...453