Searched refs:google_api_expr_v1alpha1_Expr (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/google/api/expr/v1alpha1/ |
H A D | syntax.upb.h | 27 typedef struct google_api_expr_v1alpha1_Expr { upb_Message UPB_PRIVATE(base); } google_api_expr_v1a… struct 85 UPB_INLINE const google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_ParsedExpr_expr(const goog… in google_api_expr_v1alpha1_ParsedExpr_expr() 86 const google_api_expr_v1alpha1_Expr* default_val = NULL; in google_api_expr_v1alpha1_ParsedExpr_expr() 87 const google_api_expr_v1alpha1_Expr* ret; in google_api_expr_v1alpha1_ParsedExpr_expr() 114 …ParsedExpr_set_expr(google_api_expr_v1alpha1_ParsedExpr *msg, google_api_expr_v1alpha1_Expr* value… in google_api_expr_v1alpha1_ParsedExpr_set_expr() 118 UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_ParsedExpr_mutable_expr(g… in google_api_expr_v1alpha1_ParsedExpr_mutable_expr() 119 …struct google_api_expr_v1alpha1_Expr* sub = (struct google_api_expr_v1alpha1_Expr*)google_api_expr… in google_api_expr_v1alpha1_ParsedExpr_mutable_expr() 121 …sub = (struct google_api_expr_v1alpha1_Expr*)_upb_Message_New(&google__api__expr__v1alpha1__Expr_m… in google_api_expr_v1alpha1_ParsedExpr_mutable_expr() 141 UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_new(upb_Arena* arena) { in google_api_expr_v1alpha1_Expr_new() 142 …return (google_api_expr_v1alpha1_Expr*)_upb_Message_New(&google__api__expr__v1alpha1__Expr_msg_ini… in google_api_expr_v1alpha1_Expr_new() [all …]
|
H A D | checked.upb.h | 40 struct google_api_expr_v1alpha1_Expr; 161 UPB_INLINE const struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_CheckedExpr_expr(co… in google_api_expr_v1alpha1_CheckedExpr_expr() 162 const struct google_api_expr_v1alpha1_Expr* default_val = NULL; in google_api_expr_v1alpha1_CheckedExpr_expr() 163 const struct google_api_expr_v1alpha1_Expr* ret; in google_api_expr_v1alpha1_CheckedExpr_expr() 240 …pr_set_expr(google_api_expr_v1alpha1_CheckedExpr *msg, struct google_api_expr_v1alpha1_Expr* value… in google_api_expr_v1alpha1_CheckedExpr_set_expr() 244 UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_CheckedExpr_mutable_expr(… in google_api_expr_v1alpha1_CheckedExpr_mutable_expr() 245 …struct google_api_expr_v1alpha1_Expr* sub = (struct google_api_expr_v1alpha1_Expr*)google_api_expr… in google_api_expr_v1alpha1_CheckedExpr_mutable_expr() 247 …sub = (struct google_api_expr_v1alpha1_Expr*)_upb_Message_New(&google__api__expr__v1alpha1__Expr_m… in google_api_expr_v1alpha1_CheckedExpr_mutable_expr()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/google/api/expr/v1alpha1/ |
D | syntax.upb.h | 29 typedef struct google_api_expr_v1alpha1_Expr google_api_expr_v1alpha1_Expr; typedef 102 UPB_INLINE const google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_ParsedExpr_expr(const goog… in google_api_expr_v1alpha1_ParsedExpr_expr() 103 const google_api_expr_v1alpha1_Expr* default_val = NULL; in google_api_expr_v1alpha1_ParsedExpr_expr() 104 const google_api_expr_v1alpha1_Expr* ret; in google_api_expr_v1alpha1_ParsedExpr_expr() 129 …ParsedExpr_set_expr(google_api_expr_v1alpha1_ParsedExpr *msg, google_api_expr_v1alpha1_Expr* value… in google_api_expr_v1alpha1_ParsedExpr_set_expr() 133 UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_ParsedExpr_mutable_expr(g… in google_api_expr_v1alpha1_ParsedExpr_mutable_expr() 134 …struct google_api_expr_v1alpha1_Expr* sub = (struct google_api_expr_v1alpha1_Expr*)google_api_expr… in google_api_expr_v1alpha1_ParsedExpr_mutable_expr() 136 …sub = (struct google_api_expr_v1alpha1_Expr*)_upb_Message_New(&google_api_expr_v1alpha1_Expr_msg_i… in google_api_expr_v1alpha1_ParsedExpr_mutable_expr() 156 UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_new(upb_Arena* arena) { in google_api_expr_v1alpha1_Expr_new() 157 …return (google_api_expr_v1alpha1_Expr*)_upb_Message_New(&google_api_expr_v1alpha1_Expr_msg_init, a… in google_api_expr_v1alpha1_Expr_new() [all …]
|
D | checked.upb.h | 55 struct google_api_expr_v1alpha1_Expr; 163 UPB_INLINE const struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_CheckedExpr_expr(co… in google_api_expr_v1alpha1_CheckedExpr_expr() 164 const struct google_api_expr_v1alpha1_Expr* default_val = NULL; in google_api_expr_v1alpha1_CheckedExpr_expr() 165 const struct google_api_expr_v1alpha1_Expr* ret; in google_api_expr_v1alpha1_CheckedExpr_expr() 238 …pr_set_expr(google_api_expr_v1alpha1_CheckedExpr *msg, struct google_api_expr_v1alpha1_Expr* value… in google_api_expr_v1alpha1_CheckedExpr_set_expr() 242 UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_CheckedExpr_mutable_expr(… in google_api_expr_v1alpha1_CheckedExpr_mutable_expr() 243 …struct google_api_expr_v1alpha1_Expr* sub = (struct google_api_expr_v1alpha1_Expr*)google_api_expr… in google_api_expr_v1alpha1_CheckedExpr_mutable_expr() 245 …sub = (struct google_api_expr_v1alpha1_Expr*)_upb_Message_New(&google_api_expr_v1alpha1_Expr_msg_i… in google_api_expr_v1alpha1_CheckedExpr_mutable_expr()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/authorization/mock_cel/ |
H A D | cel_expression.h | 58 const google_api_expr_v1alpha1_Expr* expr, 62 const google_api_expr_v1alpha1_Expr* expr,
|
H A D | flat_expr_builder.h | 45 const google_api_expr_v1alpha1_Expr* expr, in CreateExpression() 53 const google_api_expr_v1alpha1_Expr* expr, in CreateExpression()
|
H A D | evaluator_core.h | 50 CelExpressionFlatImpl(const google_api_expr_v1alpha1_Expr* root_expr,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/mock_cel/ |
D | cel_expression.h | 58 const google_api_expr_v1alpha1_Expr* expr, 62 const google_api_expr_v1alpha1_Expr* expr,
|
D | flat_expr_builder.h | 45 const google_api_expr_v1alpha1_Expr* expr, in CreateExpression() 53 const google_api_expr_v1alpha1_Expr* expr, in CreateExpression()
|
D | evaluator_core.h | 50 CelExpressionFlatImpl(const google_api_expr_v1alpha1_Expr* root_expr,
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
D | cel_authorization_engine.h | 72 std::map<const std::string, const google_api_expr_v1alpha1_Expr*> 74 std::map<const std::string, const google_api_expr_v1alpha1_Expr*>
|
D | cel_authorization_engine.cc | 86 const google_api_expr_v1alpha1_Expr* condition = in CelAuthorizationEngine() 92 const google_api_expr_v1alpha1_Expr* parsed_condition = in CelAuthorizationEngine()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/authorization/ |
H A D | cel_authorization_engine.h | 72 std::map<const std::string, const google_api_expr_v1alpha1_Expr*> 74 std::map<const std::string, const google_api_expr_v1alpha1_Expr*>
|
H A D | cel_authorization_engine.cc | 86 const google_api_expr_v1alpha1_Expr* condition = in CelAuthorizationEngine() 92 const google_api_expr_v1alpha1_Expr* parsed_condition = in CelAuthorizationEngine()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/upb-gen/envoy/config/rbac/v3/ |
H A D | rbac.upb.h | 58 struct google_api_expr_v1alpha1_Expr; 534 UPB_INLINE const struct google_api_expr_v1alpha1_Expr* envoy_config_rbac_v3_Policy_condition(const … in envoy_config_rbac_v3_Policy_condition() 535 const struct google_api_expr_v1alpha1_Expr* default_val = NULL; in envoy_config_rbac_v3_Policy_condition() 536 const struct google_api_expr_v1alpha1_Expr* ret; in envoy_config_rbac_v3_Policy_condition() 623 …Policy_set_condition(envoy_config_rbac_v3_Policy *msg, struct google_api_expr_v1alpha1_Expr* value… in envoy_config_rbac_v3_Policy_set_condition() 627 UPB_INLINE struct google_api_expr_v1alpha1_Expr* envoy_config_rbac_v3_Policy_mutable_condition(envo… in envoy_config_rbac_v3_Policy_mutable_condition() 628 …struct google_api_expr_v1alpha1_Expr* sub = (struct google_api_expr_v1alpha1_Expr*)envoy_config_rb… in envoy_config_rbac_v3_Policy_mutable_condition() 630 …sub = (struct google_api_expr_v1alpha1_Expr*)_upb_Message_New(&google__api__expr__v1alpha1__Expr_m… in envoy_config_rbac_v3_Policy_mutable_condition()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upb-generated/envoy/config/rbac/v3/ |
D | rbac.upb.h | 59 struct google_api_expr_v1alpha1_Expr; 538 UPB_INLINE const struct google_api_expr_v1alpha1_Expr* envoy_config_rbac_v3_Policy_condition(const … in envoy_config_rbac_v3_Policy_condition() 539 const struct google_api_expr_v1alpha1_Expr* default_val = NULL; in envoy_config_rbac_v3_Policy_condition() 540 const struct google_api_expr_v1alpha1_Expr* ret; in envoy_config_rbac_v3_Policy_condition() 617 …Policy_set_condition(envoy_config_rbac_v3_Policy *msg, struct google_api_expr_v1alpha1_Expr* value… in envoy_config_rbac_v3_Policy_set_condition() 621 UPB_INLINE struct google_api_expr_v1alpha1_Expr* envoy_config_rbac_v3_Policy_mutable_condition(envo… in envoy_config_rbac_v3_Policy_mutable_condition() 622 …struct google_api_expr_v1alpha1_Expr* sub = (struct google_api_expr_v1alpha1_Expr*)envoy_config_rb… in envoy_config_rbac_v3_Policy_mutable_condition() 624 …sub = (struct google_api_expr_v1alpha1_Expr*)_upb_Message_New(&google_api_expr_v1alpha1_Expr_msg_i… in envoy_config_rbac_v3_Policy_mutable_condition()
|